Html Css Color HEX #E9CFE0 Classic Rose

📋 copy color: '#E9CFE0'

red 233 ◦ green 207 ◦ blue 224

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

Shades of Classic Rose #E9CFE0

Tints of Classic Rose #E9CFE0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.17%

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

R = 35.09%
G = 31.17%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E9CFE0 (or 0xE9CFE0) is known color: Classic Rose. HEX triplet: E9, CF and E0. RGB value is (233,207,224). Sum of RGB (Red+Green+Blue) = 233+207+224=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFE0 is #16301F. Grayscale: #D8D8D8. Windows color (decimal): -1454112 or 14733289. OLE color: 14733289.

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

Color convert

RGB 233 207 224 -
CMYK 0 0.11 0.04 0.09
HSL 320.77º 0.37% 0.86% -
HSV(B) 320.77º 0.11% 0.91% -
XYZ 69.37 67.33 79.86 -
YUV 216.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 233 207 224 0 0.11 0.04 0.09 320.77 0.37 0.86
Hex E9 CF E0 0 B 4 9 141 25 56
Octal 351 317 340 0 13 4 11 501 45 126
Binary 11101001 11001111 11100000 0 1011 100 1001 101000001 100101 1010110

Color Harmonies of #E9CFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CFE0

Black with #E9CFE0

Text Example


Text Example

White with #E9CFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CFE0; }

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

 H1.HeaderClassName
 {
   color: #E9CFE0;
 }
 .AnyTagClassName
 {
   color: #E9CFE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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