Shades of Alizarin #EA1B32
Tints of Alizarin #EA1B32
RGB
CMYK
RGB Variations
Color information
#EA1B32 (or 0xEA1B32) is known color: Alizarin. HEX triplet: EA, 1B and 32. RGB value is (234,27,50). Sum of RGB (Red+Green+Blue) = 234+27+50=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1B32 is #15E4CD. Grayscale: #5B5B5B. Windows color (decimal): -1434830 or 3283946. OLE color: 3283946.
HSL color Cylindrical-coordinate representation of color #EA1B32: hue angle of 353.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1B32 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 50 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.08 |
| HSL | 353.33º | 0.83% | 0.51% | - |
| HSV(B) | 353.33º | 0.88% | 0.92% | - |
| XYZ | 34.9 | 18.51 | 4.75 | - |
| YUV | 91.52 | 104.58 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 50 | 0 | 0.88 | 0.79 | 0.08 | 353.33 | 0.83 | 0.51 |
| Hex | EA | 1B | 32 | 0 | 58 | 4F | 8 | 161 | 53 | 33 |
| Octal | 352 | 33 | 62 | 0 | 130 | 117 | 10 | 541 | 123 | 63 |
| Binary | 11101010 | 11011 | 110010 | 0 | 1011000 | 1001111 | 1000 | 101100001 | 1010011 | 110011 |
Color Harmonies of #EA1B32
Complementary color
Monochromatic Colors of #EA1B32
Black with #EA1B32
Text Example
Text Example
White with #EA1B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1B32; }
p { color: rgb(234,27,50); }
H1.HeaderClassName
{
color: #EA1B32;
}
.AnyTagClassName
{
color: #EA1B32;
}
</style>
background-color css
<style>
a { background-color: #EA1B32; }
a { background-color: rgb(234,27,50); }
div.DivClassName
{
background-color: #EA1B32;
}
.BgClassName
{
background-color: #EA1B32;
}
</style>
border-color css
<style>
span { border-color: #EA1B32; }
span { border-color: rgb(234,27,50); }
td.TdClassName
{
border-color: #EA1B32;
}
.TagClassName
{
border-color: #EA1B32;
}
</style>