Shades of Cerise #EC3273
Tints of Cerise #EC3273
RGB
CMYK
RGB Variations
Color information
#EC3273 (or 0xEC3273) is known color: Cerise. HEX triplet: EC, 32 and 73. RGB value is (236,50,115). Sum of RGB (Red+Green+Blue) = 236+50+115=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3273 is #13CD8C. Grayscale: #707070. Windows color (decimal): -1297805 or 7549676. OLE color: 7549676.
HSL color Cylindrical-coordinate representation of color #EC3273: hue angle of 339.03º 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 #EC3273 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 115 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.07 |
| HSL | 339.03º | 0.83% | 0.56% | - |
| HSV(B) | 339.03º | 0.79% | 0.93% | - |
| XYZ | 38.83 | 21.35 | 18.29 | - |
| YUV | 113.02 | 129.12 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 115 | 0 | 0.79 | 0.51 | 0.07 | 339.03 | 0.83 | 0.56 |
| Hex | EC | 32 | 73 | 0 | 4F | 33 | 7 | 153 | 53 | 38 |
| Octal | 354 | 62 | 163 | 0 | 117 | 63 | 7 | 523 | 123 | 70 |
| Binary | 11101100 | 110010 | 1110011 | 0 | 1001111 | 110011 | 111 | 101010011 | 1010011 | 111000 |
Color Harmonies of #EC3273
Complementary color
Monochromatic Colors of #EC3273
Black with #EC3273
Text Example
Text Example
White with #EC3273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3273; }
p { color: rgb(236,50,115); }
H1.HeaderClassName
{
color: #EC3273;
}
.AnyTagClassName
{
color: #EC3273;
}
</style>
background-color css
<style>
a { background-color: #EC3273; }
a { background-color: rgb(236,50,115); }
div.DivClassName
{
background-color: #EC3273;
}
.BgClassName
{
background-color: #EC3273;
}
</style>
border-color css
<style>
span { border-color: #EC3273; }
span { border-color: rgb(236,50,115); }
td.TdClassName
{
border-color: #EC3273;
}
.TagClassName
{
border-color: #EC3273;
}
</style>