#e1e1e2 Color Hex Jupiter

Information about Jupiter Color | #0000FF

#e1e1e2 color RGB value is (225,225,226). #e1e1e2 color name is Jupiter color.

#e1e1e2 hex color red value is 225 , green value is 225 and the blue value of its RGB is 226 . Cylindrical-coordinate representations (also known as HSL) of color #e1e1e2 hue: 240 , saturation: 2 and the lightness value of #e1e1e2 is 88

The process color (four color CMYK) of #e1e1e2 color hex is 0 , 0 ,0, 4 .

#e1e1e2

~Jupiter

Color Converions

HEX
#e1e1e2
RGB
225,225,226
LAB
90,0,-1
CMYK
0,0,0,11
LCH
90,1,-75
XYZ
72,75,83
HSV
240,0,89
HSL
240,2,88

Base Numbers

Base Red Green Blue
Binary 11100001 11100001 11100010
Octal 341 341 342
Decimal 225 225 226
Hex e1 e1 e2

RGB Percentages of Color #e1e1e2

88%
88%
89%

CMYK Percentages of Color #e1e1e2

0%
0%
0%
4%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #e1e1e2

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#e1e1e2
20%
#cbcbcb
30%
#b4b4b5
40%
#9d9d9e
50%
#878788
60%
#707071
70%
#5a5a5a
80%
#434344
90%
#2d2d2d
100%
#161617

Tints of #e1e1e2

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#e1e1e2
20%
#e4e4e5
30%
#e7e7e8
40%
#eaeaeb
50%
#ededee
60%
#f0f0f0
70%
#f3f3f3
80%
#f6f6f6
90%
#f9f9f9
100%
#fcfcfc

Tones of #e1e1e2

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#e1e1e2
20%
#d7d7d8
30%
#cecece
40%
#c4c4c4
50%
#bababb
60%
#b0b0b1
70%
#a7a7a7
80%
#9d9d9d
90%
#939393
100%
#898989

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#e1e1e2
#e1e1e2
#e1e1e2
#e1e1e2
#e1e1e2
#e1e1e2

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#e1e1e2
#e2e2e1

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#e1e1e2
#e2e1e2
#e1e2e1

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#e1e1e2
#e2e1e1
#e1e2e1

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#e1e1e2
#e2e1e1
#e2e2e1
#e1e2e1

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#e1e1e2
#0d0d0d
#383838
#626262
#8c8c8d
#b7b7b7

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#e1e1e2

protanopia

#e4dfe1

deuteranopia

#f5d9e3

tritanopia

#e3deef

achromatopsia

#e1e1e1

protanomaly

#e3e0e1

deuteranomaly

#eedce3

achromatopsia

#e1e1e1

tritanomaly

#e2dfea

achromatomaly

#e1e1e1

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 16/21
Hello World !

#e1e1e2 Color CSS Codes

.bgcolor {background-color:#e1e1e2; } 
.forecolor {color:#e1e1e2; }
.bordercolor {border:3px solid #e1e1e2; }
            

#e1e1e2 Text Font Color

<div style="color:#e1e1e2">
Div content here</div>

This sample text font color is #e1e1e2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#e1e1e2 Background Color

<div style="background-color:#e1e1e2">
Div content here</div>
Div content here

#e1e1e2 Border Color

<div style="border:3px solid #e1e1e2">
Div here</div>

This div border color is #e1e1e2

#e1e1e2 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #e1e1e2; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1e1e2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1e1e2;
  -webkit-box-shadow: 1px 1px 3px 2px #e1e1e2;
  box-shadow: 1px 1px 3px 2px #e1e1e2; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e1e1e2">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e1e1e2;
              -webkit-box-shadow: 1px 1px 3px 2px #e1e1e2;
              box-shadow:         1px 1px 3px 2px #e1e1e2#e1e1e2">
Div content here</div>

This div box has shadow with color #e1e1e2

More Colors

Peach Blossom Red
#eecfbf
Club Mauve
#834370
Intense Purple
#4d4a6f
Oarsman Blue
#648d95
Light Hint Of Lavender
#dccfce
Cool Dive
#00606f
Hollywood Starlet
#f2d082
Himalayan Salt
#c07765
Malaysian Mist
#b8d1d0
Passion Razz
#59355e
Hawthorne
#ced7c1
Clay Mug
#d37959
Melon Ice
#f4d9c8
Dark Puce
#4f3a3c
Fringy Flower
#b4e1bb
Limescent
#e0d4b7
Dusted Clay
#cc7357
Blue Flower
#d0d9d4
Neutral Valley
#8b694d
Angraecum Orchid
#f4f6ec
Garden Lattice
#e1d4b4
Golden Palm
#aa8805
Humble Gold
#edc796
Caramel Finish
#ffd59a
Celestyn
#b5c7d2
July Ruby
#773b4a
Brunette
#664238
Grey Olive
#a19a7f
Nosferatu
#a9a8a8
Bussell Lace
#e5a1a0
Pea Soup Green
#94a617
Big Yellow Streak
#ffee22
Green Glutton
#007722
Crazy Horse Mountain
#e9dbd2
Maple Red
#bf514e
Bush Buck
#a28d82
Ineffable Magenta
#cc99cc
Integrity
#233e57
Orchid Shadow
#cbc5c2
rating-img
Rate this tool
NaN/5   0 votes