Shades of Cerise #EE2D70
Tints of Cerise #EE2D70
RGB
CMYK
RGB Variations
Color information
#EE2D70 (or 0xEE2D70) is known color: Cerise. HEX triplet: EE, 2D and 70. RGB value is (238,45,112). Sum of RGB (Red+Green+Blue) = 238+45+112=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2D70 is #11D28F. Grayscale: #6E6E6E. Windows color (decimal): -1168016 or 7351790. OLE color: 7351790.
HSL color Cylindrical-coordinate representation of color #EE2D70: hue angle of 339.17º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2D70 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 45 | 112 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.07 |
| HSL | 339.17º | 0.85% | 0.55% | - |
| HSV(B) | 339.17º | 0.81% | 0.93% | - |
| XYZ | 39.12 | 21.22 | 17.36 | - |
| YUV | 110.35 | 128.94 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 112 | 0 | 0.81 | 0.53 | 0.07 | 339.17 | 0.85 | 0.55 |
| Hex | EE | 2D | 70 | 0 | 51 | 35 | 7 | 153 | 55 | 37 |
| Octal | 356 | 55 | 160 | 0 | 121 | 65 | 7 | 523 | 125 | 67 |
| Binary | 11101110 | 101101 | 1110000 | 0 | 1010001 | 110101 | 111 | 101010011 | 1010101 | 110111 |
Color Harmonies of #EE2D70
Complementary color
Monochromatic Colors of #EE2D70
Black with #EE2D70
Text Example
Text Example
White with #EE2D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2D70; }
p { color: rgb(238,45,112); }
H1.HeaderClassName
{
color: #EE2D70;
}
.AnyTagClassName
{
color: #EE2D70;
}
</style>
background-color css
<style>
a { background-color: #EE2D70; }
a { background-color: rgb(238,45,112); }
div.DivClassName
{
background-color: #EE2D70;
}
.BgClassName
{
background-color: #EE2D70;
}
</style>
border-color css
<style>
span { border-color: #EE2D70; }
span { border-color: rgb(238,45,112); }
td.TdClassName
{
border-color: #EE2D70;
}
.TagClassName
{
border-color: #EE2D70;
}
</style>