Shades of Alizarin #E12643
Tints of Alizarin #E12643
RGB
CMYK
RGB Variations
Color information
#E12643 (or 0xE12643) is known color: Alizarin. HEX triplet: E1, 26 and 43. RGB value is (225,38,67). Sum of RGB (Red+Green+Blue) = 225+38+67=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E12643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12643 is #1ED9BC. Grayscale: #616161. Windows color (decimal): -2021821 or 4400865. OLE color: 4400865.
HSL color Cylindrical-coordinate representation of color #E12643: hue angle of 350.7º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12643 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 67 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.12 |
| HSL | 350.7º | 0.76% | 0.52% | - |
| HSV(B) | 350.7º | 0.83% | 0.88% | - |
| XYZ | 32.76 | 17.8 | 7.02 | - |
| YUV | 97.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 67 | 0 | 0.83 | 0.70 | 0.12 | 350.7 | 0.76 | 0.52 |
| Hex | E1 | 26 | 43 | 0 | 53 | 46 | C | 15F | 4C | 34 |
| Octal | 341 | 46 | 103 | 0 | 123 | 106 | 14 | 537 | 114 | 64 |
| Binary | 11100001 | 100110 | 1000011 | 0 | 1010011 | 1000110 | 1100 | 101011111 | 1001100 | 110100 |
Color Harmonies of #E12643
Complementary color
Monochromatic Colors of #E12643
Black with #E12643
Text Example
Text Example
White with #E12643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12643; }
p { color: rgb(225,38,67); }
H1.HeaderClassName
{
color: #E12643;
}
.AnyTagClassName
{
color: #E12643;
}
</style>
background-color css
<style>
a { background-color: #E12643; }
a { background-color: rgb(225,38,67); }
div.DivClassName
{
background-color: #E12643;
}
.BgClassName
{
background-color: #E12643;
}
</style>
border-color css
<style>
span { border-color: #E12643; }
span { border-color: rgb(225,38,67); }
td.TdClassName
{
border-color: #E12643;
}
.TagClassName
{
border-color: #E12643;
}
</style>