Shades of Alizarin #EA2E3A
Tints of Alizarin #EA2E3A
RGB
CMYK
RGB Variations
Color information
#EA2E3A (or 0xEA2E3A) is known color: Alizarin. HEX triplet: EA, 2E and 3A. RGB value is (234,46,58). Sum of RGB (Red+Green+Blue) = 234+46+58=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2E3A is #15D1C5. Grayscale: #676767. Windows color (decimal): -1429958 or 3813098. OLE color: 3813098.
HSL color Cylindrical-coordinate representation of color #EA2E3A: hue angle of 356.17º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2E3A is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 46 | 58 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.08 |
| HSL | 356.17º | 0.82% | 0.55% | - |
| HSV(B) | 356.17º | 0.8% | 0.92% | - |
| XYZ | 35.67 | 19.75 | 5.94 | - |
| YUV | 103.58 | 102.28 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 46 | 58 | 0 | 0.80 | 0.75 | 0.08 | 356.17 | 0.82 | 0.55 |
| Hex | EA | 2E | 3A | 0 | 50 | 4B | 8 | 164 | 52 | 37 |
| Octal | 352 | 56 | 72 | 0 | 120 | 113 | 10 | 544 | 122 | 67 |
| Binary | 11101010 | 101110 | 111010 | 0 | 1010000 | 1001011 | 1000 | 101100100 | 1010010 | 110111 |
Color Harmonies of #EA2E3A
Complementary color
Monochromatic Colors of #EA2E3A
Black with #EA2E3A
Text Example
Text Example
White with #EA2E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2E3A; }
p { color: rgb(234,46,58); }
H1.HeaderClassName
{
color: #EA2E3A;
}
.AnyTagClassName
{
color: #EA2E3A;
}
</style>
background-color css
<style>
a { background-color: #EA2E3A; }
a { background-color: rgb(234,46,58); }
div.DivClassName
{
background-color: #EA2E3A;
}
.BgClassName
{
background-color: #EA2E3A;
}
</style>
border-color css
<style>
span { border-color: #EA2E3A; }
span { border-color: rgb(234,46,58); }
td.TdClassName
{
border-color: #EA2E3A;
}
.TagClassName
{
border-color: #EA2E3A;
}
</style>