Shades of Alizarin #EC1E40
Tints of Alizarin #EC1E40
RGB
CMYK
RGB Variations
Color information
#EC1E40 (or 0xEC1E40) is known color: Alizarin. HEX triplet: EC, 1E and 40. RGB value is (236,30,64). Sum of RGB (Red+Green+Blue) = 236+30+64=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E40 is #13E1BF. Grayscale: #5F5F5F. Windows color (decimal): -1302976 or 4202220. OLE color: 4202220.
HSL color Cylindrical-coordinate representation of color #EC1E40: hue angle of 350.1º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1E40 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 64 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.07 |
| HSL | 350.1º | 0.84% | 0.52% | - |
| HSV(B) | 350.1º | 0.87% | 0.93% | - |
| XYZ | 35.98 | 19.13 | 6.65 | - |
| YUV | 95.47 | 110.25 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 64 | 0 | 0.87 | 0.73 | 0.07 | 350.1 | 0.84 | 0.52 |
| Hex | EC | 1E | 40 | 0 | 57 | 49 | 7 | 15E | 54 | 34 |
| Octal | 354 | 36 | 100 | 0 | 127 | 111 | 7 | 536 | 124 | 64 |
| Binary | 11101100 | 11110 | 1000000 | 0 | 1010111 | 1001001 | 111 | 101011110 | 1010100 | 110100 |
Color Harmonies of #EC1E40
Complementary color
Monochromatic Colors of #EC1E40
Black with #EC1E40
Text Example
Text Example
White with #EC1E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E40; }
p { color: rgb(236,30,64); }
H1.HeaderClassName
{
color: #EC1E40;
}
.AnyTagClassName
{
color: #EC1E40;
}
</style>
background-color css
<style>
a { background-color: #EC1E40; }
a { background-color: rgb(236,30,64); }
div.DivClassName
{
background-color: #EC1E40;
}
.BgClassName
{
background-color: #EC1E40;
}
</style>
border-color css
<style>
span { border-color: #EC1E40; }
span { border-color: rgb(236,30,64); }
td.TdClassName
{
border-color: #EC1E40;
}
.TagClassName
{
border-color: #EC1E40;
}
</style>