Shades of Cerise #EC3376
Tints of Cerise #EC3376
RGB
CMYK
RGB Variations
Color information
#EC3376 (or 0xEC3376) is known color: Cerise. HEX triplet: EC, 33 and 76. RGB value is (236,51,118). Sum of RGB (Red+Green+Blue) = 236+51+118=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3376 is #13CC89. Grayscale: #717171. Windows color (decimal): -1297546 or 7746540. OLE color: 7746540.
HSL color Cylindrical-coordinate representation of color #EC3376: hue angle of 338.27º 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 #EC3376 is Cyan = 0, Magento = 0.78, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 118 | - |
| CMYK | 0 | 0.78 | 0.5 | 0.07 |
| HSL | 338.27º | 0.83% | 0.56% | - |
| HSV(B) | 338.27º | 0.78% | 0.93% | - |
| XYZ | 39.05 | 21.51 | 19.23 | - |
| YUV | 113.95 | 130.29 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 118 | 0 | 0.78 | 0.5 | 0.07 | 338.27 | 0.83 | 0.56 |
| Hex | EC | 33 | 76 | 0 | 4E | 32 | 7 | 152 | 53 | 38 |
| Octal | 354 | 63 | 166 | 0 | 116 | 62 | 7 | 522 | 123 | 70 |
| Binary | 11101100 | 110011 | 1110110 | 0 | 1001110 | 110010 | 111 | 101010010 | 1010011 | 111000 |
Color Harmonies of #EC3376
Complementary color
Monochromatic Colors of #EC3376
Black with #EC3376
Text Example
Text Example
White with #EC3376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3376; }
p { color: rgb(236,51,118); }
H1.HeaderClassName
{
color: #EC3376;
}
.AnyTagClassName
{
color: #EC3376;
}
</style>
background-color css
<style>
a { background-color: #EC3376; }
a { background-color: rgb(236,51,118); }
div.DivClassName
{
background-color: #EC3376;
}
.BgClassName
{
background-color: #EC3376;
}
</style>
border-color css
<style>
span { border-color: #EC3376; }
span { border-color: rgb(236,51,118); }
td.TdClassName
{
border-color: #EC3376;
}
.TagClassName
{
border-color: #EC3376;
}
</style>