Shades of Classic Rose #E9C8DA
Tints of Classic Rose #E9C8DA
RGB
CMYK
RGB Variations
Color information
#E9C8DA (or 0xE9C8DA) is known color: Classic Rose. HEX triplet: E9, C8 and DA. RGB value is (233,200,218). Sum of RGB (Red+Green+Blue) = 233+200+218=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8DA is #163725. Grayscale: #D3D3D3. Windows color (decimal): -1455910 or 14338281. OLE color: 14338281.
HSL color Cylindrical-coordinate representation of color #E9C8DA: hue angle of 327.27º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9C8DA is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 200 | 218 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.09 |
| HSL | 327.27º | 0.43% | 0.85% | - |
| HSV(B) | 327.27º | 0.14% | 0.91% | - |
| XYZ | 66.91 | 63.69 | 75.1 | - |
| YUV | 211.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 200 | 218 | 0 | 0.14 | 0.06 | 0.09 | 327.27 | 0.43 | 0.85 |
| Hex | E9 | C8 | DA | 0 | E | 6 | 9 | 147 | 2B | 55 |
| Octal | 351 | 310 | 332 | 0 | 16 | 6 | 11 | 507 | 53 | 125 |
| Binary | 11101001 | 11001000 | 11011010 | 0 | 1110 | 110 | 1001 | 101000111 | 101011 | 1010101 |
Color Harmonies of #E9C8DA
Complementary color
Monochromatic Colors of #E9C8DA
Black with #E9C8DA
Text Example
Text Example
White with #E9C8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C8DA; }
p { color: rgb(233,200,218); }
H1.HeaderClassName
{
color: #E9C8DA;
}
.AnyTagClassName
{
color: #E9C8DA;
}
</style>
background-color css
<style>
a { background-color: #E9C8DA; }
a { background-color: rgb(233,200,218); }
div.DivClassName
{
background-color: #E9C8DA;
}
.BgClassName
{
background-color: #E9C8DA;
}
</style>
border-color css
<style>
span { border-color: #E9C8DA; }
span { border-color: rgb(233,200,218); }
td.TdClassName
{
border-color: #E9C8DA;
}
.TagClassName
{
border-color: #E9C8DA;
}
</style>