Shades of Classic Rose #EADCE5
Tints of Classic Rose #EADCE5
RGB
CMYK
RGB Variations
Color information
#EADCE5 (or 0xEADCE5) is known color: Classic Rose. HEX triplet: EA, DC and E5. RGB value is (234,220,229). Sum of RGB (Red+Green+Blue) = 234+220+229=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCE5 is #15231A. Grayscale: #E1E1E1. Windows color (decimal): -1385243 or 15064298. OLE color: 15064298.
HSL color Cylindrical-coordinate representation of color #EADCE5: hue angle of 321.43º 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 #EADCE5 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 220 | 229 | - |
CMYK | 0 | 0.06 | 0.02 | 0.08 |
HSL | 321.43º | 0.25% | 0.89% | - |
HSV(B) | 321.43º | 0.06% | 0.92% | - |
XYZ | 73.67 | 74.34 | 84.59 | - |
YUV | 225.21 | 130.14 | 134.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 220 | 229 | 0 | 0.06 | 0.02 | 0.08 | 321.43 | 0.25 | 0.89 |
Hex | EA | DC | E5 | 0 | 6 | 2 | 8 | 141 | 19 | 59 |
Octal | 352 | 334 | 345 | 0 | 6 | 2 | 10 | 501 | 31 | 131 |
Binary | 11101010 | 11011100 | 11100101 | 0 | 110 | 10 | 1000 | 101000001 | 11001 | 1011001 |
Color Harmonies of #EADCE5
Complementary color
Monochromatic Colors of #EADCE5
Black with #EADCE5
Text Example
Text Example
White with #EADCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCE5; }
p { color: rgb(234,220,229); }
H1.HeaderClassName
{
color: #EADCE5;
}
.AnyTagClassName
{
color: #EADCE5;
}
</style>
background-color css
<style>
a { background-color: #EADCE5; }
a { background-color: rgb(234,220,229); }
div.DivClassName
{
background-color: #EADCE5;
}
.BgClassName
{
background-color: #EADCE5;
}
</style>
border-color css
<style>
span { border-color: #EADCE5; }
span { border-color: rgb(234,220,229); }
td.TdClassName
{
border-color: #EADCE5;
}
.TagClassName
{
border-color: #EADCE5;
}
</style>