Shades of Alizarin #E42343
Tints of Alizarin #E42343
RGB
CMYK
RGB Variations
Color information
#E42343 (or 0xE42343) is known color: Alizarin. HEX triplet: E4, 23 and 43. RGB value is (228,35,67). Sum of RGB (Red+Green+Blue) = 228+35+67=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E42343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42343 is #1BDCBC. Grayscale: #606060. Windows color (decimal): -1825981 or 4400100. OLE color: 4400100.
HSL color Cylindrical-coordinate representation of color #E42343: hue angle of 350.05º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E42343 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 35 | 67 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.11 |
| HSL | 350.05º | 0.78% | 0.52% | - |
| HSV(B) | 350.05º | 0.85% | 0.89% | - |
| XYZ | 33.61 | 18.1 | 7.03 | - |
| YUV | 96.36 | 111.44 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 35 | 67 | 0 | 0.85 | 0.71 | 0.11 | 350.05 | 0.78 | 0.52 |
| Hex | E4 | 23 | 43 | 0 | 55 | 47 | B | 15E | 4E | 34 |
| Octal | 344 | 43 | 103 | 0 | 125 | 107 | 13 | 536 | 116 | 64 |
| Binary | 11100100 | 100011 | 1000011 | 0 | 1010101 | 1000111 | 1011 | 101011110 | 1001110 | 110100 |
Color Harmonies of #E42343
Complementary color
Monochromatic Colors of #E42343
Black with #E42343
Text Example
Text Example
White with #E42343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42343; }
p { color: rgb(228,35,67); }
H1.HeaderClassName
{
color: #E42343;
}
.AnyTagClassName
{
color: #E42343;
}
</style>
background-color css
<style>
a { background-color: #E42343; }
a { background-color: rgb(228,35,67); }
div.DivClassName
{
background-color: #E42343;
}
.BgClassName
{
background-color: #E42343;
}
</style>
border-color css
<style>
span { border-color: #E42343; }
span { border-color: rgb(228,35,67); }
td.TdClassName
{
border-color: #E42343;
}
.TagClassName
{
border-color: #E42343;
}
</style>