Shades of Alizarin #EA1B31
Tints of Alizarin #EA1B31
RGB
CMYK
RGB Variations
Color information
#EA1B31 (or 0xEA1B31) is known color: Alizarin. HEX triplet: EA, 1B and 31. RGB value is (234,27,49). Sum of RGB (Red+Green+Blue) = 234+27+49=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1B31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1B31 is #15E4CE. Grayscale: #5B5B5B. Windows color (decimal): -1434831 or 3218410. OLE color: 3218410.
HSL color Cylindrical-coordinate representation of color #EA1B31: hue angle of 353.62º 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 #EA1B31 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 49 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.08 |
| HSL | 353.62º | 0.83% | 0.51% | - |
| HSV(B) | 353.62º | 0.88% | 0.92% | - |
| XYZ | 34.88 | 18.5 | 4.64 | - |
| YUV | 91.4 | 104.08 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 49 | 0 | 0.88 | 0.79 | 0.08 | 353.62 | 0.83 | 0.51 |
| Hex | EA | 1B | 31 | 0 | 58 | 4F | 8 | 162 | 53 | 33 |
| Octal | 352 | 33 | 61 | 0 | 130 | 117 | 10 | 542 | 123 | 63 |
| Binary | 11101010 | 11011 | 110001 | 0 | 1011000 | 1001111 | 1000 | 101100010 | 1010011 | 110011 |
Color Harmonies of #EA1B31
Complementary color
Monochromatic Colors of #EA1B31
Black with #EA1B31
Text Example
Text Example
White with #EA1B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1B31; }
p { color: rgb(234,27,49); }
H1.HeaderClassName
{
color: #EA1B31;
}
.AnyTagClassName
{
color: #EA1B31;
}
</style>
background-color css
<style>
a { background-color: #EA1B31; }
a { background-color: rgb(234,27,49); }
div.DivClassName
{
background-color: #EA1B31;
}
.BgClassName
{
background-color: #EA1B31;
}
</style>
border-color css
<style>
span { border-color: #EA1B31; }
span { border-color: rgb(234,27,49); }
td.TdClassName
{
border-color: #EA1B31;
}
.TagClassName
{
border-color: #EA1B31;
}
</style>