#E9CCE0

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

Shades of Classic Rose #E9CCE0

Tints of Classic Rose #E9CCE0

Color information

#E9CCE0 (or 0xE9CCE0) is unknown color: approx Classic Rose. HEX triplet: E9, CC and E0. RGB value is (233,204,224). Sum of RGB (Red+Green+Blue) = 233+204+224=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCE0 is #16331F. Grayscale: #D6D6D6. Windows color (decimal): -1454880 or 14732521. OLE color: 14732521.

HSL color Cylindrical-coordinate representation of color #E9CCE0: hue angle of 318.62º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CCE0 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB233204224-
CMYK00.120.040.09
HSL318.62º39.73%85.69%-
HSV(B)318.62º12.45%91.37%-
XYZ68.6565.8979.62-
YUV214.95133.11140.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.25%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 224 (87.89% from 255) = 33.89%
R=35.25%
G=30.86%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320422400.120.040.09318.6239.7385.69
HexE9CCE00C4913f2856
Octal35131434001441147750126
Binary1110100111001100111000000110010010011001111111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCE0; }

 p { color: rgb(233,204,224); }

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

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

 a { background-color: rgb(233,204,224); }

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

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

 span { border-color: rgb(233,204,224); }

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