Shades of Alizarin #EA2740
Tints of Alizarin #EA2740
RGB
CMYK
RGB Variations
Color information
#EA2740 (or 0xEA2740) is known color: Alizarin. HEX triplet: EA, 27 and 40. RGB value is (234,39,64). Sum of RGB (Red+Green+Blue) = 234+39+64=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2740 is #15D8BF. Grayscale: #646464. Windows color (decimal): -1431744 or 4204522. OLE color: 4204522.
HSL color Cylindrical-coordinate representation of color #EA2740: hue angle of 352.31º 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 #EA2740 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 64 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.08 |
| HSL | 352.31º | 0.82% | 0.54% | - |
| HSV(B) | 352.31º | 0.83% | 0.92% | - |
| XYZ | 35.58 | 19.31 | 6.7 | - |
| YUV | 100.16 | 107.6 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 64 | 0 | 0.83 | 0.73 | 0.08 | 352.31 | 0.82 | 0.54 |
| Hex | EA | 27 | 40 | 0 | 53 | 49 | 8 | 160 | 52 | 36 |
| Octal | 352 | 47 | 100 | 0 | 123 | 111 | 10 | 540 | 122 | 66 |
| Binary | 11101010 | 100111 | 1000000 | 0 | 1010011 | 1001001 | 1000 | 101100000 | 1010010 | 110110 |
Color Harmonies of #EA2740
Complementary color
Monochromatic Colors of #EA2740
Black with #EA2740
Text Example
Text Example
White with #EA2740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2740; }
p { color: rgb(234,39,64); }
H1.HeaderClassName
{
color: #EA2740;
}
.AnyTagClassName
{
color: #EA2740;
}
</style>
background-color css
<style>
a { background-color: #EA2740; }
a { background-color: rgb(234,39,64); }
div.DivClassName
{
background-color: #EA2740;
}
.BgClassName
{
background-color: #EA2740;
}
</style>
border-color css
<style>
span { border-color: #EA2740; }
span { border-color: rgb(234,39,64); }
td.TdClassName
{
border-color: #EA2740;
}
.TagClassName
{
border-color: #EA2740;
}
</style>