Shades of Alizarin #E62642
Tints of Alizarin #E62642
RGB
CMYK
RGB Variations
Color information
#E62642 (or 0xE62642) is known color: Alizarin. HEX triplet: E6, 26 and 42. RGB value is (230,38,66). Sum of RGB (Red+Green+Blue) = 230+38+66=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E62642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62642 is #19D9BD. Grayscale: #626262. Windows color (decimal): -1694142 or 4335334. OLE color: 4335334.
HSL color Cylindrical-coordinate representation of color #E62642: hue angle of 351.25º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62642 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 66 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.10 |
| HSL | 351.25º | 0.79% | 0.53% | - |
| HSV(B) | 351.25º | 0.83% | 0.9% | - |
| XYZ | 34.31 | 18.6 | 6.94 | - |
| YUV | 98.6 | 109.61 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 66 | 0 | 0.83 | 0.71 | 0.10 | 351.25 | 0.79 | 0.53 |
| Hex | E6 | 26 | 42 | 0 | 53 | 47 | A | 15F | 4F | 35 |
| Octal | 346 | 46 | 102 | 0 | 123 | 107 | 12 | 537 | 117 | 65 |
| Binary | 11100110 | 100110 | 1000010 | 0 | 1010011 | 1000111 | 1010 | 101011111 | 1001111 | 110101 |
Color Harmonies of #E62642
Complementary color
Monochromatic Colors of #E62642
Black with #E62642
Text Example
Text Example
White with #E62642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62642; }
p { color: rgb(230,38,66); }
H1.HeaderClassName
{
color: #E62642;
}
.AnyTagClassName
{
color: #E62642;
}
</style>
background-color css
<style>
a { background-color: #E62642; }
a { background-color: rgb(230,38,66); }
div.DivClassName
{
background-color: #E62642;
}
.BgClassName
{
background-color: #E62642;
}
</style>
border-color css
<style>
span { border-color: #E62642; }
span { border-color: rgb(230,38,66); }
td.TdClassName
{
border-color: #E62642;
}
.TagClassName
{
border-color: #E62642;
}
</style>