Shades of Alizarin #EB2E34
Tints of Alizarin #EB2E34
RGB
CMYK
RGB Variations
Color information
#EB2E34 (or 0xEB2E34) is known color: Alizarin. HEX triplet: EB, 2E and 34. RGB value is (235,46,52). Sum of RGB (Red+Green+Blue) = 235+46+52=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2E34 is #14D1CB. Grayscale: #676767. Windows color (decimal): -1364428 or 3419883. OLE color: 3419883.
HSL color Cylindrical-coordinate representation of color #EB2E34: hue angle of 358.1º 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 #EB2E34 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 46 | 52 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.08 |
| HSL | 358.1º | 0.83% | 0.55% | - |
| HSV(B) | 358.1º | 0.8% | 0.92% | - |
| XYZ | 35.86 | 19.86 | 5.19 | - |
| YUV | 103.2 | 99.12 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 46 | 52 | 0 | 0.80 | 0.78 | 0.08 | 358.1 | 0.83 | 0.55 |
| Hex | EB | 2E | 34 | 0 | 50 | 4E | 8 | 166 | 53 | 37 |
| Octal | 353 | 56 | 64 | 0 | 120 | 116 | 10 | 546 | 123 | 67 |
| Binary | 11101011 | 101110 | 110100 | 0 | 1010000 | 1001110 | 1000 | 101100110 | 1010011 | 110111 |
Color Harmonies of #EB2E34
Complementary color
Monochromatic Colors of #EB2E34
Black with #EB2E34
Text Example
Text Example
White with #EB2E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2E34; }
p { color: rgb(235,46,52); }
H1.HeaderClassName
{
color: #EB2E34;
}
.AnyTagClassName
{
color: #EB2E34;
}
</style>
background-color css
<style>
a { background-color: #EB2E34; }
a { background-color: rgb(235,46,52); }
div.DivClassName
{
background-color: #EB2E34;
}
.BgClassName
{
background-color: #EB2E34;
}
</style>
border-color css
<style>
span { border-color: #EB2E34; }
span { border-color: rgb(235,46,52); }
td.TdClassName
{
border-color: #EB2E34;
}
.TagClassName
{
border-color: #EB2E34;
}
</style>