Shades of Deep Cerise #EE2379
Tints of Deep Cerise #EE2379
RGB
CMYK
RGB Variations
Color information
#EE2379 (or 0xEE2379) is known color: Deep Cerise. HEX triplet: EE, 23 and 79. RGB value is (238,35,121). Sum of RGB (Red+Green+Blue) = 238+35+121=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2379 is #11DC86. Grayscale: #696969. Windows color (decimal): -1170567 or 7939054. OLE color: 7939054.
HSL color Cylindrical-coordinate representation of color #EE2379: hue angle of 334.58º 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 #EE2379 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 121 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.07 |
| HSL | 334.58º | 0.86% | 0.54% | - |
| HSV(B) | 334.58º | 0.85% | 0.93% | - |
| XYZ | 39.31 | 20.76 | 20.02 | - |
| YUV | 105.5 | 136.75 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 121 | 0 | 0.85 | 0.49 | 0.07 | 334.58 | 0.86 | 0.54 |
| Hex | EE | 23 | 79 | 0 | 55 | 31 | 7 | 14F | 56 | 36 |
| Octal | 356 | 43 | 171 | 0 | 125 | 61 | 7 | 517 | 126 | 66 |
| Binary | 11101110 | 100011 | 1111001 | 0 | 1010101 | 110001 | 111 | 101001111 | 1010110 | 110110 |
Color Harmonies of #EE2379
Complementary color
Monochromatic Colors of #EE2379
Black with #EE2379
Text Example
Text Example
White with #EE2379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2379; }
p { color: rgb(238,35,121); }
H1.HeaderClassName
{
color: #EE2379;
}
.AnyTagClassName
{
color: #EE2379;
}
</style>
background-color css
<style>
a { background-color: #EE2379; }
a { background-color: rgb(238,35,121); }
div.DivClassName
{
background-color: #EE2379;
}
.BgClassName
{
background-color: #EE2379;
}
</style>
border-color css
<style>
span { border-color: #EE2379; }
span { border-color: rgb(238,35,121); }
td.TdClassName
{
border-color: #EE2379;
}
.TagClassName
{
border-color: #EE2379;
}
</style>