Shades of Alizarin #EB2E32
Tints of Alizarin #EB2E32
RGB
CMYK
RGB Variations
Color information
#EB2E32 (or 0xEB2E32) is known color: Alizarin. HEX triplet: EB, 2E and 32. RGB value is (235,46,50). Sum of RGB (Red+Green+Blue) = 235+46+50=331 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.00% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2E32 is #14D1CD. Grayscale: #676767. Windows color (decimal): -1364430 or 3288811. OLE color: 3288811.
HSL color Cylindrical-coordinate representation of color #EB2E32: hue angle of 358.73º 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 #EB2E32 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 46 | 50 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.08 |
| HSL | 358.73º | 0.83% | 0.55% | - |
| HSV(B) | 358.73º | 0.8% | 0.92% | - |
| XYZ | 35.81 | 19.85 | 4.96 | - |
| YUV | 102.97 | 98.12 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 46 | 50 | 0 | 0.80 | 0.79 | 0.08 | 358.73 | 0.83 | 0.55 |
| Hex | EB | 2E | 32 | 0 | 50 | 4F | 8 | 167 | 53 | 37 |
| Octal | 353 | 56 | 62 | 0 | 120 | 117 | 10 | 547 | 123 | 67 |
| Binary | 11101011 | 101110 | 110010 | 0 | 1010000 | 1001111 | 1000 | 101100111 | 1010011 | 110111 |
Color Harmonies of #EB2E32
Complementary color
Monochromatic Colors of #EB2E32
Black with #EB2E32
Text Example
Text Example
White with #EB2E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2E32; }
p { color: rgb(235,46,50); }
H1.HeaderClassName
{
color: #EB2E32;
}
.AnyTagClassName
{
color: #EB2E32;
}
</style>
background-color css
<style>
a { background-color: #EB2E32; }
a { background-color: rgb(235,46,50); }
div.DivClassName
{
background-color: #EB2E32;
}
.BgClassName
{
background-color: #EB2E32;
}
</style>
border-color css
<style>
span { border-color: #EB2E32; }
span { border-color: rgb(235,46,50); }
td.TdClassName
{
border-color: #EB2E32;
}
.TagClassName
{
border-color: #EB2E32;
}
</style>