Shades of Alizarin #EB2040
Tints of Alizarin #EB2040
RGB
CMYK
RGB Variations
Color information
#EB2040 (or 0xEB2040) is known color: Alizarin. HEX triplet: EB, 20 and 40. RGB value is (235,32,64). Sum of RGB (Red+Green+Blue) = 235+32+64=331 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.00% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2040 is #14DFBF. Grayscale: #606060. Windows color (decimal): -1368000 or 4202731. OLE color: 4202731.
HSL color Cylindrical-coordinate representation of color #EB2040: hue angle of 350.54º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2040 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 64 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.08 |
| HSL | 350.54º | 0.84% | 0.52% | - |
| HSV(B) | 350.54º | 0.86% | 0.92% | - |
| XYZ | 35.7 | 19.07 | 6.65 | - |
| YUV | 96.35 | 109.75 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 64 | 0 | 0.86 | 0.73 | 0.08 | 350.54 | 0.84 | 0.52 |
| Hex | EB | 20 | 40 | 0 | 56 | 49 | 8 | 15F | 54 | 34 |
| Octal | 353 | 40 | 100 | 0 | 126 | 111 | 10 | 537 | 124 | 64 |
| Binary | 11101011 | 100000 | 1000000 | 0 | 1010110 | 1001001 | 1000 | 101011111 | 1010100 | 110100 |
Color Harmonies of #EB2040
Complementary color
Monochromatic Colors of #EB2040
Black with #EB2040
Text Example
Text Example
White with #EB2040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2040; }
p { color: rgb(235,32,64); }
H1.HeaderClassName
{
color: #EB2040;
}
.AnyTagClassName
{
color: #EB2040;
}
</style>
background-color css
<style>
a { background-color: #EB2040; }
a { background-color: rgb(235,32,64); }
div.DivClassName
{
background-color: #EB2040;
}
.BgClassName
{
background-color: #EB2040;
}
</style>
border-color css
<style>
span { border-color: #EB2040; }
span { border-color: rgb(235,32,64); }
td.TdClassName
{
border-color: #EB2040;
}
.TagClassName
{
border-color: #EB2040;
}
</style>