Shades of Cerise #EC3477
Tints of Cerise #EC3477
RGB
CMYK
RGB Variations
Color information
#EC3477 (or 0xEC3477) is known color: Cerise. HEX triplet: EC, 34 and 77. RGB value is (236,52,119). Sum of RGB (Red+Green+Blue) = 236+52+119=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3477 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3477 is #13CB88. Grayscale: #727272. Windows color (decimal): -1297289 or 7812332. OLE color: 7812332.
HSL color Cylindrical-coordinate representation of color #EC3477: hue angle of 338.15º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3477 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 119 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.07 |
| HSL | 338.15º | 0.83% | 0.56% | - |
| HSV(B) | 338.15º | 0.78% | 0.93% | - |
| XYZ | 39.15 | 21.62 | 19.56 | - |
| YUV | 114.65 | 130.46 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 119 | 0 | 0.78 | 0.50 | 0.07 | 338.15 | 0.83 | 0.56 |
| Hex | EC | 34 | 77 | 0 | 4E | 32 | 7 | 152 | 53 | 38 |
| Octal | 354 | 64 | 167 | 0 | 116 | 62 | 7 | 522 | 123 | 70 |
| Binary | 11101100 | 110100 | 1110111 | 0 | 1001110 | 110010 | 111 | 101010010 | 1010011 | 111000 |
Color Harmonies of #EC3477
Complementary color
Monochromatic Colors of #EC3477
Black with #EC3477
Text Example
Text Example
White with #EC3477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3477; }
p { color: rgb(236,52,119); }
H1.HeaderClassName
{
color: #EC3477;
}
.AnyTagClassName
{
color: #EC3477;
}
</style>
background-color css
<style>
a { background-color: #EC3477; }
a { background-color: rgb(236,52,119); }
div.DivClassName
{
background-color: #EC3477;
}
.BgClassName
{
background-color: #EC3477;
}
</style>
border-color css
<style>
span { border-color: #EC3477; }
span { border-color: rgb(236,52,119); }
td.TdClassName
{
border-color: #EC3477;
}
.TagClassName
{
border-color: #EC3477;
}
</style>