Shades of Alizarin #E02E3A
Tints of Alizarin #E02E3A
RGB
CMYK
RGB Variations
Color information
#E02E3A (or 0xE02E3A) is known color: Alizarin. HEX triplet: E0, 2E and 3A. RGB value is (224,46,58). Sum of RGB (Red+Green+Blue) = 224+46+58=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02E3A is #1FD1C5. Grayscale: #646464. Windows color (decimal): -2085318 or 3813088. OLE color: 3813088.
HSL color Cylindrical-coordinate representation of color #E02E3A: hue angle of 355.96º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02E3A is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 58 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.12 |
| HSL | 355.96º | 0.74% | 0.53% | - |
| HSV(B) | 355.96º | 0.79% | 0.88% | - |
| XYZ | 32.48 | 18.11 | 5.79 | - |
| YUV | 100.59 | 103.97 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 58 | 0 | 0.79 | 0.74 | 0.12 | 355.96 | 0.74 | 0.53 |
| Hex | E0 | 2E | 3A | 0 | 4F | 4A | C | 164 | 4A | 35 |
| Octal | 340 | 56 | 72 | 0 | 117 | 112 | 14 | 544 | 112 | 65 |
| Binary | 11100000 | 101110 | 111010 | 0 | 1001111 | 1001010 | 1100 | 101100100 | 1001010 | 110101 |
Color Harmonies of #E02E3A
Complementary color
Monochromatic Colors of #E02E3A
Black with #E02E3A
Text Example
Text Example
White with #E02E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02E3A; }
p { color: rgb(224,46,58); }
H1.HeaderClassName
{
color: #E02E3A;
}
.AnyTagClassName
{
color: #E02E3A;
}
</style>
background-color css
<style>
a { background-color: #E02E3A; }
a { background-color: rgb(224,46,58); }
div.DivClassName
{
background-color: #E02E3A;
}
.BgClassName
{
background-color: #E02E3A;
}
</style>
border-color css
<style>
span { border-color: #E02E3A; }
span { border-color: rgb(224,46,58); }
td.TdClassName
{
border-color: #E02E3A;
}
.TagClassName
{
border-color: #E02E3A;
}
</style>