Shades of Alizarin #EC2043
Tints of Alizarin #EC2043
RGB
CMYK
RGB Variations
Color information
#EC2043 (or 0xEC2043) is known color: Alizarin. HEX triplet: EC, 20 and 43. RGB value is (236,32,67). Sum of RGB (Red+Green+Blue) = 236+32+67=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2043 is #13DFBC. Grayscale: #616161. Windows color (decimal): -1302461 or 4399340. OLE color: 4399340.
HSL color Cylindrical-coordinate representation of color #EC2043: hue angle of 349.71º 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 #EC2043 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 67 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.07 |
| HSL | 349.71º | 0.84% | 0.53% | - |
| HSV(B) | 349.71º | 0.86% | 0.93% | - |
| XYZ | 36.12 | 19.27 | 7.13 | - |
| YUV | 96.99 | 111.09 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 67 | 0 | 0.86 | 0.72 | 0.07 | 349.71 | 0.84 | 0.53 |
| Hex | EC | 20 | 43 | 0 | 56 | 48 | 7 | 15E | 54 | 35 |
| Octal | 354 | 40 | 103 | 0 | 126 | 110 | 7 | 536 | 124 | 65 |
| Binary | 11101100 | 100000 | 1000011 | 0 | 1010110 | 1001000 | 111 | 101011110 | 1010100 | 110101 |
Color Harmonies of #EC2043
Complementary color
Monochromatic Colors of #EC2043
Black with #EC2043
Text Example
Text Example
White with #EC2043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2043; }
p { color: rgb(236,32,67); }
H1.HeaderClassName
{
color: #EC2043;
}
.AnyTagClassName
{
color: #EC2043;
}
</style>
background-color css
<style>
a { background-color: #EC2043; }
a { background-color: rgb(236,32,67); }
div.DivClassName
{
background-color: #EC2043;
}
.BgClassName
{
background-color: #EC2043;
}
</style>
border-color css
<style>
span { border-color: #EC2043; }
span { border-color: rgb(236,32,67); }
td.TdClassName
{
border-color: #EC2043;
}
.TagClassName
{
border-color: #EC2043;
}
</style>