Shades of Alizarin #EA363E
Tints of Alizarin #EA363E
RGB
CMYK
RGB Variations
Color information
#EA363E (or 0xEA363E) is known color: Alizarin. HEX triplet: EA, 36 and 3E. RGB value is (234,54,62). Sum of RGB (Red+Green+Blue) = 234+54+62=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA363E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA363E is #15C9C1. Grayscale: #6C6C6C. Windows color (decimal): -1427906 or 4077290. OLE color: 4077290.
HSL color Cylindrical-coordinate representation of color #EA363E: hue angle of 357.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA363E is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 54 | 62 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.08 |
| HSL | 357.33º | 0.81% | 0.56% | - |
| HSV(B) | 357.33º | 0.77% | 0.92% | - |
| XYZ | 36.12 | 20.48 | 6.61 | - |
| YUV | 108.73 | 101.63 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 54 | 62 | 0 | 0.77 | 0.74 | 0.08 | 357.33 | 0.81 | 0.56 |
| Hex | EA | 36 | 3E | 0 | 4D | 4A | 8 | 165 | 51 | 38 |
| Octal | 352 | 66 | 76 | 0 | 115 | 112 | 10 | 545 | 121 | 70 |
| Binary | 11101010 | 110110 | 111110 | 0 | 1001101 | 1001010 | 1000 | 101100101 | 1010001 | 111000 |
Color Harmonies of #EA363E
Complementary color
Monochromatic Colors of #EA363E
Black with #EA363E
Text Example
Text Example
White with #EA363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA363E; }
p { color: rgb(234,54,62); }
H1.HeaderClassName
{
color: #EA363E;
}
.AnyTagClassName
{
color: #EA363E;
}
</style>
background-color css
<style>
a { background-color: #EA363E; }
a { background-color: rgb(234,54,62); }
div.DivClassName
{
background-color: #EA363E;
}
.BgClassName
{
background-color: #EA363E;
}
</style>
border-color css
<style>
span { border-color: #EA363E; }
span { border-color: rgb(234,54,62); }
td.TdClassName
{
border-color: #EA363E;
}
.TagClassName
{
border-color: #EA363E;
}
</style>