Shades of Classic Rose #EAD6E1
Tints of Classic Rose #EAD6E1
RGB
CMYK
RGB Variations
Color information
#EAD6E1 (or 0xEAD6E1) is known color: Classic Rose. HEX triplet: EA, D6 and E1. RGB value is (234,214,225). Sum of RGB (Red+Green+Blue) = 234+214+225=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD6E1 is #15291E. Grayscale: #DDDDDD. Windows color (decimal): -1386783 or 14800618. OLE color: 14800618.
HSL color Cylindrical-coordinate representation of color #EAD6E1: hue angle of 327º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAD6E1 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 214 | 225 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.08 |
| HSL | 327º | 0.32% | 0.88% | - |
| HSV(B) | 327º | 0.09% | 0.92% | - |
| XYZ | 71.57 | 71.02 | 81.17 | - |
| YUV | 221.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 214 | 225 | 0 | 0.09 | 0.04 | 0.08 | 327 | 0.32 | 0.88 |
| Hex | EA | D6 | E1 | 0 | 9 | 4 | 8 | 147 | 20 | 58 |
| Octal | 352 | 326 | 341 | 0 | 11 | 4 | 10 | 507 | 40 | 130 |
| Binary | 11101010 | 11010110 | 11100001 | 0 | 1001 | 100 | 1000 | 101000111 | 100000 | 1011000 |
Color Harmonies of #EAD6E1
Complementary color
Monochromatic Colors of #EAD6E1
Black with #EAD6E1
Text Example
Text Example
White with #EAD6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD6E1; }
p { color: rgb(234,214,225); }
H1.HeaderClassName
{
color: #EAD6E1;
}
.AnyTagClassName
{
color: #EAD6E1;
}
</style>
background-color css
<style>
a { background-color: #EAD6E1; }
a { background-color: rgb(234,214,225); }
div.DivClassName
{
background-color: #EAD6E1;
}
.BgClassName
{
background-color: #EAD6E1;
}
</style>
border-color css
<style>
span { border-color: #EAD6E1; }
span { border-color: rgb(234,214,225); }
td.TdClassName
{
border-color: #EAD6E1;
}
.TagClassName
{
border-color: #EAD6E1;
}
</style>