Shades of Alizarin #EA2142
Tints of Alizarin #EA2142
RGB
CMYK
RGB Variations
Color information
#EA2142 (or 0xEA2142) is known color: Alizarin. HEX triplet: EA, 21 and 42. RGB value is (234,33,66). Sum of RGB (Red+Green+Blue) = 234+33+66=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2142 is #15DEBD. Grayscale: #606060. Windows color (decimal): -1433278 or 4334058. OLE color: 4334058.
HSL color Cylindrical-coordinate representation of color #EA2142: hue angle of 350.15º 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 #EA2142 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 66 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.08 |
| HSL | 350.15º | 0.83% | 0.52% | - |
| HSV(B) | 350.15º | 0.86% | 0.92% | - |
| XYZ | 35.46 | 18.97 | 6.95 | - |
| YUV | 96.86 | 110.59 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 66 | 0 | 0.86 | 0.72 | 0.08 | 350.15 | 0.83 | 0.52 |
| Hex | EA | 21 | 42 | 0 | 56 | 48 | 8 | 15E | 53 | 34 |
| Octal | 352 | 41 | 102 | 0 | 126 | 110 | 10 | 536 | 123 | 64 |
| Binary | 11101010 | 100001 | 1000010 | 0 | 1010110 | 1001000 | 1000 | 101011110 | 1010011 | 110100 |
Color Harmonies of #EA2142
Complementary color
Monochromatic Colors of #EA2142
Black with #EA2142
Text Example
Text Example
White with #EA2142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2142; }
p { color: rgb(234,33,66); }
H1.HeaderClassName
{
color: #EA2142;
}
.AnyTagClassName
{
color: #EA2142;
}
</style>
background-color css
<style>
a { background-color: #EA2142; }
a { background-color: rgb(234,33,66); }
div.DivClassName
{
background-color: #EA2142;
}
.BgClassName
{
background-color: #EA2142;
}
</style>
border-color css
<style>
span { border-color: #EA2142; }
span { border-color: rgb(234,33,66); }
td.TdClassName
{
border-color: #EA2142;
}
.TagClassName
{
border-color: #EA2142;
}
</style>