Shades of Alizarin #EA313E
Tints of Alizarin #EA313E
RGB
CMYK
RGB Variations
Color information
#EA313E (or 0xEA313E) is known color: Alizarin. HEX triplet: EA, 31 and 3E. RGB value is (234,49,62). Sum of RGB (Red+Green+Blue) = 234+49+62=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA313E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA313E is #15CEC1. Grayscale: #696969. Windows color (decimal): -1429186 or 4076010. OLE color: 4076010.
HSL color Cylindrical-coordinate representation of color #EA313E: hue angle of 355.78º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA313E is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 49 | 62 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.08 |
| HSL | 355.78º | 0.81% | 0.55% | - |
| HSV(B) | 355.78º | 0.79% | 0.92% | - |
| XYZ | 35.9 | 20.04 | 6.53 | - |
| YUV | 105.8 | 103.29 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 62 | 0 | 0.79 | 0.74 | 0.08 | 355.78 | 0.81 | 0.55 |
| Hex | EA | 31 | 3E | 0 | 4F | 4A | 8 | 164 | 51 | 37 |
| Octal | 352 | 61 | 76 | 0 | 117 | 112 | 10 | 544 | 121 | 67 |
| Binary | 11101010 | 110001 | 111110 | 0 | 1001111 | 1001010 | 1000 | 101100100 | 1010001 | 110111 |
Color Harmonies of #EA313E
Complementary color
Monochromatic Colors of #EA313E
Black with #EA313E
Text Example
Text Example
White with #EA313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA313E; }
p { color: rgb(234,49,62); }
H1.HeaderClassName
{
color: #EA313E;
}
.AnyTagClassName
{
color: #EA313E;
}
</style>
background-color css
<style>
a { background-color: #EA313E; }
a { background-color: rgb(234,49,62); }
div.DivClassName
{
background-color: #EA313E;
}
.BgClassName
{
background-color: #EA313E;
}
</style>
border-color css
<style>
span { border-color: #EA313E; }
span { border-color: rgb(234,49,62); }
td.TdClassName
{
border-color: #EA313E;
}
.TagClassName
{
border-color: #EA313E;
}
</style>