Shades of Classic Rose #EED5E5
Tints of Classic Rose #EED5E5
RGB
CMYK
RGB Variations
Color information
#EED5E5 (or 0xEED5E5) is known color: Classic Rose. HEX triplet: EE, D5 and E5. RGB value is (238,213,229). Sum of RGB (Red+Green+Blue) = 238+213+229=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 213 (83.59% from 255 or 31.32% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5E5 is #112A1A. Grayscale: #DEDEDE. Windows color (decimal): -1124891 or 15062510. OLE color: 15062510.
HSL color Cylindrical-coordinate representation of color #EED5E5: hue angle of 321.6º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED5E5 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 213 | 229 | - |
CMYK | 0 | 0.11 | 0.04 | 0.07 |
HSL | 321.6º | 0.42% | 0.88% | - |
HSV(B) | 321.6º | 0.11% | 0.93% | - |
XYZ | 73.2 | 71.42 | 84.06 | - |
YUV | 222.3 | 131.78 | 139.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 213 | 229 | 0 | 0.11 | 0.04 | 0.07 | 321.6 | 0.42 | 0.88 |
Hex | EE | D5 | E5 | 0 | B | 4 | 7 | 142 | 2A | 58 |
Octal | 356 | 325 | 345 | 0 | 13 | 4 | 7 | 502 | 52 | 130 |
Binary | 11101110 | 11010101 | 11100101 | 0 | 1011 | 100 | 111 | 101000010 | 101010 | 1011000 |
Color Harmonies of #EED5E5
Complementary color
Monochromatic Colors of #EED5E5
Black with #EED5E5
Text Example
Text Example
White with #EED5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5E5; }
p { color: rgb(238,213,229); }
H1.HeaderClassName
{
color: #EED5E5;
}
.AnyTagClassName
{
color: #EED5E5;
}
</style>
background-color css
<style>
a { background-color: #EED5E5; }
a { background-color: rgb(238,213,229); }
div.DivClassName
{
background-color: #EED5E5;
}
.BgClassName
{
background-color: #EED5E5;
}
</style>
border-color css
<style>
span { border-color: #EED5E5; }
span { border-color: rgb(238,213,229); }
td.TdClassName
{
border-color: #EED5E5;
}
.TagClassName
{
border-color: #EED5E5;
}
</style>