Shades of Classic Rose #EAC9DD
Tints of Classic Rose #EAC9DD
RGB
CMYK
RGB Variations
Color information
#EAC9DD (or 0xEAC9DD) is known color: Classic Rose. HEX triplet: EA, C9 and DD. RGB value is (234,201,221). Sum of RGB (Red+Green+Blue) = 234+201+221=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9DD is #153622. Grayscale: #D5D5D5. Windows color (decimal): -1390115 or 14535146. OLE color: 14535146.
HSL color Cylindrical-coordinate representation of color #EAC9DD: hue angle of 323.64º 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 #EAC9DD is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 221 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.08 |
| HSL | 323.64º | 0.44% | 0.85% | - |
| HSV(B) | 323.64º | 0.14% | 0.92% | - |
| XYZ | 67.87 | 64.49 | 77.28 | - |
| YUV | 213.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 221 | 0 | 0.14 | 0.06 | 0.08 | 323.64 | 0.44 | 0.85 |
| Hex | EA | C9 | DD | 0 | E | 6 | 8 | 144 | 2C | 55 |
| Octal | 352 | 311 | 335 | 0 | 16 | 6 | 10 | 504 | 54 | 125 |
| Binary | 11101010 | 11001001 | 11011101 | 0 | 1110 | 110 | 1000 | 101000100 | 101100 | 1010101 |
Color Harmonies of #EAC9DD
Complementary color
Monochromatic Colors of #EAC9DD
Black with #EAC9DD
Text Example
Text Example
White with #EAC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9DD; }
p { color: rgb(234,201,221); }
H1.HeaderClassName
{
color: #EAC9DD;
}
.AnyTagClassName
{
color: #EAC9DD;
}
</style>
background-color css
<style>
a { background-color: #EAC9DD; }
a { background-color: rgb(234,201,221); }
div.DivClassName
{
background-color: #EAC9DD;
}
.BgClassName
{
background-color: #EAC9DD;
}
</style>
border-color css
<style>
span { border-color: #EAC9DD; }
span { border-color: rgb(234,201,221); }
td.TdClassName
{
border-color: #EAC9DD;
}
.TagClassName
{
border-color: #EAC9DD;
}
</style>