Shades of Classic Rose #EACADF
Tints of Classic Rose #EACADF
RGB
CMYK
RGB Variations
Color information
#EACADF (or 0xEACADF) is known color: Classic Rose. HEX triplet: EA, CA and DF. RGB value is (234,202,223). Sum of RGB (Red+Green+Blue) = 234+202+223=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EACADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACADF is #153520. Grayscale: #D5D5D5. Windows color (decimal): -1389857 or 14666474. OLE color: 14666474.
HSL color Cylindrical-coordinate representation of color #EACADF: hue angle of 320.62º 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 #EACADF is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 223 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.08 |
| HSL | 320.63º | 0.43% | 0.85% | - |
| HSV(B) | 320.63º | 0.14% | 0.92% | - |
| XYZ | 68.37 | 65.06 | 78.77 | - |
| YUV | 213.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 223 | 0 | 0.14 | 0.05 | 0.08 | 320.63 | 0.43 | 0.85 |
| Hex | EA | CA | DF | 0 | E | 5 | 8 | 141 | 2B | 55 |
| Octal | 352 | 312 | 337 | 0 | 16 | 5 | 10 | 501 | 53 | 125 |
| Binary | 11101010 | 11001010 | 11011111 | 0 | 1110 | 101 | 1000 | 101000001 | 101011 | 1010101 |
Color Harmonies of #EACADF
Complementary color
Monochromatic Colors of #EACADF
Black with #EACADF
Text Example
Text Example
White with #EACADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACADF; }
p { color: rgb(234,202,223); }
H1.HeaderClassName
{
color: #EACADF;
}
.AnyTagClassName
{
color: #EACADF;
}
</style>
background-color css
<style>
a { background-color: #EACADF; }
a { background-color: rgb(234,202,223); }
div.DivClassName
{
background-color: #EACADF;
}
.BgClassName
{
background-color: #EACADF;
}
</style>
border-color css
<style>
span { border-color: #EACADF; }
span { border-color: rgb(234,202,223); }
td.TdClassName
{
border-color: #EACADF;
}
.TagClassName
{
border-color: #EACADF;
}
</style>