Shades of Alizarin #EA2841
Tints of Alizarin #EA2841
RGB
CMYK
RGB Variations
Color information
#EA2841 (or 0xEA2841) is known color: Alizarin. HEX triplet: EA, 28 and 41. RGB value is (234,40,65). Sum of RGB (Red+Green+Blue) = 234+40+65=339 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.03% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2841 is #15D7BE. Grayscale: #646464. Windows color (decimal): -1431487 or 4270314. OLE color: 4270314.
HSL color Cylindrical-coordinate representation of color #EA2841: hue angle of 352.27º 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 #EA2841 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 65 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.08 |
| HSL | 352.27º | 0.82% | 0.54% | - |
| HSV(B) | 352.27º | 0.83% | 0.92% | - |
| XYZ | 35.64 | 19.39 | 6.87 | - |
| YUV | 100.86 | 107.77 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 65 | 0 | 0.83 | 0.72 | 0.08 | 352.27 | 0.82 | 0.54 |
| Hex | EA | 28 | 41 | 0 | 53 | 48 | 8 | 160 | 52 | 36 |
| Octal | 352 | 50 | 101 | 0 | 123 | 110 | 10 | 540 | 122 | 66 |
| Binary | 11101010 | 101000 | 1000001 | 0 | 1010011 | 1001000 | 1000 | 101100000 | 1010010 | 110110 |
Color Harmonies of #EA2841
Complementary color
Monochromatic Colors of #EA2841
Black with #EA2841
Text Example
Text Example
White with #EA2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2841; }
p { color: rgb(234,40,65); }
H1.HeaderClassName
{
color: #EA2841;
}
.AnyTagClassName
{
color: #EA2841;
}
</style>
background-color css
<style>
a { background-color: #EA2841; }
a { background-color: rgb(234,40,65); }
div.DivClassName
{
background-color: #EA2841;
}
.BgClassName
{
background-color: #EA2841;
}
</style>
border-color css
<style>
span { border-color: #EA2841; }
span { border-color: rgb(234,40,65); }
td.TdClassName
{
border-color: #EA2841;
}
.TagClassName
{
border-color: #EA2841;
}
</style>