Shades of Alizarin #EA2830
Tints of Alizarin #EA2830
RGB
CMYK
RGB Variations
Color information
#EA2830 (or 0xEA2830) is known color: Alizarin. HEX triplet: EA, 28 and 30. RGB value is (234,40,48). Sum of RGB (Red+Green+Blue) = 234+40+48=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2830 is #15D7CF. Grayscale: #636363. Windows color (decimal): -1431504 or 3156202. OLE color: 3156202.
HSL color Cylindrical-coordinate representation of color #EA2830: hue angle of 357.53º 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 #EA2830 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 48 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.08 |
| HSL | 357.53º | 0.82% | 0.54% | - |
| HSV(B) | 357.53º | 0.83% | 0.92% | - |
| XYZ | 35.22 | 19.22 | 4.65 | - |
| YUV | 98.92 | 99.27 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 48 | 0 | 0.83 | 0.79 | 0.08 | 357.53 | 0.82 | 0.54 |
| Hex | EA | 28 | 30 | 0 | 53 | 4F | 8 | 166 | 52 | 36 |
| Octal | 352 | 50 | 60 | 0 | 123 | 117 | 10 | 546 | 122 | 66 |
| Binary | 11101010 | 101000 | 110000 | 0 | 1010011 | 1001111 | 1000 | 101100110 | 1010010 | 110110 |
Color Harmonies of #EA2830
Complementary color
Monochromatic Colors of #EA2830
Black with #EA2830
Text Example
Text Example
White with #EA2830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2830; }
p { color: rgb(234,40,48); }
H1.HeaderClassName
{
color: #EA2830;
}
.AnyTagClassName
{
color: #EA2830;
}
</style>
background-color css
<style>
a { background-color: #EA2830; }
a { background-color: rgb(234,40,48); }
div.DivClassName
{
background-color: #EA2830;
}
.BgClassName
{
background-color: #EA2830;
}
</style>
border-color css
<style>
span { border-color: #EA2830; }
span { border-color: rgb(234,40,48); }
td.TdClassName
{
border-color: #EA2830;
}
.TagClassName
{
border-color: #EA2830;
}
</style>