Shades of Alizarin #E73142
Tints of Alizarin #E73142
RGB
CMYK
RGB Variations
Color information
#E73142 (or 0xE73142) is known color: Alizarin. HEX triplet: E7, 31 and 42. RGB value is (231,49,66). Sum of RGB (Red+Green+Blue) = 231+49+66=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E73142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73142 is #18CEBD. Grayscale: #696969. Windows color (decimal): -1625790 or 4338151. OLE color: 4338151.
HSL color Cylindrical-coordinate representation of color #E73142: hue angle of 354.4º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E73142 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 66 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.09 |
| HSL | 354.4º | 0.79% | 0.55% | - |
| HSV(B) | 354.4º | 0.79% | 0.91% | - |
| XYZ | 35.04 | 19.58 | 7.09 | - |
| YUV | 105.36 | 105.8 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 66 | 0 | 0.79 | 0.71 | 0.09 | 354.4 | 0.79 | 0.55 |
| Hex | E7 | 31 | 42 | 0 | 4F | 47 | 9 | 162 | 4F | 37 |
| Octal | 347 | 61 | 102 | 0 | 117 | 107 | 11 | 542 | 117 | 67 |
| Binary | 11100111 | 110001 | 1000010 | 0 | 1001111 | 1000111 | 1001 | 101100010 | 1001111 | 110111 |
Color Harmonies of #E73142
Complementary color
Monochromatic Colors of #E73142
Black with #E73142
Text Example
Text Example
White with #E73142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73142; }
p { color: rgb(231,49,66); }
H1.HeaderClassName
{
color: #E73142;
}
.AnyTagClassName
{
color: #E73142;
}
</style>
background-color css
<style>
a { background-color: #E73142; }
a { background-color: rgb(231,49,66); }
div.DivClassName
{
background-color: #E73142;
}
.BgClassName
{
background-color: #E73142;
}
</style>
border-color css
<style>
span { border-color: #E73142; }
span { border-color: rgb(231,49,66); }
td.TdClassName
{
border-color: #E73142;
}
.TagClassName
{
border-color: #E73142;
}
</style>