#E9CAE0

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

Shades of Classic Rose #E9CAE0

Tints of Classic Rose #E9CAE0

Color information

#E9CAE0 (or 0xE9CAE0) is unknown color: approx Classic Rose. HEX triplet: E9, CA and E0. RGB value is (233,202,224). Sum of RGB (Red+Green+Blue) = 233+202+224=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CAE0 is #16351F. Grayscale: #D5D5D5. Windows color (decimal): -1455392 or 14732009. OLE color: 14732009.

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

Color convert

RGB233202224-
CMYK00.130.040.09
HSL317.42º41.33%85.29%-
HSV(B)317.42º13.3%91.37%-
XYZ68.1864.9579.46-
YUV213.78133.77141.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.36%
GREEN value IS 202 (79.30% from 255) = 30.65%
BLUE value IS 224 (87.89% from 255) = 33.99%
R=35.36%
G=30.65%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320222400.130.040.09317.4241.3385.29
HexE9CAE00D4913d2955
Octal35131234001541147551125
Binary1110100111001010111000000110110010011001111011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CAE0; }

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

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

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

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

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

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

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

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