Shades of Classic Rose #EAC4DD
Tints of Classic Rose #EAC4DD
RGB
CMYK
RGB Variations
Color information
#EAC4DD (or 0xEAC4DD) is known color: Classic Rose. HEX triplet: EA, C4 and DD. RGB value is (234,196,221). Sum of RGB (Red+Green+Blue) = 234+196+221=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4DD is #153B22. Grayscale: #D2D2D2. Windows color (decimal): -1391395 or 14533866. OLE color: 14533866.
HSL color Cylindrical-coordinate representation of color #EAC4DD: hue angle of 320.53º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC4DD is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 221 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.08 |
| HSL | 320.53º | 0.48% | 0.84% | - |
| HSV(B) | 320.53º | 0.16% | 0.92% | - |
| XYZ | 66.72 | 62.19 | 76.89 | - |
| YUV | 210.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 221 | 0 | 0.16 | 0.06 | 0.08 | 320.53 | 0.48 | 0.84 |
| Hex | EA | C4 | DD | 0 | 10 | 6 | 8 | 141 | 30 | 54 |
| Octal | 352 | 304 | 335 | 0 | 20 | 6 | 10 | 501 | 60 | 124 |
| Binary | 11101010 | 11000100 | 11011101 | 0 | 10000 | 110 | 1000 | 101000001 | 110000 | 1010100 |
Color Harmonies of #EAC4DD
Complementary color
Monochromatic Colors of #EAC4DD
Black with #EAC4DD
Text Example
Text Example
White with #EAC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC4DD; }
p { color: rgb(234,196,221); }
H1.HeaderClassName
{
color: #EAC4DD;
}
.AnyTagClassName
{
color: #EAC4DD;
}
</style>
background-color css
<style>
a { background-color: #EAC4DD; }
a { background-color: rgb(234,196,221); }
div.DivClassName
{
background-color: #EAC4DD;
}
.BgClassName
{
background-color: #EAC4DD;
}
</style>
border-color css
<style>
span { border-color: #EAC4DD; }
span { border-color: rgb(234,196,221); }
td.TdClassName
{
border-color: #EAC4DD;
}
.TagClassName
{
border-color: #EAC4DD;
}
</style>