Shades of Classic Rose #EAC5D9
Tints of Classic Rose #EAC5D9
RGB
CMYK
RGB Variations
Color information
#EAC5D9 (or 0xEAC5D9) is known color: Classic Rose. HEX triplet: EA, C5 and D9. RGB value is (234,197,217). Sum of RGB (Red+Green+Blue) = 234+197+217=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5D9 is #153A26. Grayscale: #D2D2D2. Windows color (decimal): -1391143 or 14271978. OLE color: 14271978.
HSL color Cylindrical-coordinate representation of color #EAC5D9: hue angle of 327.57º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC5D9 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 217 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.08 |
| HSL | 327.57º | 0.47% | 0.85% | - |
| HSV(B) | 327.57º | 0.16% | 0.92% | - |
| XYZ | 66.42 | 62.43 | 74.2 | - |
| YUV | 210.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 217 | 0 | 0.16 | 0.07 | 0.08 | 327.57 | 0.47 | 0.85 |
| Hex | EA | C5 | D9 | 0 | 10 | 7 | 8 | 148 | 2F | 55 |
| Octal | 352 | 305 | 331 | 0 | 20 | 7 | 10 | 510 | 57 | 125 |
| Binary | 11101010 | 11000101 | 11011001 | 0 | 10000 | 111 | 1000 | 101001000 | 101111 | 1010101 |
Color Harmonies of #EAC5D9
Complementary color
Monochromatic Colors of #EAC5D9
Black with #EAC5D9
Text Example
Text Example
White with #EAC5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5D9; }
p { color: rgb(234,197,217); }
H1.HeaderClassName
{
color: #EAC5D9;
}
.AnyTagClassName
{
color: #EAC5D9;
}
</style>
background-color css
<style>
a { background-color: #EAC5D9; }
a { background-color: rgb(234,197,217); }
div.DivClassName
{
background-color: #EAC5D9;
}
.BgClassName
{
background-color: #EAC5D9;
}
</style>
border-color css
<style>
span { border-color: #EAC5D9; }
span { border-color: rgb(234,197,217); }
td.TdClassName
{
border-color: #EAC5D9;
}
.TagClassName
{
border-color: #EAC5D9;
}
</style>