Shades of Classic Rose #E7C4DA
Tints of Classic Rose #E7C4DA
RGB
CMYK
RGB Variations
Color information
#E7C4DA (or 0xE7C4DA) is known color: Classic Rose. HEX triplet: E7, C4 and DA. RGB value is (231,196,218). Sum of RGB (Red+Green+Blue) = 231+196+218=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C4DA is #183B25. Grayscale: #D0D0D0. Windows color (decimal): -1588006 or 14337255. OLE color: 14337255.
HSL color Cylindrical-coordinate representation of color #E7C4DA: hue angle of 322.29º degrees, saturation: 0.42, 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 #E7C4DA is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 196 | 218 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.09 |
| HSL | 322.29º | 0.42% | 0.84% | - |
| HSV(B) | 322.29º | 0.15% | 0.91% | - |
| XYZ | 65.35 | 61.53 | 74.76 | - |
| YUV | 208.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 218 | 0 | 0.15 | 0.06 | 0.09 | 322.29 | 0.42 | 0.84 |
| Hex | E7 | C4 | DA | 0 | F | 6 | 9 | 142 | 2A | 54 |
| Octal | 347 | 304 | 332 | 0 | 17 | 6 | 11 | 502 | 52 | 124 |
| Binary | 11100111 | 11000100 | 11011010 | 0 | 1111 | 110 | 1001 | 101000010 | 101010 | 1010100 |
Color Harmonies of #E7C4DA
Complementary color
Monochromatic Colors of #E7C4DA
Black with #E7C4DA
Text Example
Text Example
White with #E7C4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C4DA; }
p { color: rgb(231,196,218); }
H1.HeaderClassName
{
color: #E7C4DA;
}
.AnyTagClassName
{
color: #E7C4DA;
}
</style>
background-color css
<style>
a { background-color: #E7C4DA; }
a { background-color: rgb(231,196,218); }
div.DivClassName
{
background-color: #E7C4DA;
}
.BgClassName
{
background-color: #E7C4DA;
}
</style>
border-color css
<style>
span { border-color: #E7C4DA; }
span { border-color: rgb(231,196,218); }
td.TdClassName
{
border-color: #E7C4DA;
}
.TagClassName
{
border-color: #E7C4DA;
}
</style>