Shades of Alizarin #E62E3A
Tints of Alizarin #E62E3A
RGB
CMYK
RGB Variations
Color information
#E62E3A (or 0xE62E3A) is known color: Alizarin. HEX triplet: E6, 2E and 3A. RGB value is (230,46,58). Sum of RGB (Red+Green+Blue) = 230+46+58=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E62E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62E3A is #19D1C5. Grayscale: #666666. Windows color (decimal): -1692102 or 3813094. OLE color: 3813094.
HSL color Cylindrical-coordinate representation of color #E62E3A: hue angle of 356.09º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62E3A is Cyan = 0, Magento = 0.8, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 46 | 58 | - |
| CMYK | 0 | 0.8 | 0.75 | 0.10 |
| HSL | 356.09º | 0.79% | 0.54% | - |
| HSV(B) | 356.09º | 0.8% | 0.9% | - |
| XYZ | 34.37 | 19.08 | 5.87 | - |
| YUV | 102.38 | 102.96 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 58 | 0 | 0.8 | 0.75 | 0.10 | 356.09 | 0.79 | 0.54 |
| Hex | E6 | 2E | 3A | 0 | 50 | 4B | A | 164 | 4F | 36 |
| Octal | 346 | 56 | 72 | 0 | 120 | 113 | 12 | 544 | 117 | 66 |
| Binary | 11100110 | 101110 | 111010 | 0 | 1010000 | 1001011 | 1010 | 101100100 | 1001111 | 110110 |
Color Harmonies of #E62E3A
Complementary color
Monochromatic Colors of #E62E3A
Black with #E62E3A
Text Example
Text Example
White with #E62E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62E3A; }
p { color: rgb(230,46,58); }
H1.HeaderClassName
{
color: #E62E3A;
}
.AnyTagClassName
{
color: #E62E3A;
}
</style>
background-color css
<style>
a { background-color: #E62E3A; }
a { background-color: rgb(230,46,58); }
div.DivClassName
{
background-color: #E62E3A;
}
.BgClassName
{
background-color: #E62E3A;
}
</style>
border-color css
<style>
span { border-color: #E62E3A; }
span { border-color: rgb(230,46,58); }
td.TdClassName
{
border-color: #E62E3A;
}
.TagClassName
{
border-color: #E62E3A;
}
</style>