Shades of Classic Rose #EAD9E2
Tints of Classic Rose #EAD9E2
RGB
CMYK
RGB Variations
Color information
#EAD9E2 (or 0xEAD9E2) is known color: Classic Rose. HEX triplet: EA, D9 and E2. RGB value is (234,217,226). Sum of RGB (Red+Green+Blue) = 234+217+226=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9E2 is #15261D. Grayscale: #DFDFDF. Windows color (decimal): -1386014 or 14866922. OLE color: 14866922.
HSL color Cylindrical-coordinate representation of color #EAD9E2: hue angle of 328.24º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAD9E2 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 217 | 226 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.08 |
| HSL | 328.24º | 0.29% | 0.88% | - |
| HSV(B) | 328.24º | 0.07% | 0.92% | - |
| XYZ | 72.47 | 72.61 | 82.15 | - |
| YUV | 223.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 217 | 226 | 0 | 0.07 | 0.03 | 0.08 | 328.24 | 0.29 | 0.88 |
| Hex | EA | D9 | E2 | 0 | 7 | 3 | 8 | 148 | 1D | 58 |
| Octal | 352 | 331 | 342 | 0 | 7 | 3 | 10 | 510 | 35 | 130 |
| Binary | 11101010 | 11011001 | 11100010 | 0 | 111 | 11 | 1000 | 101001000 | 11101 | 1011000 |
Color Harmonies of #EAD9E2
Complementary color
Monochromatic Colors of #EAD9E2
Black with #EAD9E2
Text Example
Text Example
White with #EAD9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD9E2; }
p { color: rgb(234,217,226); }
H1.HeaderClassName
{
color: #EAD9E2;
}
.AnyTagClassName
{
color: #EAD9E2;
}
</style>
background-color css
<style>
a { background-color: #EAD9E2; }
a { background-color: rgb(234,217,226); }
div.DivClassName
{
background-color: #EAD9E2;
}
.BgClassName
{
background-color: #EAD9E2;
}
</style>
border-color css
<style>
span { border-color: #EAD9E2; }
span { border-color: rgb(234,217,226); }
td.TdClassName
{
border-color: #EAD9E2;
}
.TagClassName
{
border-color: #EAD9E2;
}
</style>