Shades of Cerise #EC2F74
Tints of Cerise #EC2F74
RGB
CMYK
RGB Variations
Color information
#EC2F74 (or 0xEC2F74) is known color: Cerise. HEX triplet: EC, 2F and 74. RGB value is (236,47,116). Sum of RGB (Red+Green+Blue) = 236+47+116=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2F74 is #13D08B. Grayscale: #6F6F6F. Windows color (decimal): -1298572 or 7614444. OLE color: 7614444.
HSL color Cylindrical-coordinate representation of color #EC2F74: hue angle of 338.1º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2F74 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 116 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.07 |
| HSL | 338.1º | 0.83% | 0.55% | - |
| HSV(B) | 338.1º | 0.8% | 0.93% | - |
| XYZ | 38.76 | 21.13 | 18.56 | - |
| YUV | 111.38 | 130.62 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 116 | 0 | 0.80 | 0.51 | 0.07 | 338.1 | 0.83 | 0.55 |
| Hex | EC | 2F | 74 | 0 | 50 | 33 | 7 | 152 | 53 | 37 |
| Octal | 354 | 57 | 164 | 0 | 120 | 63 | 7 | 522 | 123 | 67 |
| Binary | 11101100 | 101111 | 1110100 | 0 | 1010000 | 110011 | 111 | 101010010 | 1010011 | 110111 |
Color Harmonies of #EC2F74
Complementary color
Monochromatic Colors of #EC2F74
Black with #EC2F74
Text Example
Text Example
White with #EC2F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2F74; }
p { color: rgb(236,47,116); }
H1.HeaderClassName
{
color: #EC2F74;
}
.AnyTagClassName
{
color: #EC2F74;
}
</style>
background-color css
<style>
a { background-color: #EC2F74; }
a { background-color: rgb(236,47,116); }
div.DivClassName
{
background-color: #EC2F74;
}
.BgClassName
{
background-color: #EC2F74;
}
</style>
border-color css
<style>
span { border-color: #EC2F74; }
span { border-color: rgb(236,47,116); }
td.TdClassName
{
border-color: #EC2F74;
}
.TagClassName
{
border-color: #EC2F74;
}
</style>