Shades of Alizarin #EA2141
Tints of Alizarin #EA2141
RGB
CMYK
RGB Variations
Color information
#EA2141 (or 0xEA2141) is known color: Alizarin. HEX triplet: EA, 21 and 41. RGB value is (234,33,65). Sum of RGB (Red+Green+Blue) = 234+33+65=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2141 is #15DEBE. Grayscale: #606060. Windows color (decimal): -1433279 or 4268522. OLE color: 4268522.
HSL color Cylindrical-coordinate representation of color #EA2141: hue angle of 350.45º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2141 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 65 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.08 |
| HSL | 350.45º | 0.83% | 0.52% | - |
| HSV(B) | 350.45º | 0.86% | 0.92% | - |
| XYZ | 35.43 | 18.96 | 6.79 | - |
| YUV | 96.75 | 110.09 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 65 | 0 | 0.86 | 0.72 | 0.08 | 350.45 | 0.83 | 0.52 |
| Hex | EA | 21 | 41 | 0 | 56 | 48 | 8 | 15E | 53 | 34 |
| Octal | 352 | 41 | 101 | 0 | 126 | 110 | 10 | 536 | 123 | 64 |
| Binary | 11101010 | 100001 | 1000001 | 0 | 1010110 | 1001000 | 1000 | 101011110 | 1010011 | 110100 |
Color Harmonies of #EA2141
Complementary color
Monochromatic Colors of #EA2141
Black with #EA2141
Text Example
Text Example
White with #EA2141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2141; }
p { color: rgb(234,33,65); }
H1.HeaderClassName
{
color: #EA2141;
}
.AnyTagClassName
{
color: #EA2141;
}
</style>
background-color css
<style>
a { background-color: #EA2141; }
a { background-color: rgb(234,33,65); }
div.DivClassName
{
background-color: #EA2141;
}
.BgClassName
{
background-color: #EA2141;
}
</style>
border-color css
<style>
span { border-color: #EA2141; }
span { border-color: rgb(234,33,65); }
td.TdClassName
{
border-color: #EA2141;
}
.TagClassName
{
border-color: #EA2141;
}
</style>