Shades of Deep Cerise #EE3079
Tints of Deep Cerise #EE3079
RGB
CMYK
RGB Variations
Color information
#EE3079 (or 0xEE3079) is known color: Deep Cerise. HEX triplet: EE, 30 and 79. RGB value is (238,48,121). Sum of RGB (Red+Green+Blue) = 238+48+121=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3079 is #11CF86. Grayscale: #717171. Windows color (decimal): -1167239 or 7942382. OLE color: 7942382.
HSL color Cylindrical-coordinate representation of color #EE3079: hue angle of 336.95º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE3079 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 121 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.07 |
| HSL | 336.95º | 0.85% | 0.56% | - |
| HSV(B) | 336.95º | 0.8% | 0.93% | - |
| XYZ | 39.77 | 21.67 | 20.18 | - |
| YUV | 113.13 | 132.45 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 121 | 0 | 0.80 | 0.49 | 0.07 | 336.95 | 0.85 | 0.56 |
| Hex | EE | 30 | 79 | 0 | 50 | 31 | 7 | 151 | 55 | 38 |
| Octal | 356 | 60 | 171 | 0 | 120 | 61 | 7 | 521 | 125 | 70 |
| Binary | 11101110 | 110000 | 1111001 | 0 | 1010000 | 110001 | 111 | 101010001 | 1010101 | 111000 |
Color Harmonies of #EE3079
Complementary color
Monochromatic Colors of #EE3079
Black with #EE3079
Text Example
Text Example
White with #EE3079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3079; }
p { color: rgb(238,48,121); }
H1.HeaderClassName
{
color: #EE3079;
}
.AnyTagClassName
{
color: #EE3079;
}
</style>
background-color css
<style>
a { background-color: #EE3079; }
a { background-color: rgb(238,48,121); }
div.DivClassName
{
background-color: #EE3079;
}
.BgClassName
{
background-color: #EE3079;
}
</style>
border-color css
<style>
span { border-color: #EE3079; }
span { border-color: rgb(238,48,121); }
td.TdClassName
{
border-color: #EE3079;
}
.TagClassName
{
border-color: #EE3079;
}
</style>