Shades of Deep Cerise #EC2E78
Tints of Deep Cerise #EC2E78
RGB
CMYK
RGB Variations
Color information
#EC2E78 (or 0xEC2E78) is known color: Deep Cerise. HEX triplet: EC, 2E and 78. RGB value is (236,46,120). Sum of RGB (Red+Green+Blue) = 236+46+120=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2E78 is #13D187. Grayscale: #6F6F6F. Windows color (decimal): -1298824 or 7876332. OLE color: 7876332.
HSL color Cylindrical-coordinate representation of color #EC2E78: hue angle of 336.63º degrees, saturation: 0.83, 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 #EC2E78 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 120 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.07 |
| HSL | 336.63º | 0.83% | 0.55% | - |
| HSV(B) | 336.63º | 0.81% | 0.93% | - |
| XYZ | 38.96 | 21.14 | 19.8 | - |
| YUV | 111.25 | 132.95 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 120 | 0 | 0.81 | 0.49 | 0.07 | 336.63 | 0.83 | 0.55 |
| Hex | EC | 2E | 78 | 0 | 51 | 31 | 7 | 151 | 53 | 37 |
| Octal | 354 | 56 | 170 | 0 | 121 | 61 | 7 | 521 | 123 | 67 |
| Binary | 11101100 | 101110 | 1111000 | 0 | 1010001 | 110001 | 111 | 101010001 | 1010011 | 110111 |
Color Harmonies of #EC2E78
Complementary color
Monochromatic Colors of #EC2E78
Black with #EC2E78
Text Example
Text Example
White with #EC2E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2E78; }
p { color: rgb(236,46,120); }
H1.HeaderClassName
{
color: #EC2E78;
}
.AnyTagClassName
{
color: #EC2E78;
}
</style>
background-color css
<style>
a { background-color: #EC2E78; }
a { background-color: rgb(236,46,120); }
div.DivClassName
{
background-color: #EC2E78;
}
.BgClassName
{
background-color: #EC2E78;
}
</style>
border-color css
<style>
span { border-color: #EC2E78; }
span { border-color: rgb(236,46,120); }
td.TdClassName
{
border-color: #EC2E78;
}
.TagClassName
{
border-color: #EC2E78;
}
</style>