Shades of Deep Cerise #EC3079
Tints of Deep Cerise #EC3079
RGB
CMYK
RGB Variations
Color information
#EC3079 (or 0xEC3079) is known color: Deep Cerise. HEX triplet: EC, 30 and 79. RGB value is (236,48,121). Sum of RGB (Red+Green+Blue) = 236+48+121=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3079 is #13CF86. Grayscale: #707070. Windows color (decimal): -1298311 or 7942380. OLE color: 7942380.
HSL color Cylindrical-coordinate representation of color #EC3079: hue angle of 336.7º degrees, saturation: 0.83, 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 #EC3079 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 121 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.07 |
| HSL | 336.7º | 0.83% | 0.56% | - |
| HSV(B) | 336.7º | 0.8% | 0.93% | - |
| XYZ | 39.1 | 21.33 | 20.14 | - |
| YUV | 112.53 | 132.78 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 121 | 0 | 0.80 | 0.49 | 0.07 | 336.7 | 0.83 | 0.56 |
| Hex | EC | 30 | 79 | 0 | 50 | 31 | 7 | 151 | 53 | 38 |
| Octal | 354 | 60 | 171 | 0 | 120 | 61 | 7 | 521 | 123 | 70 |
| Binary | 11101100 | 110000 | 1111001 | 0 | 1010000 | 110001 | 111 | 101010001 | 1010011 | 111000 |
Color Harmonies of #EC3079
Complementary color
Monochromatic Colors of #EC3079
Black with #EC3079
Text Example
Text Example
White with #EC3079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3079; }
p { color: rgb(236,48,121); }
H1.HeaderClassName
{
color: #EC3079;
}
.AnyTagClassName
{
color: #EC3079;
}
</style>
background-color css
<style>
a { background-color: #EC3079; }
a { background-color: rgb(236,48,121); }
div.DivClassName
{
background-color: #EC3079;
}
.BgClassName
{
background-color: #EC3079;
}
</style>
border-color css
<style>
span { border-color: #EC3079; }
span { border-color: rgb(236,48,121); }
td.TdClassName
{
border-color: #EC3079;
}
.TagClassName
{
border-color: #EC3079;
}
</style>