Shades of Cerise #EC3277
Tints of Cerise #EC3277
RGB
CMYK
RGB Variations
Color information
#EC3277 (or 0xEC3277) is known color: Cerise. HEX triplet: EC, 32 and 77. RGB value is (236,50,119). Sum of RGB (Red+Green+Blue) = 236+50+119=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3277 is #13CD88. Grayscale: #717171. Windows color (decimal): -1297801 or 7811820. OLE color: 7811820.
HSL color Cylindrical-coordinate representation of color #EC3277: hue angle of 337.74º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3277 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 119 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.07 |
| HSL | 337.74º | 0.83% | 0.56% | - |
| HSV(B) | 337.74º | 0.79% | 0.93% | - |
| XYZ | 39.06 | 21.45 | 19.53 | - |
| YUV | 113.48 | 131.12 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 119 | 0 | 0.79 | 0.50 | 0.07 | 337.74 | 0.83 | 0.56 |
| Hex | EC | 32 | 77 | 0 | 4F | 32 | 7 | 152 | 53 | 38 |
| Octal | 354 | 62 | 167 | 0 | 117 | 62 | 7 | 522 | 123 | 70 |
| Binary | 11101100 | 110010 | 1110111 | 0 | 1001111 | 110010 | 111 | 101010010 | 1010011 | 111000 |
Color Harmonies of #EC3277
Complementary color
Monochromatic Colors of #EC3277
Black with #EC3277
Text Example
Text Example
White with #EC3277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3277; }
p { color: rgb(236,50,119); }
H1.HeaderClassName
{
color: #EC3277;
}
.AnyTagClassName
{
color: #EC3277;
}
</style>
background-color css
<style>
a { background-color: #EC3277; }
a { background-color: rgb(236,50,119); }
div.DivClassName
{
background-color: #EC3277;
}
.BgClassName
{
background-color: #EC3277;
}
</style>
border-color css
<style>
span { border-color: #EC3277; }
span { border-color: rgb(236,50,119); }
td.TdClassName
{
border-color: #EC3277;
}
.TagClassName
{
border-color: #EC3277;
}
</style>