Shades of Classic Rose #EED2E2
Tints of Classic Rose #EED2E2
RGB
CMYK
RGB Variations
Color information
#EED2E2 (or 0xEED2E2) is known color: Classic Rose. HEX triplet: EE, D2 and E2. RGB value is (238,210,226). Sum of RGB (Red+Green+Blue) = 238+210+226=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 210 (82.42% from 255 or 31.16% from 674); Blue value is 226 (88.67% from 255 or 33.53% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2E2 is #112D1D. Grayscale: #DCDCDC. Windows color (decimal): -1125662 or 14865134. OLE color: 14865134.
HSL color Cylindrical-coordinate representation of color #EED2E2: hue angle of 325.71º 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 #EED2E2 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 226 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.07 |
| HSL | 325.71º | 0.45% | 0.88% | - |
| HSV(B) | 325.71º | 0.12% | 0.93% | - |
| XYZ | 72.03 | 69.76 | 81.62 | - |
| YUV | 220.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 226 | 0 | 0.12 | 0.05 | 0.07 | 325.71 | 0.45 | 0.88 |
| Hex | EE | D2 | E2 | 0 | C | 5 | 7 | 146 | 2D | 58 |
| Octal | 356 | 322 | 342 | 0 | 14 | 5 | 7 | 506 | 55 | 130 |
| Binary | 11101110 | 11010010 | 11100010 | 0 | 1100 | 101 | 111 | 101000110 | 101101 | 1011000 |
Color Harmonies of #EED2E2
Complementary color
Monochromatic Colors of #EED2E2
Black with #EED2E2
Text Example
Text Example
White with #EED2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2E2; }
p { color: rgb(238,210,226); }
H1.HeaderClassName
{
color: #EED2E2;
}
.AnyTagClassName
{
color: #EED2E2;
}
</style>
background-color css
<style>
a { background-color: #EED2E2; }
a { background-color: rgb(238,210,226); }
div.DivClassName
{
background-color: #EED2E2;
}
.BgClassName
{
background-color: #EED2E2;
}
</style>
border-color css
<style>
span { border-color: #EED2E2; }
span { border-color: rgb(238,210,226); }
td.TdClassName
{
border-color: #EED2E2;
}
.TagClassName
{
border-color: #EED2E2;
}
</style>