#E9CBE0

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

Shades of Classic Rose #E9CBE0

Tints of Classic Rose #E9CBE0

Color information

#E9CBE0 (or 0xE9CBE0) is unknown color: approx Classic Rose. HEX triplet: E9, CB and E0. RGB value is (233,203,224). Sum of RGB (Red+Green+Blue) = 233+203+224=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBE0 is #16341F. Grayscale: #D6D6D6. Windows color (decimal): -1455136 or 14732265. OLE color: 14732265.

HSL color Cylindrical-coordinate representation of color #E9CBE0: hue angle of 318º 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 #E9CBE0 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB233203224-
CMYK00.130.040.09
HSL318º40.54%85.49%-
HSV(B)318º12.88%91.37%-
XYZ68.4165.4279.54-
YUV214.36133.44141.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.30%
GREEN value IS 203 (79.69% from 255) = 30.76%
BLUE value IS 224 (87.89% from 255) = 33.94%
R=35.30%
G=30.76%
B=33.94%

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
Decimal23320322400.130.040.0931840.5485.49
HexE9CBE00D4913e2955
Octal35131334001541147651125
Binary1110100111001011111000000110110010011001111101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CBE0; }

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

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

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

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

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

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

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

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