Shades of Alizarin #EA2536
Tints of Alizarin #EA2536
RGB
CMYK
RGB Variations
Color information
#EA2536 (or 0xEA2536) is known color: Alizarin. HEX triplet: EA, 25 and 36. RGB value is (234,37,54). Sum of RGB (Red+Green+Blue) = 234+37+54=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2536 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2536 is #15DAC9. Grayscale: #616161. Windows color (decimal): -1432266 or 3548650. OLE color: 3548650.
HSL color Cylindrical-coordinate representation of color #EA2536: hue angle of 354.82º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2536 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 54 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.08 |
| HSL | 354.82º | 0.82% | 0.53% | - |
| HSV(B) | 354.82º | 0.84% | 0.92% | - |
| XYZ | 35.26 | 19.08 | 5.31 | - |
| YUV | 97.84 | 103.27 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 54 | 0 | 0.84 | 0.77 | 0.08 | 354.82 | 0.82 | 0.53 |
| Hex | EA | 25 | 36 | 0 | 54 | 4D | 8 | 163 | 52 | 35 |
| Octal | 352 | 45 | 66 | 0 | 124 | 115 | 10 | 543 | 122 | 65 |
| Binary | 11101010 | 100101 | 110110 | 0 | 1010100 | 1001101 | 1000 | 101100011 | 1010010 | 110101 |
Color Harmonies of #EA2536
Complementary color
Monochromatic Colors of #EA2536
Black with #EA2536
Text Example
Text Example
White with #EA2536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2536; }
p { color: rgb(234,37,54); }
H1.HeaderClassName
{
color: #EA2536;
}
.AnyTagClassName
{
color: #EA2536;
}
</style>
background-color css
<style>
a { background-color: #EA2536; }
a { background-color: rgb(234,37,54); }
div.DivClassName
{
background-color: #EA2536;
}
.BgClassName
{
background-color: #EA2536;
}
</style>
border-color css
<style>
span { border-color: #EA2536; }
span { border-color: rgb(234,37,54); }
td.TdClassName
{
border-color: #EA2536;
}
.TagClassName
{
border-color: #EA2536;
}
</style>