Shades of Alizarin #EC2040
Tints of Alizarin #EC2040
RGB
CMYK
RGB Variations
Color information
#EC2040 (or 0xEC2040) is known color: Alizarin. HEX triplet: EC, 20 and 40. RGB value is (236,32,64). Sum of RGB (Red+Green+Blue) = 236+32+64=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2040 is #13DFBF. Grayscale: #606060. Windows color (decimal): -1302464 or 4202732. OLE color: 4202732.
HSL color Cylindrical-coordinate representation of color #EC2040: hue angle of 350.59º 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 #EC2040 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 64 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.07 |
| HSL | 350.59º | 0.84% | 0.53% | - |
| HSV(B) | 350.59º | 0.86% | 0.93% | - |
| XYZ | 36.03 | 19.24 | 6.66 | - |
| YUV | 96.64 | 109.59 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 64 | 0 | 0.86 | 0.73 | 0.07 | 350.59 | 0.84 | 0.53 |
| Hex | EC | 20 | 40 | 0 | 56 | 49 | 7 | 15F | 54 | 35 |
| Octal | 354 | 40 | 100 | 0 | 126 | 111 | 7 | 537 | 124 | 65 |
| Binary | 11101100 | 100000 | 1000000 | 0 | 1010110 | 1001001 | 111 | 101011111 | 1010100 | 110101 |
Color Harmonies of #EC2040
Complementary color
Monochromatic Colors of #EC2040
Black with #EC2040
Text Example
Text Example
White with #EC2040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2040; }
p { color: rgb(236,32,64); }
H1.HeaderClassName
{
color: #EC2040;
}
.AnyTagClassName
{
color: #EC2040;
}
</style>
background-color css
<style>
a { background-color: #EC2040; }
a { background-color: rgb(236,32,64); }
div.DivClassName
{
background-color: #EC2040;
}
.BgClassName
{
background-color: #EC2040;
}
</style>
border-color css
<style>
span { border-color: #EC2040; }
span { border-color: rgb(236,32,64); }
td.TdClassName
{
border-color: #EC2040;
}
.TagClassName
{
border-color: #EC2040;
}
</style>