Shades of Alizarin #EA2A30
Tints of Alizarin #EA2A30
RGB
CMYK
RGB Variations
Color information
#EA2A30 (or 0xEA2A30) is known color: Alizarin. HEX triplet: EA, 2A and 30. RGB value is (234,42,48). Sum of RGB (Red+Green+Blue) = 234+42+48=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2A30 is #15D5CF. Grayscale: #646464. Windows color (decimal): -1430992 or 3156714. OLE color: 3156714.
HSL color Cylindrical-coordinate representation of color #EA2A30: hue angle of 358.12º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2A30 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 42 | 48 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.08 |
| HSL | 358.13º | 0.82% | 0.54% | - |
| HSV(B) | 358.13º | 0.82% | 0.92% | - |
| XYZ | 35.29 | 19.36 | 4.67 | - |
| YUV | 100.09 | 98.61 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 42 | 48 | 0 | 0.82 | 0.79 | 0.08 | 358.13 | 0.82 | 0.54 |
| Hex | EA | 2A | 30 | 0 | 52 | 4F | 8 | 166 | 52 | 36 |
| Octal | 352 | 52 | 60 | 0 | 122 | 117 | 10 | 546 | 122 | 66 |
| Binary | 11101010 | 101010 | 110000 | 0 | 1010010 | 1001111 | 1000 | 101100110 | 1010010 | 110110 |
Color Harmonies of #EA2A30
Complementary color
Monochromatic Colors of #EA2A30
Black with #EA2A30
Text Example
Text Example
White with #EA2A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2A30; }
p { color: rgb(234,42,48); }
H1.HeaderClassName
{
color: #EA2A30;
}
.AnyTagClassName
{
color: #EA2A30;
}
</style>
background-color css
<style>
a { background-color: #EA2A30; }
a { background-color: rgb(234,42,48); }
div.DivClassName
{
background-color: #EA2A30;
}
.BgClassName
{
background-color: #EA2A30;
}
</style>
border-color css
<style>
span { border-color: #EA2A30; }
span { border-color: rgb(234,42,48); }
td.TdClassName
{
border-color: #EA2A30;
}
.TagClassName
{
border-color: #EA2A30;
}
</style>