Shades of Alizarin #EC203E
Tints of Alizarin #EC203E
RGB
CMYK
RGB Variations
Color information
#EC203E (or 0xEC203E) is known color: Alizarin. HEX triplet: EC, 20 and 3E. RGB value is (236,32,62). Sum of RGB (Red+Green+Blue) = 236+32+62=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC203E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC203E is #13DFC1. Grayscale: #606060. Windows color (decimal): -1302466 or 4071660. OLE color: 4071660.
HSL color Cylindrical-coordinate representation of color #EC203E: hue angle of 351.18º 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 #EC203E is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 62 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.07 |
| HSL | 351.18º | 0.84% | 0.53% | - |
| HSV(B) | 351.18º | 0.86% | 0.93% | - |
| XYZ | 35.98 | 19.21 | 6.37 | - |
| YUV | 96.42 | 108.59 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 62 | 0 | 0.86 | 0.74 | 0.07 | 351.18 | 0.84 | 0.53 |
| Hex | EC | 20 | 3E | 0 | 56 | 4A | 7 | 15F | 54 | 35 |
| Octal | 354 | 40 | 76 | 0 | 126 | 112 | 7 | 537 | 124 | 65 |
| Binary | 11101100 | 100000 | 111110 | 0 | 1010110 | 1001010 | 111 | 101011111 | 1010100 | 110101 |
Color Harmonies of #EC203E
Complementary color
Monochromatic Colors of #EC203E
Black with #EC203E
Text Example
Text Example
White with #EC203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC203E; }
p { color: rgb(236,32,62); }
H1.HeaderClassName
{
color: #EC203E;
}
.AnyTagClassName
{
color: #EC203E;
}
</style>
background-color css
<style>
a { background-color: #EC203E; }
a { background-color: rgb(236,32,62); }
div.DivClassName
{
background-color: #EC203E;
}
.BgClassName
{
background-color: #EC203E;
}
</style>
border-color css
<style>
span { border-color: #EC203E; }
span { border-color: rgb(236,32,62); }
td.TdClassName
{
border-color: #EC203E;
}
.TagClassName
{
border-color: #EC203E;
}
</style>