Shades of Alizarin #EC2E39
Tints of Alizarin #EC2E39
RGB
CMYK
RGB Variations
Color information
#EC2E39 (or 0xEC2E39) is known color: Alizarin. HEX triplet: EC, 2E and 39. RGB value is (236,46,57). Sum of RGB (Red+Green+Blue) = 236+46+57=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2E39 is #13D1C6. Grayscale: #686868. Windows color (decimal): -1298887 or 3747564. OLE color: 3747564.
HSL color Cylindrical-coordinate representation of color #EC2E39: hue angle of 356.53º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2E39 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 57 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.07 |
| HSL | 356.53º | 0.83% | 0.55% | - |
| HSV(B) | 356.53º | 0.81% | 0.93% | - |
| XYZ | 36.31 | 20.08 | 5.83 | - |
| YUV | 104.06 | 101.45 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 57 | 0 | 0.81 | 0.76 | 0.07 | 356.53 | 0.83 | 0.55 |
| Hex | EC | 2E | 39 | 0 | 51 | 4C | 7 | 165 | 53 | 37 |
| Octal | 354 | 56 | 71 | 0 | 121 | 114 | 7 | 545 | 123 | 67 |
| Binary | 11101100 | 101110 | 111001 | 0 | 1010001 | 1001100 | 111 | 101100101 | 1010011 | 110111 |
Color Harmonies of #EC2E39
Complementary color
Monochromatic Colors of #EC2E39
Black with #EC2E39
Text Example
Text Example
White with #EC2E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2E39; }
p { color: rgb(236,46,57); }
H1.HeaderClassName
{
color: #EC2E39;
}
.AnyTagClassName
{
color: #EC2E39;
}
</style>
background-color css
<style>
a { background-color: #EC2E39; }
a { background-color: rgb(236,46,57); }
div.DivClassName
{
background-color: #EC2E39;
}
.BgClassName
{
background-color: #EC2E39;
}
</style>
border-color css
<style>
span { border-color: #EC2E39; }
span { border-color: rgb(236,46,57); }
td.TdClassName
{
border-color: #EC2E39;
}
.TagClassName
{
border-color: #EC2E39;
}
</style>