Shades of Classic Rose #EAC9D9
Tints of Classic Rose #EAC9D9
RGB
CMYK
RGB Variations
Color information
#EAC9D9 (or 0xEAC9D9) is known color: Classic Rose. HEX triplet: EA, C9 and D9. RGB value is (234,201,217). Sum of RGB (Red+Green+Blue) = 234+201+217=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9D9 is #153626. Grayscale: #D4D4D4. Windows color (decimal): -1390119 or 14273002. OLE color: 14273002.
HSL color Cylindrical-coordinate representation of color #EAC9D9: hue angle of 330.91º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAC9D9 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 217 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.08 |
| HSL | 330.91º | 0.44% | 0.85% | - |
| HSV(B) | 330.91º | 0.14% | 0.92% | - |
| XYZ | 67.34 | 64.28 | 74.5 | - |
| YUV | 212.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 217 | 0 | 0.14 | 0.07 | 0.08 | 330.91 | 0.44 | 0.85 |
| Hex | EA | C9 | D9 | 0 | E | 7 | 8 | 14B | 2C | 55 |
| Octal | 352 | 311 | 331 | 0 | 16 | 7 | 10 | 513 | 54 | 125 |
| Binary | 11101010 | 11001001 | 11011001 | 0 | 1110 | 111 | 1000 | 101001011 | 101100 | 1010101 |
Color Harmonies of #EAC9D9
Complementary color
Monochromatic Colors of #EAC9D9
Black with #EAC9D9
Text Example
Text Example
White with #EAC9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9D9; }
p { color: rgb(234,201,217); }
H1.HeaderClassName
{
color: #EAC9D9;
}
.AnyTagClassName
{
color: #EAC9D9;
}
</style>
background-color css
<style>
a { background-color: #EAC9D9; }
a { background-color: rgb(234,201,217); }
div.DivClassName
{
background-color: #EAC9D9;
}
.BgClassName
{
background-color: #EAC9D9;
}
</style>
border-color css
<style>
span { border-color: #EAC9D9; }
span { border-color: rgb(234,201,217); }
td.TdClassName
{
border-color: #EAC9D9;
}
.TagClassName
{
border-color: #EAC9D9;
}
</style>