Shades of Classic Rose #EAC2D9
Tints of Classic Rose #EAC2D9
RGB
CMYK
RGB Variations
Color information
#EAC2D9 (or 0xEAC2D9) is known color: Classic Rose. HEX triplet: EA, C2 and D9. RGB value is (234,194,217). Sum of RGB (Red+Green+Blue) = 234+194+217=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 194 (76.17% from 255 or 30.08% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2D9 is #153D26. Grayscale: #D0D0D0. Windows color (decimal): -1391911 or 14271210. OLE color: 14271210.
HSL color Cylindrical-coordinate representation of color #EAC2D9: hue angle of 325.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC2D9 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 217 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.08 |
| HSL | 325.5º | 0.49% | 0.84% | - |
| HSV(B) | 325.5º | 0.17% | 0.92% | - |
| XYZ | 65.75 | 61.09 | 73.97 | - |
| YUV | 208.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 217 | 0 | 0.17 | 0.07 | 0.08 | 325.5 | 0.49 | 0.84 |
| Hex | EA | C2 | D9 | 0 | 11 | 7 | 8 | 146 | 31 | 54 |
| Octal | 352 | 302 | 331 | 0 | 21 | 7 | 10 | 506 | 61 | 124 |
| Binary | 11101010 | 11000010 | 11011001 | 0 | 10001 | 111 | 1000 | 101000110 | 110001 | 1010100 |
Color Harmonies of #EAC2D9
Complementary color
Monochromatic Colors of #EAC2D9
Black with #EAC2D9
Text Example
Text Example
White with #EAC2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2D9; }
p { color: rgb(234,194,217); }
H1.HeaderClassName
{
color: #EAC2D9;
}
.AnyTagClassName
{
color: #EAC2D9;
}
</style>
background-color css
<style>
a { background-color: #EAC2D9; }
a { background-color: rgb(234,194,217); }
div.DivClassName
{
background-color: #EAC2D9;
}
.BgClassName
{
background-color: #EAC2D9;
}
</style>
border-color css
<style>
span { border-color: #EAC2D9; }
span { border-color: rgb(234,194,217); }
td.TdClassName
{
border-color: #EAC2D9;
}
.TagClassName
{
border-color: #EAC2D9;
}
</style>