Shades of Alizarin #EA4142
Tints of Alizarin #EA4142
RGB
CMYK
RGB Variations
Color information
#EA4142 (or 0xEA4142) is known color: Alizarin. HEX triplet: EA, 41 and 42. RGB value is (234,65,66). Sum of RGB (Red+Green+Blue) = 234+65+66=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4142 is #15BEBD. Grayscale: #737373. Windows color (decimal): -1425086 or 4342250. OLE color: 4342250.
HSL color Cylindrical-coordinate representation of color #EA4142: hue angle of 359.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA4142 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 66 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.08 |
| HSL | 359.65º | 0.8% | 0.59% | - |
| HSV(B) | 359.65º | 0.72% | 0.92% | - |
| XYZ | 36.81 | 21.67 | 7.4 | - |
| YUV | 115.65 | 99.99 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 66 | 0 | 0.72 | 0.72 | 0.08 | 359.65 | 0.8 | 0.59 |
| Hex | EA | 41 | 42 | 0 | 48 | 48 | 8 | 168 | 50 | 3B |
| Octal | 352 | 101 | 102 | 0 | 110 | 110 | 10 | 550 | 120 | 73 |
| Binary | 11101010 | 1000001 | 1000010 | 0 | 1001000 | 1001000 | 1000 | 101101000 | 1010000 | 111011 |
Color Harmonies of #EA4142
Complementary color
Monochromatic Colors of #EA4142
Black with #EA4142
Text Example
Text Example
White with #EA4142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4142; }
p { color: rgb(234,65,66); }
H1.HeaderClassName
{
color: #EA4142;
}
.AnyTagClassName
{
color: #EA4142;
}
</style>
background-color css
<style>
a { background-color: #EA4142; }
a { background-color: rgb(234,65,66); }
div.DivClassName
{
background-color: #EA4142;
}
.BgClassName
{
background-color: #EA4142;
}
</style>
border-color css
<style>
span { border-color: #EA4142; }
span { border-color: rgb(234,65,66); }
td.TdClassName
{
border-color: #EA4142;
}
.TagClassName
{
border-color: #EA4142;
}
</style>