Shades of Alizarin #EB2D3A
Tints of Alizarin #EB2D3A
RGB
CMYK
RGB Variations
Color information
#EB2D3A (or 0xEB2D3A) is known color: Alizarin. HEX triplet: EB, 2D and 3A. RGB value is (235,45,58). Sum of RGB (Red+Green+Blue) = 235+45+58=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2D3A is #14D2C5. Grayscale: #676767. Windows color (decimal): -1364678 or 3812843. OLE color: 3812843.
HSL color Cylindrical-coordinate representation of color #EB2D3A: hue angle of 355.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2D3A is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 58 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.08 |
| HSL | 355.89º | 0.83% | 0.55% | - |
| HSV(B) | 355.89º | 0.81% | 0.92% | - |
| XYZ | 35.96 | 19.84 | 5.94 | - |
| YUV | 103.29 | 102.45 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 58 | 0 | 0.81 | 0.75 | 0.08 | 355.89 | 0.83 | 0.55 |
| Hex | EB | 2D | 3A | 0 | 51 | 4B | 8 | 164 | 53 | 37 |
| Octal | 353 | 55 | 72 | 0 | 121 | 113 | 10 | 544 | 123 | 67 |
| Binary | 11101011 | 101101 | 111010 | 0 | 1010001 | 1001011 | 1000 | 101100100 | 1010011 | 110111 |
Color Harmonies of #EB2D3A
Complementary color
Monochromatic Colors of #EB2D3A
Black with #EB2D3A
Text Example
Text Example
White with #EB2D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D3A; }
p { color: rgb(235,45,58); }
H1.HeaderClassName
{
color: #EB2D3A;
}
.AnyTagClassName
{
color: #EB2D3A;
}
</style>
background-color css
<style>
a { background-color: #EB2D3A; }
a { background-color: rgb(235,45,58); }
div.DivClassName
{
background-color: #EB2D3A;
}
.BgClassName
{
background-color: #EB2D3A;
}
</style>
border-color css
<style>
span { border-color: #EB2D3A; }
span { border-color: rgb(235,45,58); }
td.TdClassName
{
border-color: #EB2D3A;
}
.TagClassName
{
border-color: #EB2D3A;
}
</style>