Shades of Classic Rose #EED2E5
Tints of Classic Rose #EED2E5
RGB
CMYK
RGB Variations
Color information
#EED2E5 (or 0xEED2E5) is known color: Classic Rose. HEX triplet: EE, D2 and E5. RGB value is (238,210,229). Sum of RGB (Red+Green+Blue) = 238+210+229=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2E5 is #112D1A. Grayscale: #DCDCDC. Windows color (decimal): -1125659 or 15061742. OLE color: 15061742.
HSL color Cylindrical-coordinate representation of color #EED2E5: hue angle of 319.29º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED2E5 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 229 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.07 |
| HSL | 319.29º | 0.45% | 0.88% | - |
| HSV(B) | 319.29º | 0.12% | 0.93% | - |
| XYZ | 72.45 | 69.93 | 83.81 | - |
| YUV | 220.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 229 | 0 | 0.12 | 0.04 | 0.07 | 319.29 | 0.45 | 0.88 |
| Hex | EE | D2 | E5 | 0 | C | 4 | 7 | 13F | 2D | 58 |
| Octal | 356 | 322 | 345 | 0 | 14 | 4 | 7 | 477 | 55 | 130 |
| Binary | 11101110 | 11010010 | 11100101 | 0 | 1100 | 100 | 111 | 100111111 | 101101 | 1011000 |
Color Harmonies of #EED2E5
Complementary color
Monochromatic Colors of #EED2E5
Black with #EED2E5
Text Example
Text Example
White with #EED2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2E5; }
p { color: rgb(238,210,229); }
H1.HeaderClassName
{
color: #EED2E5;
}
.AnyTagClassName
{
color: #EED2E5;
}
</style>
background-color css
<style>
a { background-color: #EED2E5; }
a { background-color: rgb(238,210,229); }
div.DivClassName
{
background-color: #EED2E5;
}
.BgClassName
{
background-color: #EED2E5;
}
</style>
border-color css
<style>
span { border-color: #EED2E5; }
span { border-color: rgb(238,210,229); }
td.TdClassName
{
border-color: #EED2E5;
}
.TagClassName
{
border-color: #EED2E5;
}
</style>