Shades of Classic Rose #E8C5D8
Tints of Classic Rose #E8C5D8
RGB
CMYK
RGB Variations
Color information
#E8C5D8 (or 0xE8C5D8) is known color: Classic Rose. HEX triplet: E8, C5 and D8. RGB value is (232,197,216). Sum of RGB (Red+Green+Blue) = 232+197+216=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C5D8 is #173A27. Grayscale: #D1D1D1. Windows color (decimal): -1522216 or 14206440. OLE color: 14206440.
HSL color Cylindrical-coordinate representation of color #E8C5D8: hue angle of 327.43º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8C5D8 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 216 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.09 |
| HSL | 327.43º | 0.43% | 0.84% | - |
| HSV(B) | 327.43º | 0.15% | 0.91% | - |
| XYZ | 65.64 | 62.05 | 73.48 | - |
| YUV | 209.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 216 | 0 | 0.15 | 0.07 | 0.09 | 327.43 | 0.43 | 0.84 |
| Hex | E8 | C5 | D8 | 0 | F | 7 | 9 | 147 | 2B | 54 |
| Octal | 350 | 305 | 330 | 0 | 17 | 7 | 11 | 507 | 53 | 124 |
| Binary | 11101000 | 11000101 | 11011000 | 0 | 1111 | 111 | 1001 | 101000111 | 101011 | 1010100 |
Color Harmonies of #E8C5D8
Complementary color
Monochromatic Colors of #E8C5D8
Black with #E8C5D8
Text Example
Text Example
White with #E8C5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C5D8; }
p { color: rgb(232,197,216); }
H1.HeaderClassName
{
color: #E8C5D8;
}
.AnyTagClassName
{
color: #E8C5D8;
}
</style>
background-color css
<style>
a { background-color: #E8C5D8; }
a { background-color: rgb(232,197,216); }
div.DivClassName
{
background-color: #E8C5D8;
}
.BgClassName
{
background-color: #E8C5D8;
}
</style>
border-color css
<style>
span { border-color: #E8C5D8; }
span { border-color: rgb(232,197,216); }
td.TdClassName
{
border-color: #E8C5D8;
}
.TagClassName
{
border-color: #E8C5D8;
}
</style>