Shades of Deep Cerise #EC2D78
Tints of Deep Cerise #EC2D78
RGB
CMYK
RGB Variations
Color information
#EC2D78 (or 0xEC2D78) is known color: Deep Cerise. HEX triplet: EC, 2D and 78. RGB value is (236,45,120). Sum of RGB (Red+Green+Blue) = 236+45+120=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2D78 is #13D287. Grayscale: #6E6E6E. Windows color (decimal): -1299080 or 7876076. OLE color: 7876076.
HSL color Cylindrical-coordinate representation of color #EC2D78: hue angle of 336.44º 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 #EC2D78 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 120 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.07 |
| HSL | 336.44º | 0.83% | 0.55% | - |
| HSV(B) | 336.44º | 0.81% | 0.93% | - |
| XYZ | 38.92 | 21.07 | 19.78 | - |
| YUV | 110.66 | 133.28 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 120 | 0 | 0.81 | 0.49 | 0.07 | 336.44 | 0.83 | 0.55 |
| Hex | EC | 2D | 78 | 0 | 51 | 31 | 7 | 150 | 53 | 37 |
| Octal | 354 | 55 | 170 | 0 | 121 | 61 | 7 | 520 | 123 | 67 |
| Binary | 11101100 | 101101 | 1111000 | 0 | 1010001 | 110001 | 111 | 101010000 | 1010011 | 110111 |
Color Harmonies of #EC2D78
Complementary color
Monochromatic Colors of #EC2D78
Black with #EC2D78
Text Example
Text Example
White with #EC2D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2D78; }
p { color: rgb(236,45,120); }
H1.HeaderClassName
{
color: #EC2D78;
}
.AnyTagClassName
{
color: #EC2D78;
}
</style>
background-color css
<style>
a { background-color: #EC2D78; }
a { background-color: rgb(236,45,120); }
div.DivClassName
{
background-color: #EC2D78;
}
.BgClassName
{
background-color: #EC2D78;
}
</style>
border-color css
<style>
span { border-color: #EC2D78; }
span { border-color: rgb(236,45,120); }
td.TdClassName
{
border-color: #EC2D78;
}
.TagClassName
{
border-color: #EC2D78;
}
</style>