Shades of Alizarin #EC203C
Tints of Alizarin #EC203C
RGB
CMYK
RGB Variations
Color information
#EC203C (or 0xEC203C) is known color: Alizarin. HEX triplet: EC, 20 and 3C. RGB value is (236,32,60). Sum of RGB (Red+Green+Blue) = 236+32+60=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC203C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC203C is #13DFC3. Grayscale: #606060. Windows color (decimal): -1302468 or 3940588. OLE color: 3940588.
HSL color Cylindrical-coordinate representation of color #EC203C: hue angle of 351.76º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC203C is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 60 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.07 |
| HSL | 351.76º | 0.84% | 0.53% | - |
| HSV(B) | 351.76º | 0.86% | 0.93% | - |
| XYZ | 35.92 | 19.19 | 6.09 | - |
| YUV | 96.19 | 107.59 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 60 | 0 | 0.86 | 0.75 | 0.07 | 351.76 | 0.84 | 0.53 |
| Hex | EC | 20 | 3C | 0 | 56 | 4B | 7 | 160 | 54 | 35 |
| Octal | 354 | 40 | 74 | 0 | 126 | 113 | 7 | 540 | 124 | 65 |
| Binary | 11101100 | 100000 | 111100 | 0 | 1010110 | 1001011 | 111 | 101100000 | 1010100 | 110101 |
Color Harmonies of #EC203C
Complementary color
Monochromatic Colors of #EC203C
Black with #EC203C
Text Example
Text Example
White with #EC203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC203C; }
p { color: rgb(236,32,60); }
H1.HeaderClassName
{
color: #EC203C;
}
.AnyTagClassName
{
color: #EC203C;
}
</style>
background-color css
<style>
a { background-color: #EC203C; }
a { background-color: rgb(236,32,60); }
div.DivClassName
{
background-color: #EC203C;
}
.BgClassName
{
background-color: #EC203C;
}
</style>
border-color css
<style>
span { border-color: #EC203C; }
span { border-color: rgb(236,32,60); }
td.TdClassName
{
border-color: #EC203C;
}
.TagClassName
{
border-color: #EC203C;
}
</style>