Shades of Alizarin #E32640
Tints of Alizarin #E32640
RGB
CMYK
RGB Variations
Color information
#E32640 (or 0xE32640) is known color: Alizarin. HEX triplet: E3, 26 and 40. RGB value is (227,38,64). Sum of RGB (Red+Green+Blue) = 227+38+64=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E32640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32640 is #1CD9BF. Grayscale: #616161. Windows color (decimal): -1890752 or 4204259. OLE color: 4204259.
HSL color Cylindrical-coordinate representation of color #E32640: hue angle of 351.75º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E32640 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 64 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.11 |
| HSL | 351.75º | 0.77% | 0.52% | - |
| HSV(B) | 351.75º | 0.83% | 0.89% | - |
| XYZ | 33.3 | 18.09 | 6.59 | - |
| YUV | 97.48 | 109.12 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 64 | 0 | 0.83 | 0.72 | 0.11 | 351.75 | 0.77 | 0.52 |
| Hex | E3 | 26 | 40 | 0 | 53 | 48 | B | 160 | 4D | 34 |
| Octal | 343 | 46 | 100 | 0 | 123 | 110 | 13 | 540 | 115 | 64 |
| Binary | 11100011 | 100110 | 1000000 | 0 | 1010011 | 1001000 | 1011 | 101100000 | 1001101 | 110100 |
Color Harmonies of #E32640
Complementary color
Monochromatic Colors of #E32640
Black with #E32640
Text Example
Text Example
White with #E32640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32640; }
p { color: rgb(227,38,64); }
H1.HeaderClassName
{
color: #E32640;
}
.AnyTagClassName
{
color: #E32640;
}
</style>
background-color css
<style>
a { background-color: #E32640; }
a { background-color: rgb(227,38,64); }
div.DivClassName
{
background-color: #E32640;
}
.BgClassName
{
background-color: #E32640;
}
</style>
border-color css
<style>
span { border-color: #E32640; }
span { border-color: rgb(227,38,64); }
td.TdClassName
{
border-color: #E32640;
}
.TagClassName
{
border-color: #E32640;
}
</style>