Shades of Alizarin #EA283E
Tints of Alizarin #EA283E
RGB
CMYK
RGB Variations
Color information
#EA283E (or 0xEA283E) is known color: Alizarin. HEX triplet: EA, 28 and 3E. RGB value is (234,40,62). Sum of RGB (Red+Green+Blue) = 234+40+62=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA283E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA283E is #15D7C1. Grayscale: #646464. Windows color (decimal): -1431490 or 4073706. OLE color: 4073706.
HSL color Cylindrical-coordinate representation of color #EA283E: hue angle of 353.2º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA283E is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 62 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.08 |
| HSL | 353.2º | 0.82% | 0.54% | - |
| HSV(B) | 353.2º | 0.83% | 0.92% | - |
| XYZ | 35.56 | 19.36 | 6.42 | - |
| YUV | 100.51 | 106.27 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 62 | 0 | 0.83 | 0.74 | 0.08 | 353.2 | 0.82 | 0.54 |
| Hex | EA | 28 | 3E | 0 | 53 | 4A | 8 | 161 | 52 | 36 |
| Octal | 352 | 50 | 76 | 0 | 123 | 112 | 10 | 541 | 122 | 66 |
| Binary | 11101010 | 101000 | 111110 | 0 | 1010011 | 1001010 | 1000 | 101100001 | 1010010 | 110110 |
Color Harmonies of #EA283E
Complementary color
Monochromatic Colors of #EA283E
Black with #EA283E
Text Example
Text Example
White with #EA283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA283E; }
p { color: rgb(234,40,62); }
H1.HeaderClassName
{
color: #EA283E;
}
.AnyTagClassName
{
color: #EA283E;
}
</style>
background-color css
<style>
a { background-color: #EA283E; }
a { background-color: rgb(234,40,62); }
div.DivClassName
{
background-color: #EA283E;
}
.BgClassName
{
background-color: #EA283E;
}
</style>
border-color css
<style>
span { border-color: #EA283E; }
span { border-color: rgb(234,40,62); }
td.TdClassName
{
border-color: #EA283E;
}
.TagClassName
{
border-color: #EA283E;
}
</style>