Shades of Alizarin #EA273C
Tints of Alizarin #EA273C
RGB
CMYK
RGB Variations
Color information
#EA273C (or 0xEA273C) is known color: Alizarin. HEX triplet: EA, 27 and 3C. RGB value is (234,39,60). Sum of RGB (Red+Green+Blue) = 234+39+60=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA273C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA273C is #15D8C3. Grayscale: #636363. Windows color (decimal): -1431748 or 3942378. OLE color: 3942378.
HSL color Cylindrical-coordinate representation of color #EA273C: hue angle of 353.54º 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 #EA273C is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 60 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.08 |
| HSL | 353.54º | 0.82% | 0.54% | - |
| HSV(B) | 353.54º | 0.83% | 0.92% | - |
| XYZ | 35.47 | 19.27 | 6.12 | - |
| YUV | 99.7 | 105.6 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 60 | 0 | 0.83 | 0.74 | 0.08 | 353.54 | 0.82 | 0.54 |
| Hex | EA | 27 | 3C | 0 | 53 | 4A | 8 | 162 | 52 | 36 |
| Octal | 352 | 47 | 74 | 0 | 123 | 112 | 10 | 542 | 122 | 66 |
| Binary | 11101010 | 100111 | 111100 | 0 | 1010011 | 1001010 | 1000 | 101100010 | 1010010 | 110110 |
Color Harmonies of #EA273C
Complementary color
Monochromatic Colors of #EA273C
Black with #EA273C
Text Example
Text Example
White with #EA273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA273C; }
p { color: rgb(234,39,60); }
H1.HeaderClassName
{
color: #EA273C;
}
.AnyTagClassName
{
color: #EA273C;
}
</style>
background-color css
<style>
a { background-color: #EA273C; }
a { background-color: rgb(234,39,60); }
div.DivClassName
{
background-color: #EA273C;
}
.BgClassName
{
background-color: #EA273C;
}
</style>
border-color css
<style>
span { border-color: #EA273C; }
span { border-color: rgb(234,39,60); }
td.TdClassName
{
border-color: #EA273C;
}
.TagClassName
{
border-color: #EA273C;
}
</style>