Shades of Alizarin #EA2242
Tints of Alizarin #EA2242
RGB
CMYK
RGB Variations
Color information
#EA2242 (or 0xEA2242) is known color: Alizarin. HEX triplet: EA, 22 and 42. RGB value is (234,34,66). Sum of RGB (Red+Green+Blue) = 234+34+66=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2242 is #15DDBD. Grayscale: #616161. Windows color (decimal): -1433022 or 4334314. OLE color: 4334314.
HSL color Cylindrical-coordinate representation of color #EA2242: hue angle of 350.4º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2242 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 66 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.08 |
| HSL | 350.4º | 0.83% | 0.53% | - |
| HSV(B) | 350.4º | 0.85% | 0.92% | - |
| XYZ | 35.49 | 19.03 | 6.96 | - |
| YUV | 97.45 | 110.26 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 66 | 0 | 0.85 | 0.72 | 0.08 | 350.4 | 0.83 | 0.53 |
| Hex | EA | 22 | 42 | 0 | 55 | 48 | 8 | 15E | 53 | 35 |
| Octal | 352 | 42 | 102 | 0 | 125 | 110 | 10 | 536 | 123 | 65 |
| Binary | 11101010 | 100010 | 1000010 | 0 | 1010101 | 1001000 | 1000 | 101011110 | 1010011 | 110101 |
Color Harmonies of #EA2242
Complementary color
Monochromatic Colors of #EA2242
Black with #EA2242
Text Example
Text Example
White with #EA2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2242; }
p { color: rgb(234,34,66); }
H1.HeaderClassName
{
color: #EA2242;
}
.AnyTagClassName
{
color: #EA2242;
}
</style>
background-color css
<style>
a { background-color: #EA2242; }
a { background-color: rgb(234,34,66); }
div.DivClassName
{
background-color: #EA2242;
}
.BgClassName
{
background-color: #EA2242;
}
</style>
border-color css
<style>
span { border-color: #EA2242; }
span { border-color: rgb(234,34,66); }
td.TdClassName
{
border-color: #EA2242;
}
.TagClassName
{
border-color: #EA2242;
}
</style>