Shades of Classic Rose #E8C9DA
Tints of Classic Rose #E8C9DA
RGB
CMYK
RGB Variations
Color information
#E8C9DA (or 0xE8C9DA) is known color: Classic Rose. HEX triplet: E8, C9 and DA. RGB value is (232,201,218). Sum of RGB (Red+Green+Blue) = 232+201+218=651 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.64% from 651); Green value is 201 (78.91% from 255 or 30.88% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C9DA is #173625. Grayscale: #D4D4D4. Windows color (decimal): -1521190 or 14338536. OLE color: 14338536.
HSL color Cylindrical-coordinate representation of color #E8C9DA: hue angle of 327.1º degrees, saturation: 0.4, 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 #E8C9DA is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 218 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.09 |
| HSL | 327.1º | 0.4% | 0.85% | - |
| HSV(B) | 327.1º | 0.13% | 0.91% | - |
| XYZ | 66.82 | 63.99 | 75.16 | - |
| YUV | 212.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 218 | 0 | 0.13 | 0.06 | 0.09 | 327.1 | 0.4 | 0.85 |
| Hex | E8 | C9 | DA | 0 | D | 6 | 9 | 147 | 28 | 55 |
| Octal | 350 | 311 | 332 | 0 | 15 | 6 | 11 | 507 | 50 | 125 |
| Binary | 11101000 | 11001001 | 11011010 | 0 | 1101 | 110 | 1001 | 101000111 | 101000 | 1010101 |
Color Harmonies of #E8C9DA
Complementary color
Monochromatic Colors of #E8C9DA
Black with #E8C9DA
Text Example
Text Example
White with #E8C9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C9DA; }
p { color: rgb(232,201,218); }
H1.HeaderClassName
{
color: #E8C9DA;
}
.AnyTagClassName
{
color: #E8C9DA;
}
</style>
background-color css
<style>
a { background-color: #E8C9DA; }
a { background-color: rgb(232,201,218); }
div.DivClassName
{
background-color: #E8C9DA;
}
.BgClassName
{
background-color: #E8C9DA;
}
</style>
border-color css
<style>
span { border-color: #E8C9DA; }
span { border-color: rgb(232,201,218); }
td.TdClassName
{
border-color: #E8C9DA;
}
.TagClassName
{
border-color: #E8C9DA;
}
</style>