Html Css Color HEX #E9CBE0 Classic Rose

📋 copy color: '#E9CBE0'

red 233 ◦ green 203 ◦ blue 224

#E9CBE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #E9CBE0

Tints of Classic Rose #E9CBE0

RGB

 RED value IS 233 (91.41% from 255) = 35.3%

 GREEN value IS 203 (79.69% from 255) = 30.76%

 BLUE value IS 224 (87.89% from 255) = 33.94%

R = 35.3%
G = 30.76%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E9CBE0 (or 0xE9CBE0) is known color: 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

RGB 233 203 224 -
CMYK 0 0.13 0.04 0.09
HSL 318º 0.41% 0.85% -
HSV(B) 318º 0.13% 0.91% -
XYZ 68.41 65.42 79.54 -
YUV 214.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 233 203 224 0 0.13 0.04 0.09 318 0.41 0.85
Hex E9 CB E0 0 D 4 9 13E 29 55
Octal 351 313 340 0 15 4 11 476 51 125
Binary 11101001 11001011 11100000 0 1101 100 1001 100111110 101001 1010101

Color Harmonies of #E9CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CBE0

Black with #E9CBE0

Text Example


Text Example

White with #E9CBE0

Text Example


Text Example

HTML Codes & Css Web 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>