Shades of Alizarin #EA2D39
Tints of Alizarin #EA2D39
RGB
CMYK
RGB Variations
Color information
#EA2D39 (or 0xEA2D39) is known color: Alizarin. HEX triplet: EA, 2D and 39. RGB value is (234,45,57). Sum of RGB (Red+Green+Blue) = 234+45+57=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D39 is #15D2C6. Grayscale: #676767. Windows color (decimal): -1430215 or 3747306. OLE color: 3747306.
HSL color Cylindrical-coordinate representation of color #EA2D39: hue angle of 356.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2D39 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 57 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.08 |
| HSL | 356.19º | 0.82% | 0.55% | - |
| HSV(B) | 356.19º | 0.81% | 0.92% | - |
| XYZ | 35.61 | 19.66 | 5.79 | - |
| YUV | 102.88 | 102.12 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 57 | 0 | 0.81 | 0.76 | 0.08 | 356.19 | 0.82 | 0.55 |
| Hex | EA | 2D | 39 | 0 | 51 | 4C | 8 | 164 | 52 | 37 |
| Octal | 352 | 55 | 71 | 0 | 121 | 114 | 10 | 544 | 122 | 67 |
| Binary | 11101010 | 101101 | 111001 | 0 | 1010001 | 1001100 | 1000 | 101100100 | 1010010 | 110111 |
Color Harmonies of #EA2D39
Complementary color
Monochromatic Colors of #EA2D39
Black with #EA2D39
Text Example
Text Example
White with #EA2D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D39; }
p { color: rgb(234,45,57); }
H1.HeaderClassName
{
color: #EA2D39;
}
.AnyTagClassName
{
color: #EA2D39;
}
</style>
background-color css
<style>
a { background-color: #EA2D39; }
a { background-color: rgb(234,45,57); }
div.DivClassName
{
background-color: #EA2D39;
}
.BgClassName
{
background-color: #EA2D39;
}
</style>
border-color css
<style>
span { border-color: #EA2D39; }
span { border-color: rgb(234,45,57); }
td.TdClassName
{
border-color: #EA2D39;
}
.TagClassName
{
border-color: #EA2D39;
}
</style>