Html Css Color HEX #E9C0D9 Classic Rose

📋 copy color: '#E9C0D9'

red 233 ◦ green 192 ◦ blue 217

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

Shades of Classic Rose #E9C0D9

Tints of Classic Rose #E9C0D9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.91%

 BLUE value IS 217 (85.16% from 255) = 33.8%

R = 36.29%
G = 29.91%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E9C0D9 (or 0xE9C0D9) is known color: Classic Rose. HEX triplet: E9, C0 and D9. RGB value is (233,192,217). Sum of RGB (Red+Green+Blue) = 233+192+217=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 192 (75.39% from 255 or 29.91% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0D9 is #163F26. Grayscale: #CFCFCF. Windows color (decimal): -1457959 or 14270697. OLE color: 14270697.

HSL color Cylindrical-coordinate representation of color #E9C0D9: hue angle of 323.41º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9C0D9 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 192 217 -
CMYK 0 0.18 0.07 0.09
HSL 323.41º 0.48% 0.83% -
HSV(B) 323.41º 0.18% 0.91% -
XYZ 64.98 60.03 73.81 -
YUV 207.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 233 192 217 0 0.18 0.07 0.09 323.41 0.48 0.83
Hex E9 C0 D9 0 12 7 9 143 30 53
Octal 351 300 331 0 22 7 11 503 60 123
Binary 11101001 11000000 11011001 0 10010 111 1001 101000011 110000 1010011

Color Harmonies of #E9C0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C0D9

Black with #E9C0D9

Text Example


Text Example

White with #E9C0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C0D9; }

 p { color: rgb(233,192,217); }

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

background-color css

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

 a { background-color: rgb(233,192,217); }

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

border-color css

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

 span { border-color: rgb(233,192,217); }

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