Shades of Alizarin #EA2942
Tints of Alizarin #EA2942
RGB
CMYK
RGB Variations
Color information
#EA2942 (or 0xEA2942) is known color: Alizarin. HEX triplet: EA, 29 and 42. RGB value is (234,41,66). Sum of RGB (Red+Green+Blue) = 234+41+66=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2942 is #15D6BD. Grayscale: #656565. Windows color (decimal): -1431230 or 4336106. OLE color: 4336106.
HSL color Cylindrical-coordinate representation of color #EA2942: hue angle of 352.23º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2942 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 66 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.08 |
| HSL | 352.23º | 0.82% | 0.54% | - |
| HSV(B) | 352.23º | 0.82% | 0.92% | - |
| XYZ | 35.71 | 19.47 | 7.03 | - |
| YUV | 101.56 | 107.94 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 66 | 0 | 0.82 | 0.72 | 0.08 | 352.23 | 0.82 | 0.54 |
| Hex | EA | 29 | 42 | 0 | 52 | 48 | 8 | 160 | 52 | 36 |
| Octal | 352 | 51 | 102 | 0 | 122 | 110 | 10 | 540 | 122 | 66 |
| Binary | 11101010 | 101001 | 1000010 | 0 | 1010010 | 1001000 | 1000 | 101100000 | 1010010 | 110110 |
Color Harmonies of #EA2942
Complementary color
Monochromatic Colors of #EA2942
Black with #EA2942
Text Example
Text Example
White with #EA2942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2942; }
p { color: rgb(234,41,66); }
H1.HeaderClassName
{
color: #EA2942;
}
.AnyTagClassName
{
color: #EA2942;
}
</style>
background-color css
<style>
a { background-color: #EA2942; }
a { background-color: rgb(234,41,66); }
div.DivClassName
{
background-color: #EA2942;
}
.BgClassName
{
background-color: #EA2942;
}
</style>
border-color css
<style>
span { border-color: #EA2942; }
span { border-color: rgb(234,41,66); }
td.TdClassName
{
border-color: #EA2942;
}
.TagClassName
{
border-color: #EA2942;
}
</style>