Shades of Classic Rose #E8D2E1
Tints of Classic Rose #E8D2E1
RGB
CMYK
RGB Variations
Color information
#E8D2E1 (or 0xE8D2E1) is known color: Classic Rose. HEX triplet: E8, D2 and E1. RGB value is (232,210,225). Sum of RGB (Red+Green+Blue) = 232+210+225=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D2E1 is #172D1E. Grayscale: #DADADA. Windows color (decimal): -1518879 or 14799592. OLE color: 14799592.
HSL color Cylindrical-coordinate representation of color #E8D2E1: hue angle of 319.09º degrees, saturation: 0.32, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8D2E1 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 225 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.09 |
| HSL | 319.09º | 0.32% | 0.87% | - |
| HSV(B) | 319.09º | 0.09% | 0.91% | - |
| XYZ | 69.92 | 68.69 | 80.81 | - |
| YUV | 218.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 225 | 0 | 0.09 | 0.03 | 0.09 | 319.09 | 0.32 | 0.87 |
| Hex | E8 | D2 | E1 | 0 | 9 | 3 | 9 | 13F | 20 | 57 |
| Octal | 350 | 322 | 341 | 0 | 11 | 3 | 11 | 477 | 40 | 127 |
| Binary | 11101000 | 11010010 | 11100001 | 0 | 1001 | 11 | 1001 | 100111111 | 100000 | 1010111 |
Color Harmonies of #E8D2E1
Complementary color
Monochromatic Colors of #E8D2E1
Black with #E8D2E1
Text Example
Text Example
White with #E8D2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D2E1; }
p { color: rgb(232,210,225); }
H1.HeaderClassName
{
color: #E8D2E1;
}
.AnyTagClassName
{
color: #E8D2E1;
}
</style>
background-color css
<style>
a { background-color: #E8D2E1; }
a { background-color: rgb(232,210,225); }
div.DivClassName
{
background-color: #E8D2E1;
}
.BgClassName
{
background-color: #E8D2E1;
}
</style>
border-color css
<style>
span { border-color: #E8D2E1; }
span { border-color: rgb(232,210,225); }
td.TdClassName
{
border-color: #E8D2E1;
}
.TagClassName
{
border-color: #E8D2E1;
}
</style>