Shades of Cerise #EC3473
Tints of Cerise #EC3473
RGB
CMYK
RGB Variations
Color information
#EC3473 (or 0xEC3473) is known color: Cerise. HEX triplet: EC, 34 and 73. RGB value is (236,52,115). Sum of RGB (Red+Green+Blue) = 236+52+115=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3473 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3473 is #13CB8C. Grayscale: #727272. Windows color (decimal): -1297293 or 7550188. OLE color: 7550188.
HSL color Cylindrical-coordinate representation of color #EC3473: hue angle of 339.46º 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 #EC3473 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 115 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.07 |
| HSL | 339.46º | 0.83% | 0.56% | - |
| HSV(B) | 339.46º | 0.78% | 0.93% | - |
| XYZ | 38.91 | 21.53 | 18.32 | - |
| YUV | 114.2 | 128.46 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 115 | 0 | 0.78 | 0.51 | 0.07 | 339.46 | 0.83 | 0.56 |
| Hex | EC | 34 | 73 | 0 | 4E | 33 | 7 | 153 | 53 | 38 |
| Octal | 354 | 64 | 163 | 0 | 116 | 63 | 7 | 523 | 123 | 70 |
| Binary | 11101100 | 110100 | 1110011 | 0 | 1001110 | 110011 | 111 | 101010011 | 1010011 | 111000 |
Color Harmonies of #EC3473
Complementary color
Monochromatic Colors of #EC3473
Black with #EC3473
Text Example
Text Example
White with #EC3473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3473; }
p { color: rgb(236,52,115); }
H1.HeaderClassName
{
color: #EC3473;
}
.AnyTagClassName
{
color: #EC3473;
}
</style>
background-color css
<style>
a { background-color: #EC3473; }
a { background-color: rgb(236,52,115); }
div.DivClassName
{
background-color: #EC3473;
}
.BgClassName
{
background-color: #EC3473;
}
</style>
border-color css
<style>
span { border-color: #EC3473; }
span { border-color: rgb(236,52,115); }
td.TdClassName
{
border-color: #EC3473;
}
.TagClassName
{
border-color: #EC3473;
}
</style>