Shades of Alizarin #EB2E3A
Tints of Alizarin #EB2E3A
RGB
CMYK
RGB Variations
Color information
#EB2E3A (or 0xEB2E3A) is known color: Alizarin. HEX triplet: EB, 2E and 3A. RGB value is (235,46,58). Sum of RGB (Red+Green+Blue) = 235+46+58=339 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.32% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2E3A is #14D1C5. Grayscale: #686868. Windows color (decimal): -1364422 or 3813099. OLE color: 3813099.
HSL color Cylindrical-coordinate representation of color #EB2E3A: hue angle of 356.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB2E3A is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 46 | 58 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.08 |
| HSL | 356.19º | 0.83% | 0.55% | - |
| HSV(B) | 356.19º | 0.8% | 0.92% | - |
| XYZ | 36 | 19.92 | 5.95 | - |
| YUV | 103.88 | 102.12 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 46 | 58 | 0 | 0.80 | 0.75 | 0.08 | 356.19 | 0.83 | 0.55 |
| Hex | EB | 2E | 3A | 0 | 50 | 4B | 8 | 164 | 53 | 37 |
| Octal | 353 | 56 | 72 | 0 | 120 | 113 | 10 | 544 | 123 | 67 |
| Binary | 11101011 | 101110 | 111010 | 0 | 1010000 | 1001011 | 1000 | 101100100 | 1010011 | 110111 |
Color Harmonies of #EB2E3A
Complementary color
Monochromatic Colors of #EB2E3A
Black with #EB2E3A
Text Example
Text Example
White with #EB2E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2E3A; }
p { color: rgb(235,46,58); }
H1.HeaderClassName
{
color: #EB2E3A;
}
.AnyTagClassName
{
color: #EB2E3A;
}
</style>
background-color css
<style>
a { background-color: #EB2E3A; }
a { background-color: rgb(235,46,58); }
div.DivClassName
{
background-color: #EB2E3A;
}
.BgClassName
{
background-color: #EB2E3A;
}
</style>
border-color css
<style>
span { border-color: #EB2E3A; }
span { border-color: rgb(235,46,58); }
td.TdClassName
{
border-color: #EB2E3A;
}
.TagClassName
{
border-color: #EB2E3A;
}
</style>