Shades of Alizarin #EA2C40
Tints of Alizarin #EA2C40
RGB
CMYK
RGB Variations
Color information
#EA2C40 (or 0xEA2C40) is known color: Alizarin. HEX triplet: EA, 2C and 40. RGB value is (234,44,64). Sum of RGB (Red+Green+Blue) = 234+44+64=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2C40 is #15D3BF. Grayscale: #676767. Windows color (decimal): -1430464 or 4205802. OLE color: 4205802.
HSL color Cylindrical-coordinate representation of color #EA2C40: hue angle of 353.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2C40 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 64 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.08 |
| HSL | 353.68º | 0.82% | 0.55% | - |
| HSV(B) | 353.68º | 0.81% | 0.92% | - |
| XYZ | 35.76 | 19.66 | 6.76 | - |
| YUV | 103.09 | 105.95 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 64 | 0 | 0.81 | 0.73 | 0.08 | 353.68 | 0.82 | 0.55 |
| Hex | EA | 2C | 40 | 0 | 51 | 49 | 8 | 162 | 52 | 37 |
| Octal | 352 | 54 | 100 | 0 | 121 | 111 | 10 | 542 | 122 | 67 |
| Binary | 11101010 | 101100 | 1000000 | 0 | 1010001 | 1001001 | 1000 | 101100010 | 1010010 | 110111 |
Color Harmonies of #EA2C40
Complementary color
Monochromatic Colors of #EA2C40
Black with #EA2C40
Text Example
Text Example
White with #EA2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C40; }
p { color: rgb(234,44,64); }
H1.HeaderClassName
{
color: #EA2C40;
}
.AnyTagClassName
{
color: #EA2C40;
}
</style>
background-color css
<style>
a { background-color: #EA2C40; }
a { background-color: rgb(234,44,64); }
div.DivClassName
{
background-color: #EA2C40;
}
.BgClassName
{
background-color: #EA2C40;
}
</style>
border-color css
<style>
span { border-color: #EA2C40; }
span { border-color: rgb(234,44,64); }
td.TdClassName
{
border-color: #EA2C40;
}
.TagClassName
{
border-color: #EA2C40;
}
</style>