Shades of Classic Rose #EADCE4
Tints of Classic Rose #EADCE4
RGB
CMYK
RGB Variations
Color information
#EADCE4 (or 0xEADCE4) is known color: Classic Rose. HEX triplet: EA, DC and E4. RGB value is (234,220,228). Sum of RGB (Red+Green+Blue) = 234+220+228=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCE4 is #15231B. Grayscale: #E1E1E1. Windows color (decimal): -1385244 or 14998762. OLE color: 14998762.
HSL color Cylindrical-coordinate representation of color #EADCE4: hue angle of 325.71º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADCE4 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 228 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.08 |
| HSL | 325.71º | 0.25% | 0.89% | - |
| HSV(B) | 325.71º | 0.06% | 0.92% | - |
| XYZ | 73.53 | 74.28 | 83.86 | - |
| YUV | 225.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 228 | 0 | 0.06 | 0.03 | 0.08 | 325.71 | 0.25 | 0.89 |
| Hex | EA | DC | E4 | 0 | 6 | 3 | 8 | 146 | 19 | 59 |
| Octal | 352 | 334 | 344 | 0 | 6 | 3 | 10 | 506 | 31 | 131 |
| Binary | 11101010 | 11011100 | 11100100 | 0 | 110 | 11 | 1000 | 101000110 | 11001 | 1011001 |
Color Harmonies of #EADCE4
Complementary color
Monochromatic Colors of #EADCE4
Black with #EADCE4
Text Example
Text Example
White with #EADCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCE4; }
p { color: rgb(234,220,228); }
H1.HeaderClassName
{
color: #EADCE4;
}
.AnyTagClassName
{
color: #EADCE4;
}
</style>
background-color css
<style>
a { background-color: #EADCE4; }
a { background-color: rgb(234,220,228); }
div.DivClassName
{
background-color: #EADCE4;
}
.BgClassName
{
background-color: #EADCE4;
}
</style>
border-color css
<style>
span { border-color: #EADCE4; }
span { border-color: rgb(234,220,228); }
td.TdClassName
{
border-color: #EADCE4;
}
.TagClassName
{
border-color: #EADCE4;
}
</style>