Shades of Alizarin #EA2D36
Tints of Alizarin #EA2D36
RGB
CMYK
RGB Variations
Color information
#EA2D36 (or 0xEA2D36) is known color: Alizarin. HEX triplet: EA, 2D and 36. RGB value is (234,45,54). Sum of RGB (Red+Green+Blue) = 234+45+54=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D36 is #15D2C9. Grayscale: #666666. Windows color (decimal): -1430218 or 3550698. OLE color: 3550698.
HSL color Cylindrical-coordinate representation of color #EA2D36: hue angle of 357.14º 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 #EA2D36 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 54 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.08 |
| HSL | 357.14º | 0.82% | 0.55% | - |
| HSV(B) | 357.14º | 0.81% | 0.92% | - |
| XYZ | 35.54 | 19.64 | 5.41 | - |
| YUV | 102.54 | 100.62 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 54 | 0 | 0.81 | 0.77 | 0.08 | 357.14 | 0.82 | 0.55 |
| Hex | EA | 2D | 36 | 0 | 51 | 4D | 8 | 165 | 52 | 37 |
| Octal | 352 | 55 | 66 | 0 | 121 | 115 | 10 | 545 | 122 | 67 |
| Binary | 11101010 | 101101 | 110110 | 0 | 1010001 | 1001101 | 1000 | 101100101 | 1010010 | 110111 |
Color Harmonies of #EA2D36
Complementary color
Monochromatic Colors of #EA2D36
Black with #EA2D36
Text Example
Text Example
White with #EA2D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D36; }
p { color: rgb(234,45,54); }
H1.HeaderClassName
{
color: #EA2D36;
}
.AnyTagClassName
{
color: #EA2D36;
}
</style>
background-color css
<style>
a { background-color: #EA2D36; }
a { background-color: rgb(234,45,54); }
div.DivClassName
{
background-color: #EA2D36;
}
.BgClassName
{
background-color: #EA2D36;
}
</style>
border-color css
<style>
span { border-color: #EA2D36; }
span { border-color: rgb(234,45,54); }
td.TdClassName
{
border-color: #EA2D36;
}
.TagClassName
{
border-color: #EA2D36;
}
</style>