Html Css Color HEX #E9C0DA Classic Rose

📋 copy color: '#E9C0DA'

red 233 ◦ green 192 ◦ blue 218

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

Shades of Classic Rose #E9C0DA

Tints of Classic Rose #E9C0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.9%

R = 36.24%
G = 29.86%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E9C0DA (or 0xE9C0DA) is known color: Classic Rose. HEX triplet: E9, C0 and DA. RGB value is (233,192,218). Sum of RGB (Red+Green+Blue) = 233+192+218=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0DA is #163F25. Grayscale: #CFCFCF. Windows color (decimal): -1457958 or 14336233. OLE color: 14336233.

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

Color convert

RGB 233 192 218 -
CMYK 0 0.18 0.06 0.09
HSL 321.95º 0.48% 0.83% -
HSV(B) 321.95º 0.18% 0.91% -
XYZ 65.11 60.08 74.5 -
YUV 207.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 233 192 218 0 0.18 0.06 0.09 321.95 0.48 0.83
Hex E9 C0 DA 0 12 6 9 142 30 53
Octal 351 300 332 0 22 6 11 502 60 123
Binary 11101001 11000000 11011010 0 10010 110 1001 101000010 110000 1010011

Color Harmonies of #E9C0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C0DA

Black with #E9C0DA

Text Example


Text Example

White with #E9C0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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