Shades of Classic Rose #E8D3E0
Tints of Classic Rose #E8D3E0
RGB
CMYK
RGB Variations
Color information
#E8D3E0 (or 0xE8D3E0) is known color: Classic Rose. HEX triplet: E8, D3 and E0. RGB value is (232,211,224). Sum of RGB (Red+Green+Blue) = 232+211+224=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D3E0 is #172C1F. Grayscale: #DADADA. Windows color (decimal): -1518624 or 14734312. OLE color: 14734312.
HSL color Cylindrical-coordinate representation of color #E8D3E0: hue angle of 322.86º degrees, saturation: 0.31, 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 #E8D3E0 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 224 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.09 |
| HSL | 322.86º | 0.31% | 0.87% | - |
| HSV(B) | 322.86º | 0.09% | 0.91% | - |
| XYZ | 70.03 | 69.13 | 80.17 | - |
| YUV | 218.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 224 | 0 | 0.09 | 0.03 | 0.09 | 322.86 | 0.31 | 0.87 |
| Hex | E8 | D3 | E0 | 0 | 9 | 3 | 9 | 143 | 1F | 57 |
| Octal | 350 | 323 | 340 | 0 | 11 | 3 | 11 | 503 | 37 | 127 |
| Binary | 11101000 | 11010011 | 11100000 | 0 | 1001 | 11 | 1001 | 101000011 | 11111 | 1010111 |
Color Harmonies of #E8D3E0
Complementary color
Monochromatic Colors of #E8D3E0
Black with #E8D3E0
Text Example
Text Example
White with #E8D3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D3E0; }
p { color: rgb(232,211,224); }
H1.HeaderClassName
{
color: #E8D3E0;
}
.AnyTagClassName
{
color: #E8D3E0;
}
</style>
background-color css
<style>
a { background-color: #E8D3E0; }
a { background-color: rgb(232,211,224); }
div.DivClassName
{
background-color: #E8D3E0;
}
.BgClassName
{
background-color: #E8D3E0;
}
</style>
border-color css
<style>
span { border-color: #E8D3E0; }
span { border-color: rgb(232,211,224); }
td.TdClassName
{
border-color: #E8D3E0;
}
.TagClassName
{
border-color: #E8D3E0;
}
</style>