Shades of Alizarin #EB1D40
Tints of Alizarin #EB1D40
RGB
CMYK
RGB Variations
Color information
#EB1D40 (or 0xEB1D40) is known color: Alizarin. HEX triplet: EB, 1D and 40. RGB value is (235,29,64). Sum of RGB (Red+Green+Blue) = 235+29+64=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1D40 is #14E2BF. Grayscale: #5E5E5E. Windows color (decimal): -1368768 or 4201963. OLE color: 4201963.
HSL color Cylindrical-coordinate representation of color #EB1D40: hue angle of 349.81º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB1D40 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 29 | 64 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.08 |
| HSL | 349.81º | 0.84% | 0.52% | - |
| HSV(B) | 349.81º | 0.88% | 0.92% | - |
| XYZ | 35.63 | 18.91 | 6.62 | - |
| YUV | 94.58 | 110.75 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 29 | 64 | 0 | 0.88 | 0.73 | 0.08 | 349.81 | 0.84 | 0.52 |
| Hex | EB | 1D | 40 | 0 | 58 | 49 | 8 | 15E | 54 | 34 |
| Octal | 353 | 35 | 100 | 0 | 130 | 111 | 10 | 536 | 124 | 64 |
| Binary | 11101011 | 11101 | 1000000 | 0 | 1011000 | 1001001 | 1000 | 101011110 | 1010100 | 110100 |
Color Harmonies of #EB1D40
Complementary color
Monochromatic Colors of #EB1D40
Black with #EB1D40
Text Example
Text Example
White with #EB1D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1D40; }
p { color: rgb(235,29,64); }
H1.HeaderClassName
{
color: #EB1D40;
}
.AnyTagClassName
{
color: #EB1D40;
}
</style>
background-color css
<style>
a { background-color: #EB1D40; }
a { background-color: rgb(235,29,64); }
div.DivClassName
{
background-color: #EB1D40;
}
.BgClassName
{
background-color: #EB1D40;
}
</style>
border-color css
<style>
span { border-color: #EB1D40; }
span { border-color: rgb(235,29,64); }
td.TdClassName
{
border-color: #EB1D40;
}
.TagClassName
{
border-color: #EB1D40;
}
</style>