Shades of Alizarin #EC1E43
Tints of Alizarin #EC1E43
RGB
CMYK
RGB Variations
Color information
#EC1E43 (or 0xEC1E43) is known color: Alizarin. HEX triplet: EC, 1E and 43. RGB value is (236,30,67). Sum of RGB (Red+Green+Blue) = 236+30+67=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E43 is #13E1BC. Grayscale: #5F5F5F. Windows color (decimal): -1302973 or 4398828. OLE color: 4398828.
HSL color Cylindrical-coordinate representation of color #EC1E43: hue angle of 349.22º 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 #EC1E43 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 67 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.07 |
| HSL | 349.22º | 0.84% | 0.52% | - |
| HSV(B) | 349.22º | 0.87% | 0.93% | - |
| XYZ | 36.07 | 19.17 | 7.11 | - |
| YUV | 95.81 | 111.75 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 67 | 0 | 0.87 | 0.72 | 0.07 | 349.22 | 0.84 | 0.52 |
| Hex | EC | 1E | 43 | 0 | 57 | 48 | 7 | 15D | 54 | 34 |
| Octal | 354 | 36 | 103 | 0 | 127 | 110 | 7 | 535 | 124 | 64 |
| Binary | 11101100 | 11110 | 1000011 | 0 | 1010111 | 1001000 | 111 | 101011101 | 1010100 | 110100 |
Color Harmonies of #EC1E43
Complementary color
Monochromatic Colors of #EC1E43
Black with #EC1E43
Text Example
Text Example
White with #EC1E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E43; }
p { color: rgb(236,30,67); }
H1.HeaderClassName
{
color: #EC1E43;
}
.AnyTagClassName
{
color: #EC1E43;
}
</style>
background-color css
<style>
a { background-color: #EC1E43; }
a { background-color: rgb(236,30,67); }
div.DivClassName
{
background-color: #EC1E43;
}
.BgClassName
{
background-color: #EC1E43;
}
</style>
border-color css
<style>
span { border-color: #EC1E43; }
span { border-color: rgb(236,30,67); }
td.TdClassName
{
border-color: #EC1E43;
}
.TagClassName
{
border-color: #EC1E43;
}
</style>