Shades of Alizarin #EA2E3E
Tints of Alizarin #EA2E3E
RGB
CMYK
RGB Variations
Color information
#EA2E3E (or 0xEA2E3E) is known color: Alizarin. HEX triplet: EA, 2E and 3E. RGB value is (234,46,62). Sum of RGB (Red+Green+Blue) = 234+46+62=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2E3E is #15D1C1. Grayscale: #686868. Windows color (decimal): -1429954 or 4075242. OLE color: 4075242.
HSL color Cylindrical-coordinate representation of color #EA2E3E: hue angle of 354.89º 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 #EA2E3E is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 46 | 62 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.08 |
| HSL | 354.89º | 0.82% | 0.55% | - |
| HSV(B) | 354.89º | 0.8% | 0.92% | - |
| XYZ | 35.78 | 19.79 | 6.49 | - |
| YUV | 104.04 | 104.28 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 46 | 62 | 0 | 0.80 | 0.74 | 0.08 | 354.89 | 0.82 | 0.55 |
| Hex | EA | 2E | 3E | 0 | 50 | 4A | 8 | 163 | 52 | 37 |
| Octal | 352 | 56 | 76 | 0 | 120 | 112 | 10 | 543 | 122 | 67 |
| Binary | 11101010 | 101110 | 111110 | 0 | 1010000 | 1001010 | 1000 | 101100011 | 1010010 | 110111 |
Color Harmonies of #EA2E3E
Complementary color
Monochromatic Colors of #EA2E3E
Black with #EA2E3E
Text Example
Text Example
White with #EA2E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2E3E; }
p { color: rgb(234,46,62); }
H1.HeaderClassName
{
color: #EA2E3E;
}
.AnyTagClassName
{
color: #EA2E3E;
}
</style>
background-color css
<style>
a { background-color: #EA2E3E; }
a { background-color: rgb(234,46,62); }
div.DivClassName
{
background-color: #EA2E3E;
}
.BgClassName
{
background-color: #EA2E3E;
}
</style>
border-color css
<style>
span { border-color: #EA2E3E; }
span { border-color: rgb(234,46,62); }
td.TdClassName
{
border-color: #EA2E3E;
}
.TagClassName
{
border-color: #EA2E3E;
}
</style>