Shades of Classic Rose #E8C7D9
Tints of Classic Rose #E8C7D9
RGB
CMYK
RGB Variations
Color information
#E8C7D9 (or 0xE8C7D9) is known color: Classic Rose. HEX triplet: E8, C7 and D9. RGB value is (232,199,217). Sum of RGB (Red+Green+Blue) = 232+199+217=648 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.80% from 648); Green value is 199 (78.12% from 255 or 30.71% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C7D9 is #173826. Grayscale: #D2D2D2. Windows color (decimal): -1521703 or 14272488. OLE color: 14272488.
HSL color Cylindrical-coordinate representation of color #E8C7D9: hue angle of 327.27º degrees, saturation: 0.42, 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 #E8C7D9 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 199 | 217 | - |
CMYK | 0 | 0.14 | 0.06 | 0.09 |
HSL | 327.27º | 0.42% | 0.85% | - |
HSV(B) | 327.27º | 0.14% | 0.91% | - |
XYZ | 66.23 | 63.01 | 74.32 | - |
YUV | 210.92 | 131.43 | 143.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 199 | 217 | 0 | 0.14 | 0.06 | 0.09 | 327.27 | 0.42 | 0.85 |
Hex | E8 | C7 | D9 | 0 | E | 6 | 9 | 147 | 2A | 55 |
Octal | 350 | 307 | 331 | 0 | 16 | 6 | 11 | 507 | 52 | 125 |
Binary | 11101000 | 11000111 | 11011001 | 0 | 1110 | 110 | 1001 | 101000111 | 101010 | 1010101 |
Color Harmonies of #E8C7D9
Complementary color
Monochromatic Colors of #E8C7D9
Black with #E8C7D9
Text Example
Text Example
White with #E8C7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C7D9; }
p { color: rgb(232,199,217); }
H1.HeaderClassName
{
color: #E8C7D9;
}
.AnyTagClassName
{
color: #E8C7D9;
}
</style>
background-color css
<style>
a { background-color: #E8C7D9; }
a { background-color: rgb(232,199,217); }
div.DivClassName
{
background-color: #E8C7D9;
}
.BgClassName
{
background-color: #E8C7D9;
}
</style>
border-color css
<style>
span { border-color: #E8C7D9; }
span { border-color: rgb(232,199,217); }
td.TdClassName
{
border-color: #E8C7D9;
}
.TagClassName
{
border-color: #E8C7D9;
}
</style>