Shades of Alizarin #E02B43
Tints of Alizarin #E02B43
RGB
CMYK
RGB Variations
Color information
#E02B43 (or 0xE02B43) is known color: Alizarin. HEX triplet: E0, 2B and 43. RGB value is (224,43,67). Sum of RGB (Red+Green+Blue) = 224+43+67=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02B43 is #1FD4BC. Grayscale: #636363. Windows color (decimal): -2086077 or 4402144. OLE color: 4402144.
HSL color Cylindrical-coordinate representation of color #E02B43: hue angle of 352.04º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02B43 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 43 | 67 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.12 |
| HSL | 352.04º | 0.74% | 0.52% | - |
| HSV(B) | 352.04º | 0.81% | 0.88% | - |
| XYZ | 32.62 | 17.98 | 7.06 | - |
| YUV | 99.86 | 109.47 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 67 | 0 | 0.81 | 0.70 | 0.12 | 352.04 | 0.74 | 0.52 |
| Hex | E0 | 2B | 43 | 0 | 51 | 46 | C | 160 | 4A | 34 |
| Octal | 340 | 53 | 103 | 0 | 121 | 106 | 14 | 540 | 112 | 64 |
| Binary | 11100000 | 101011 | 1000011 | 0 | 1010001 | 1000110 | 1100 | 101100000 | 1001010 | 110100 |
Color Harmonies of #E02B43
Complementary color
Monochromatic Colors of #E02B43
Black with #E02B43
Text Example
Text Example
White with #E02B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02B43; }
p { color: rgb(224,43,67); }
H1.HeaderClassName
{
color: #E02B43;
}
.AnyTagClassName
{
color: #E02B43;
}
</style>
background-color css
<style>
a { background-color: #E02B43; }
a { background-color: rgb(224,43,67); }
div.DivClassName
{
background-color: #E02B43;
}
.BgClassName
{
background-color: #E02B43;
}
</style>
border-color css
<style>
span { border-color: #E02B43; }
span { border-color: rgb(224,43,67); }
td.TdClassName
{
border-color: #E02B43;
}
.TagClassName
{
border-color: #E02B43;
}
</style>