Shades of Cerise #EC3272
Tints of Cerise #EC3272
RGB
CMYK
RGB Variations
Color information
#EC3272 (or 0xEC3272) is known color: Cerise. HEX triplet: EC, 32 and 72. RGB value is (236,50,114). Sum of RGB (Red+Green+Blue) = 236+50+114=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3272 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3272 is #13CD8D. Grayscale: #707070. Windows color (decimal): -1297806 or 7484140. OLE color: 7484140.
HSL color Cylindrical-coordinate representation of color #EC3272: hue angle of 339.35º 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 #EC3272 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 114 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.07 |
| HSL | 339.35º | 0.83% | 0.56% | - |
| HSV(B) | 339.35º | 0.79% | 0.93% | - |
| XYZ | 38.77 | 21.33 | 17.99 | - |
| YUV | 112.91 | 128.62 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 114 | 0 | 0.79 | 0.52 | 0.07 | 339.35 | 0.83 | 0.56 |
| Hex | EC | 32 | 72 | 0 | 4F | 34 | 7 | 153 | 53 | 38 |
| Octal | 354 | 62 | 162 | 0 | 117 | 64 | 7 | 523 | 123 | 70 |
| Binary | 11101100 | 110010 | 1110010 | 0 | 1001111 | 110100 | 111 | 101010011 | 1010011 | 111000 |
Color Harmonies of #EC3272
Complementary color
Monochromatic Colors of #EC3272
Black with #EC3272
Text Example
Text Example
White with #EC3272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3272; }
p { color: rgb(236,50,114); }
H1.HeaderClassName
{
color: #EC3272;
}
.AnyTagClassName
{
color: #EC3272;
}
</style>
background-color css
<style>
a { background-color: #EC3272; }
a { background-color: rgb(236,50,114); }
div.DivClassName
{
background-color: #EC3272;
}
.BgClassName
{
background-color: #EC3272;
}
</style>
border-color css
<style>
span { border-color: #EC3272; }
span { border-color: rgb(236,50,114); }
td.TdClassName
{
border-color: #EC3272;
}
.TagClassName
{
border-color: #EC3272;
}
</style>