Shades of Alizarin #EA172E
Tints of Alizarin #EA172E
RGB
CMYK
RGB Variations
Color information
#EA172E (or 0xEA172E) is known color: Alizarin. HEX triplet: EA, 17 and 2E. RGB value is (234,23,46). Sum of RGB (Red+Green+Blue) = 234+23+46=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA172E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA172E is #15E8D1. Grayscale: #585858. Windows color (decimal): -1435858 or 3020778. OLE color: 3020778.
HSL color Cylindrical-coordinate representation of color #EA172E: hue angle of 353.46º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA172E is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 46 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.08 |
| HSL | 353.46º | 0.83% | 0.5% | - |
| HSV(B) | 353.46º | 0.9% | 0.92% | - |
| XYZ | 34.73 | 18.3 | 4.29 | - |
| YUV | 88.71 | 103.9 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 46 | 0 | 0.90 | 0.80 | 0.08 | 353.46 | 0.83 | 0.5 |
| Hex | EA | 17 | 2E | 0 | 5A | 50 | 8 | 161 | 53 | 32 |
| Octal | 352 | 27 | 56 | 0 | 132 | 120 | 10 | 541 | 123 | 62 |
| Binary | 11101010 | 10111 | 101110 | 0 | 1011010 | 1010000 | 1000 | 101100001 | 1010011 | 110010 |
Color Harmonies of #EA172E
Complementary color
Monochromatic Colors of #EA172E
Black with #EA172E
Text Example
Text Example
White with #EA172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA172E; }
p { color: rgb(234,23,46); }
H1.HeaderClassName
{
color: #EA172E;
}
.AnyTagClassName
{
color: #EA172E;
}
</style>
background-color css
<style>
a { background-color: #EA172E; }
a { background-color: rgb(234,23,46); }
div.DivClassName
{
background-color: #EA172E;
}
.BgClassName
{
background-color: #EA172E;
}
</style>
border-color css
<style>
span { border-color: #EA172E; }
span { border-color: rgb(234,23,46); }
td.TdClassName
{
border-color: #EA172E;
}
.TagClassName
{
border-color: #EA172E;
}
</style>