Shades of Classic Rose #EEC5E2
Tints of Classic Rose #EEC5E2
RGB
CMYK
RGB Variations
Color information
#EEC5E2 (or 0xEEC5E2) is known color: Classic Rose. HEX triplet: EE, C5 and E2. RGB value is (238,197,226). Sum of RGB (Red+Green+Blue) = 238+197+226=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5E2 is #113A1D. Grayscale: #D4D4D4. Windows color (decimal): -1128990 or 14861806. OLE color: 14861806.
HSL color Cylindrical-coordinate representation of color #EEC5E2: hue angle of 317.56º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC5E2 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 197 | 226 | - |
CMYK | 0 | 0.17 | 0.05 | 0.07 |
HSL | 317.56º | 0.55% | 0.85% | - |
HSV(B) | 317.56º | 0.17% | 0.93% | - |
XYZ | 68.95 | 63.6 | 80.59 | - |
YUV | 212.57 | 135.58 | 146.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 197 | 226 | 0 | 0.17 | 0.05 | 0.07 | 317.56 | 0.55 | 0.85 |
Hex | EE | C5 | E2 | 0 | 11 | 5 | 7 | 13E | 37 | 55 |
Octal | 356 | 305 | 342 | 0 | 21 | 5 | 7 | 476 | 67 | 125 |
Binary | 11101110 | 11000101 | 11100010 | 0 | 10001 | 101 | 111 | 100111110 | 110111 | 1010101 |
Color Harmonies of #EEC5E2
Complementary color
Monochromatic Colors of #EEC5E2
Black with #EEC5E2
Text Example
Text Example
White with #EEC5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5E2; }
p { color: rgb(238,197,226); }
H1.HeaderClassName
{
color: #EEC5E2;
}
.AnyTagClassName
{
color: #EEC5E2;
}
</style>
background-color css
<style>
a { background-color: #EEC5E2; }
a { background-color: rgb(238,197,226); }
div.DivClassName
{
background-color: #EEC5E2;
}
.BgClassName
{
background-color: #EEC5E2;
}
</style>
border-color css
<style>
span { border-color: #EEC5E2; }
span { border-color: rgb(238,197,226); }
td.TdClassName
{
border-color: #EEC5E2;
}
.TagClassName
{
border-color: #EEC5E2;
}
</style>