Shades of Alizarin #E02243
Tints of Alizarin #E02243
RGB
CMYK
RGB Variations
Color information
#E02243 (or 0xE02243) is known color: Alizarin. HEX triplet: E0, 22 and 43. RGB value is (224,34,67). Sum of RGB (Red+Green+Blue) = 224+34+67=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E02243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02243 is #1FDDBC. Grayscale: #5E5E5E. Windows color (decimal): -2088381 or 4399840. OLE color: 4399840.
HSL color Cylindrical-coordinate representation of color #E02243: hue angle of 349.58º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02243 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 67 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.12 |
| HSL | 349.58º | 0.75% | 0.51% | - |
| HSV(B) | 349.58º | 0.85% | 0.88% | - |
| XYZ | 32.33 | 17.4 | 6.96 | - |
| YUV | 94.57 | 112.45 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 67 | 0 | 0.85 | 0.70 | 0.12 | 349.58 | 0.75 | 0.51 |
| Hex | E0 | 22 | 43 | 0 | 55 | 46 | C | 15E | 4B | 33 |
| Octal | 340 | 42 | 103 | 0 | 125 | 106 | 14 | 536 | 113 | 63 |
| Binary | 11100000 | 100010 | 1000011 | 0 | 1010101 | 1000110 | 1100 | 101011110 | 1001011 | 110011 |
Color Harmonies of #E02243
Complementary color
Monochromatic Colors of #E02243
Black with #E02243
Text Example
Text Example
White with #E02243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02243; }
p { color: rgb(224,34,67); }
H1.HeaderClassName
{
color: #E02243;
}
.AnyTagClassName
{
color: #E02243;
}
</style>
background-color css
<style>
a { background-color: #E02243; }
a { background-color: rgb(224,34,67); }
div.DivClassName
{
background-color: #E02243;
}
.BgClassName
{
background-color: #E02243;
}
</style>
border-color css
<style>
span { border-color: #E02243; }
span { border-color: rgb(224,34,67); }
td.TdClassName
{
border-color: #E02243;
}
.TagClassName
{
border-color: #E02243;
}
</style>