#EECAE2

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

Shades of Classic Rose #EECAE2

Tints of Classic Rose #EECAE2

Color information

#EECAE2 (or 0xEECAE2) is unknown color: approx Classic Rose. HEX triplet: EE, CA and E2. RGB value is (238,202,226). Sum of RGB (Red+Green+Blue) = 238+202+226=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAE2 is #11351D. Grayscale: #D7D7D7. Windows color (decimal): -1127710 or 14863086. OLE color: 14863086.

HSL color Cylindrical-coordinate representation of color #EECAE2: hue angle of 320º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECAE2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB238202226-
CMYK00.150.050.07
HSL320º51.43%86.27%-
HSV(B)320º15.13%93.33%-
XYZ70.1165.9180.98-
YUV215.5133.93144.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 226 (88.67% from 255) = 33.93%
R=35.74%
G=30.33%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820222600.150.050.0732051.4386.27
HexEECAE20F571403356
Octal3563123420175750063126
Binary111011101100101011100010011111011111010000001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAE2; }

 p { color: rgb(238,202,226); }

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

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

 a { background-color: rgb(238,202,226); }

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

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

 span { border-color: rgb(238,202,226); }

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