#E0E5EA

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

Shades of Solitude #E0E5EA

Tints of Solitude #E0E5EA

Color information

#E0E5EA (or 0xE0E5EA) is unknown color: approx Solitude. HEX triplet: E0, E5 and EA. RGB value is (224,229,234). Sum of RGB (Red+Green+Blue) = 224+229+234=687 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.61% from 687); Green value is 229 (89.84% from 255 or 33.33% 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 #E0E5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E5EA is #1F1A15. Grayscale: #E4E4E4. Windows color (decimal): -2038294 or 15394272. OLE color: 15394272.

HSL color Cylindrical-coordinate representation of color #E0E5EA: hue angle of 210º degrees, saturation: 0.19, 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 #E0E5EA is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224229234-
CMYK0.040.0200.08
HSL210º19.23%89.8%-
HSV(B)210º4.27%91.76%-
XYZ73.6177.8388.98-
YUV228.08131.34125.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.61%
GREEN value IS 229 (89.84% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 34.06%
R=32.61%
G=33.33%
B=34.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242292340.040.0200.0821019.2389.8
HexE0E5EA4208d2135a
Octal3403453524201032223132
Binary111000001110010111101010100100100011010010100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E5EA; }

 p { color: rgb(224,229,234); }

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

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

 a { background-color: rgb(224,229,234); }

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

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

 span { border-color: rgb(224,229,234); }

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