Shades of Classic Rose #EACADA
Tints of Classic Rose #EACADA
RGB
CMYK
RGB Variations
Color information
#EACADA (or 0xEACADA) is known color: Classic Rose. HEX triplet: EA, CA and DA. RGB value is (234,202,218). Sum of RGB (Red+Green+Blue) = 234+202+218=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EACADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACADA is #153525. Grayscale: #D5D5D5. Windows color (decimal): -1389862 or 14338794. OLE color: 14338794.
HSL color Cylindrical-coordinate representation of color #EACADA: hue angle of 330º 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 #EACADA is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 218 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.08 |
| HSL | 330º | 0.43% | 0.85% | - |
| HSV(B) | 330º | 0.14% | 0.92% | - |
| XYZ | 67.71 | 64.8 | 75.27 | - |
| YUV | 213.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 218 | 0 | 0.14 | 0.07 | 0.08 | 330 | 0.43 | 0.85 |
| Hex | EA | CA | DA | 0 | E | 7 | 8 | 14A | 2B | 55 |
| Octal | 352 | 312 | 332 | 0 | 16 | 7 | 10 | 512 | 53 | 125 |
| Binary | 11101010 | 11001010 | 11011010 | 0 | 1110 | 111 | 1000 | 101001010 | 101011 | 1010101 |
Color Harmonies of #EACADA
Complementary color
Monochromatic Colors of #EACADA
Black with #EACADA
Text Example
Text Example
White with #EACADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACADA; }
p { color: rgb(234,202,218); }
H1.HeaderClassName
{
color: #EACADA;
}
.AnyTagClassName
{
color: #EACADA;
}
</style>
background-color css
<style>
a { background-color: #EACADA; }
a { background-color: rgb(234,202,218); }
div.DivClassName
{
background-color: #EACADA;
}
.BgClassName
{
background-color: #EACADA;
}
</style>
border-color css
<style>
span { border-color: #EACADA; }
span { border-color: rgb(234,202,218); }
td.TdClassName
{
border-color: #EACADA;
}
.TagClassName
{
border-color: #EACADA;
}
</style>