Shades of Alizarin #EA243E
Tints of Alizarin #EA243E
RGB
CMYK
RGB Variations
Color information
#EA243E (or 0xEA243E) is known color: Alizarin. HEX triplet: EA, 24 and 3E. RGB value is (234,36,62). Sum of RGB (Red+Green+Blue) = 234+36+62=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA243E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA243E is #15DBC1. Grayscale: #626262. Windows color (decimal): -1432514 or 4072682. OLE color: 4072682.
HSL color Cylindrical-coordinate representation of color #EA243E: hue angle of 352.12º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA243E is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 62 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.08 |
| HSL | 352.12º | 0.83% | 0.53% | - |
| HSV(B) | 352.12º | 0.85% | 0.92% | - |
| XYZ | 35.43 | 19.1 | 6.38 | - |
| YUV | 98.17 | 107.6 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 62 | 0 | 0.85 | 0.74 | 0.08 | 352.12 | 0.83 | 0.53 |
| Hex | EA | 24 | 3E | 0 | 55 | 4A | 8 | 160 | 52 | 35 |
| Octal | 352 | 44 | 76 | 0 | 125 | 112 | 10 | 540 | 122 | 65 |
| Binary | 11101010 | 100100 | 111110 | 0 | 1010101 | 1001010 | 1000 | 101100000 | 1010010 | 110101 |
Color Harmonies of #EA243E
Complementary color
Monochromatic Colors of #EA243E
Black with #EA243E
Text Example
Text Example
White with #EA243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA243E; }
p { color: rgb(234,36,62); }
H1.HeaderClassName
{
color: #EA243E;
}
.AnyTagClassName
{
color: #EA243E;
}
</style>
background-color css
<style>
a { background-color: #EA243E; }
a { background-color: rgb(234,36,62); }
div.DivClassName
{
background-color: #EA243E;
}
.BgClassName
{
background-color: #EA243E;
}
</style>
border-color css
<style>
span { border-color: #EA243E; }
span { border-color: rgb(234,36,62); }
td.TdClassName
{
border-color: #EA243E;
}
.TagClassName
{
border-color: #EA243E;
}
</style>