Shades of Alizarin #EB2A3E
Tints of Alizarin #EB2A3E
RGB
CMYK
RGB Variations
Color information
#EB2A3E (or 0xEB2A3E) is known color: Alizarin. HEX triplet: EB, 2A and 3E. RGB value is (235,42,62). Sum of RGB (Red+Green+Blue) = 235+42+62=339 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.32% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A3E is #14D5C1. Grayscale: #666666. Windows color (decimal): -1365442 or 4074219. OLE color: 4074219.
HSL color Cylindrical-coordinate representation of color #EB2A3E: hue angle of 353.78º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2A3E is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 62 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.08 |
| HSL | 353.78º | 0.83% | 0.54% | - |
| HSV(B) | 353.78º | 0.82% | 0.92% | - |
| XYZ | 35.96 | 19.67 | 6.46 | - |
| YUV | 101.99 | 105.44 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 62 | 0 | 0.82 | 0.74 | 0.08 | 353.78 | 0.83 | 0.54 |
| Hex | EB | 2A | 3E | 0 | 52 | 4A | 8 | 162 | 53 | 36 |
| Octal | 353 | 52 | 76 | 0 | 122 | 112 | 10 | 542 | 123 | 66 |
| Binary | 11101011 | 101010 | 111110 | 0 | 1010010 | 1001010 | 1000 | 101100010 | 1010011 | 110110 |
Color Harmonies of #EB2A3E
Complementary color
Monochromatic Colors of #EB2A3E
Black with #EB2A3E
Text Example
Text Example
White with #EB2A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2A3E; }
p { color: rgb(235,42,62); }
H1.HeaderClassName
{
color: #EB2A3E;
}
.AnyTagClassName
{
color: #EB2A3E;
}
</style>
background-color css
<style>
a { background-color: #EB2A3E; }
a { background-color: rgb(235,42,62); }
div.DivClassName
{
background-color: #EB2A3E;
}
.BgClassName
{
background-color: #EB2A3E;
}
</style>
border-color css
<style>
span { border-color: #EB2A3E; }
span { border-color: rgb(235,42,62); }
td.TdClassName
{
border-color: #EB2A3E;
}
.TagClassName
{
border-color: #EB2A3E;
}
</style>