Shades of Cerise #EC2B74
Tints of Cerise #EC2B74
RGB
CMYK
RGB Variations
Color information
#EC2B74 (or 0xEC2B74) is known color: Cerise. HEX triplet: EC, 2B and 74. RGB value is (236,43,116). Sum of RGB (Red+Green+Blue) = 236+43+116=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B74 is #13D48B. Grayscale: #6C6C6C. Windows color (decimal): -1299596 or 7613420. OLE color: 7613420.
HSL color Cylindrical-coordinate representation of color #EC2B74: hue angle of 337.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2B74 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 116 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.07 |
| HSL | 337.31º | 0.84% | 0.55% | - |
| HSV(B) | 337.31º | 0.82% | 0.93% | - |
| XYZ | 38.61 | 20.82 | 18.51 | - |
| YUV | 109.03 | 131.94 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 116 | 0 | 0.82 | 0.51 | 0.07 | 337.31 | 0.84 | 0.55 |
| Hex | EC | 2B | 74 | 0 | 52 | 33 | 7 | 151 | 54 | 37 |
| Octal | 354 | 53 | 164 | 0 | 122 | 63 | 7 | 521 | 124 | 67 |
| Binary | 11101100 | 101011 | 1110100 | 0 | 1010010 | 110011 | 111 | 101010001 | 1010100 | 110111 |
Color Harmonies of #EC2B74
Complementary color
Monochromatic Colors of #EC2B74
Black with #EC2B74
Text Example
Text Example
White with #EC2B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B74; }
p { color: rgb(236,43,116); }
H1.HeaderClassName
{
color: #EC2B74;
}
.AnyTagClassName
{
color: #EC2B74;
}
</style>
background-color css
<style>
a { background-color: #EC2B74; }
a { background-color: rgb(236,43,116); }
div.DivClassName
{
background-color: #EC2B74;
}
.BgClassName
{
background-color: #EC2B74;
}
</style>
border-color css
<style>
span { border-color: #EC2B74; }
span { border-color: rgb(236,43,116); }
td.TdClassName
{
border-color: #EC2B74;
}
.TagClassName
{
border-color: #EC2B74;
}
</style>