Shades of Alizarin #EA2736
Tints of Alizarin #EA2736
RGB
CMYK
RGB Variations
Color information
#EA2736 (or 0xEA2736) is known color: Alizarin. HEX triplet: EA, 27 and 36. RGB value is (234,39,54). Sum of RGB (Red+Green+Blue) = 234+39+54=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2736 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2736 is #15D8C9. Grayscale: #636363. Windows color (decimal): -1431754 or 3549162. OLE color: 3549162.
HSL color Cylindrical-coordinate representation of color #EA2736: hue angle of 355.38º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2736 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 54 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.08 |
| HSL | 355.38º | 0.82% | 0.54% | - |
| HSV(B) | 355.38º | 0.83% | 0.92% | - |
| XYZ | 35.32 | 19.21 | 5.34 | - |
| YUV | 99.02 | 102.6 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 54 | 0 | 0.83 | 0.77 | 0.08 | 355.38 | 0.82 | 0.54 |
| Hex | EA | 27 | 36 | 0 | 53 | 4D | 8 | 163 | 52 | 36 |
| Octal | 352 | 47 | 66 | 0 | 123 | 115 | 10 | 543 | 122 | 66 |
| Binary | 11101010 | 100111 | 110110 | 0 | 1010011 | 1001101 | 1000 | 101100011 | 1010010 | 110110 |
Color Harmonies of #EA2736
Complementary color
Monochromatic Colors of #EA2736
Black with #EA2736
Text Example
Text Example
White with #EA2736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2736; }
p { color: rgb(234,39,54); }
H1.HeaderClassName
{
color: #EA2736;
}
.AnyTagClassName
{
color: #EA2736;
}
</style>
background-color css
<style>
a { background-color: #EA2736; }
a { background-color: rgb(234,39,54); }
div.DivClassName
{
background-color: #EA2736;
}
.BgClassName
{
background-color: #EA2736;
}
</style>
border-color css
<style>
span { border-color: #EA2736; }
span { border-color: rgb(234,39,54); }
td.TdClassName
{
border-color: #EA2736;
}
.TagClassName
{
border-color: #EA2736;
}
</style>