Shades of Classic Rose #EACADC
Tints of Classic Rose #EACADC
RGB
CMYK
RGB Variations
Color information
#EACADC (or 0xEACADC) is known color: Classic Rose. HEX triplet: EA, CA and DC. RGB value is (234,202,220). Sum of RGB (Red+Green+Blue) = 234+202+220=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 234 - color contains mainly: red. Hex color #EACADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACADC is #153523. Grayscale: #D5D5D5. Windows color (decimal): -1389860 or 14469866. OLE color: 14469866.
HSL color Cylindrical-coordinate representation of color #EACADC: hue angle of 326.25º 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 #EACADC is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 220 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.08 |
| HSL | 326.25º | 0.43% | 0.85% | - |
| HSV(B) | 326.25º | 0.14% | 0.92% | - |
| XYZ | 67.97 | 64.9 | 76.65 | - |
| YUV | 213.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 220 | 0 | 0.14 | 0.06 | 0.08 | 326.25 | 0.43 | 0.85 |
| Hex | EA | CA | DC | 0 | E | 6 | 8 | 146 | 2B | 55 |
| Octal | 352 | 312 | 334 | 0 | 16 | 6 | 10 | 506 | 53 | 125 |
| Binary | 11101010 | 11001010 | 11011100 | 0 | 1110 | 110 | 1000 | 101000110 | 101011 | 1010101 |
Color Harmonies of #EACADC
Complementary color
Monochromatic Colors of #EACADC
Black with #EACADC
Text Example
Text Example
White with #EACADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACADC; }
p { color: rgb(234,202,220); }
H1.HeaderClassName
{
color: #EACADC;
}
.AnyTagClassName
{
color: #EACADC;
}
</style>
background-color css
<style>
a { background-color: #EACADC; }
a { background-color: rgb(234,202,220); }
div.DivClassName
{
background-color: #EACADC;
}
.BgClassName
{
background-color: #EACADC;
}
</style>
border-color css
<style>
span { border-color: #EACADC; }
span { border-color: rgb(234,202,220); }
td.TdClassName
{
border-color: #EACADC;
}
.TagClassName
{
border-color: #EACADC;
}
</style>