Shades of Classic Rose #EACAD9
Tints of Classic Rose #EACAD9
RGB
CMYK
RGB Variations
Color information
#EACAD9 (or 0xEACAD9) is known color: Classic Rose. HEX triplet: EA, CA and D9. RGB value is (234,202,217). Sum of RGB (Red+Green+Blue) = 234+202+217=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAD9 is #153526. Grayscale: #D5D5D5. Windows color (decimal): -1389863 or 14273258. OLE color: 14273258.
HSL color Cylindrical-coordinate representation of color #EACAD9: hue angle of 331.88º degrees, saturation: 0.43, 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 #EACAD9 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 217 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.08 |
| HSL | 331.88º | 0.43% | 0.85% | - |
| HSV(B) | 331.88º | 0.14% | 0.92% | - |
| XYZ | 67.58 | 64.74 | 74.58 | - |
| YUV | 213.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 217 | 0 | 0.14 | 0.07 | 0.08 | 331.88 | 0.43 | 0.85 |
| Hex | EA | CA | D9 | 0 | E | 7 | 8 | 14C | 2B | 55 |
| Octal | 352 | 312 | 331 | 0 | 16 | 7 | 10 | 514 | 53 | 125 |
| Binary | 11101010 | 11001010 | 11011001 | 0 | 1110 | 111 | 1000 | 101001100 | 101011 | 1010101 |
Color Harmonies of #EACAD9
Complementary color
Monochromatic Colors of #EACAD9
Black with #EACAD9
Text Example
Text Example
White with #EACAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAD9; }
p { color: rgb(234,202,217); }
H1.HeaderClassName
{
color: #EACAD9;
}
.AnyTagClassName
{
color: #EACAD9;
}
</style>
background-color css
<style>
a { background-color: #EACAD9; }
a { background-color: rgb(234,202,217); }
div.DivClassName
{
background-color: #EACAD9;
}
.BgClassName
{
background-color: #EACAD9;
}
</style>
border-color css
<style>
span { border-color: #EACAD9; }
span { border-color: rgb(234,202,217); }
td.TdClassName
{
border-color: #EACAD9;
}
.TagClassName
{
border-color: #EACAD9;
}
</style>