Shades of Alizarin #E02640
Tints of Alizarin #E02640
RGB
CMYK
RGB Variations
Color information
#E02640 (or 0xE02640) is known color: Alizarin. HEX triplet: E0, 26 and 40. RGB value is (224,38,64). Sum of RGB (Red+Green+Blue) = 224+38+64=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E02640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02640 is #1FD9BF. Grayscale: #606060. Windows color (decimal): -2087360 or 4204256. OLE color: 4204256.
HSL color Cylindrical-coordinate representation of color #E02640: hue angle of 351.61º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02640 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 64 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.12 |
| HSL | 351.61º | 0.75% | 0.51% | - |
| HSV(B) | 351.61º | 0.83% | 0.88% | - |
| XYZ | 32.36 | 17.6 | 6.54 | - |
| YUV | 96.58 | 109.62 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 64 | 0 | 0.83 | 0.71 | 0.12 | 351.61 | 0.75 | 0.51 |
| Hex | E0 | 26 | 40 | 0 | 53 | 47 | C | 160 | 4B | 33 |
| Octal | 340 | 46 | 100 | 0 | 123 | 107 | 14 | 540 | 113 | 63 |
| Binary | 11100000 | 100110 | 1000000 | 0 | 1010011 | 1000111 | 1100 | 101100000 | 1001011 | 110011 |
Color Harmonies of #E02640
Complementary color
Monochromatic Colors of #E02640
Black with #E02640
Text Example
Text Example
White with #E02640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02640; }
p { color: rgb(224,38,64); }
H1.HeaderClassName
{
color: #E02640;
}
.AnyTagClassName
{
color: #E02640;
}
</style>
background-color css
<style>
a { background-color: #E02640; }
a { background-color: rgb(224,38,64); }
div.DivClassName
{
background-color: #E02640;
}
.BgClassName
{
background-color: #E02640;
}
</style>
border-color css
<style>
span { border-color: #E02640; }
span { border-color: rgb(224,38,64); }
td.TdClassName
{
border-color: #E02640;
}
.TagClassName
{
border-color: #E02640;
}
</style>