#E1E4EA

Color #E1E4EA Solitude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solitude #E1E4EA

Tints of Solitude #E1E4EA

Color information

#E1E4EA (or 0xE1E4EA) is unknown color: approx Solitude. HEX triplet: E1, E4 and EA. RGB value is (225,228,234). Sum of RGB (Red+Green+Blue) = 225+228+234=687 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.75% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1E4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E4EA is #1E1B15. Grayscale: #E3E3E3. Windows color (decimal): -1973014 or 15394017. OLE color: 15394017.

HSL color Cylindrical-coordinate representation of color #E1E4EA: hue angle of 220º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1E4EA is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225228234-
CMYK0.040.0300.08
HSL220º17.65%90%-
HSV(B)220º3.85%91.76%-
XYZ73.6577.4388.91-
YUV227.79131.51126.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 32.75%
GREEN value IS 228 (89.45% from 255) = 33.19%
BLUE value IS 234 (91.80% from 255) = 34.06%
R=32.75%
G=33.19%
B=34.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252282340.040.0300.0822017.6590
HexE1E4EA4308dc125a
Octal3413443524301033422132
Binary111000011110010011101010100110100011011100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E4EA; }

 p { color: rgb(225,228,234); }

 H1.HeaderClassName
 {
   color: #E1E4EA;
 }
 .AnyTagClassName
 {
   color: #E1E4EA;
 }
</style>
background-color css

<style>
 a { background-color: #E1E4EA; }

 a { background-color: rgb(225,228,234); }

 div.DivClassName
 {
   background-color: #E1E4EA;
 }
 .BgClassName
 {
   background-color: #E1E4EA;
 }
</style>
border-color css

<style>
 span { border-color: #E1E4EA; }

 span { border-color: rgb(225,228,234); }

 td.TdClassName
 {
   border-color: #E1E4EA;
 }
 .TagClassName
 {
   border-color: #E1E4EA;
 }
</style>