Shades of Cerise #EE2474
Tints of Cerise #EE2474
RGB
CMYK
RGB Variations
Color information
#EE2474 (or 0xEE2474) is known color: Cerise. HEX triplet: EE, 24 and 74. RGB value is (238,36,116). Sum of RGB (Red+Green+Blue) = 238+36+116=390 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.03% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2474 is #11DB8B. Grayscale: #696969. Windows color (decimal): -1170316 or 7611630. OLE color: 7611630.
HSL color Cylindrical-coordinate representation of color #EE2474: hue angle of 336.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2474 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 116 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.07 |
| HSL | 336.24º | 0.86% | 0.54% | - |
| HSV(B) | 336.24º | 0.85% | 0.93% | - |
| XYZ | 39.04 | 20.7 | 18.46 | - |
| YUV | 105.52 | 133.92 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 116 | 0 | 0.85 | 0.51 | 0.07 | 336.24 | 0.86 | 0.54 |
| Hex | EE | 24 | 74 | 0 | 55 | 33 | 7 | 150 | 56 | 36 |
| Octal | 356 | 44 | 164 | 0 | 125 | 63 | 7 | 520 | 126 | 66 |
| Binary | 11101110 | 100100 | 1110100 | 0 | 1010101 | 110011 | 111 | 101010000 | 1010110 | 110110 |
Color Harmonies of #EE2474
Complementary color
Monochromatic Colors of #EE2474
Black with #EE2474
Text Example
Text Example
White with #EE2474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2474; }
p { color: rgb(238,36,116); }
H1.HeaderClassName
{
color: #EE2474;
}
.AnyTagClassName
{
color: #EE2474;
}
</style>
background-color css
<style>
a { background-color: #EE2474; }
a { background-color: rgb(238,36,116); }
div.DivClassName
{
background-color: #EE2474;
}
.BgClassName
{
background-color: #EE2474;
}
</style>
border-color css
<style>
span { border-color: #EE2474; }
span { border-color: rgb(238,36,116); }
td.TdClassName
{
border-color: #EE2474;
}
.TagClassName
{
border-color: #EE2474;
}
</style>