Shades of Alizarin #EA363C
Tints of Alizarin #EA363C
RGB
CMYK
RGB Variations
Color information
#EA363C (or 0xEA363C) is known color: Alizarin. HEX triplet: EA, 36 and 3C. RGB value is (234,54,60). Sum of RGB (Red+Green+Blue) = 234+54+60=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA363C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA363C is #15C9C3. Grayscale: #6C6C6C. Windows color (decimal): -1427908 or 3946218. OLE color: 3946218.
HSL color Cylindrical-coordinate representation of color #EA363C: hue angle of 358º 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 #EA363C is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 54 | 60 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.08 |
| HSL | 358º | 0.81% | 0.56% | - |
| HSV(B) | 358º | 0.77% | 0.92% | - |
| XYZ | 36.07 | 20.46 | 6.32 | - |
| YUV | 108.5 | 100.63 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 54 | 60 | 0 | 0.77 | 0.74 | 0.08 | 358 | 0.81 | 0.56 |
| Hex | EA | 36 | 3C | 0 | 4D | 4A | 8 | 166 | 51 | 38 |
| Octal | 352 | 66 | 74 | 0 | 115 | 112 | 10 | 546 | 121 | 70 |
| Binary | 11101010 | 110110 | 111100 | 0 | 1001101 | 1001010 | 1000 | 101100110 | 1010001 | 111000 |
Color Harmonies of #EA363C
Complementary color
Monochromatic Colors of #EA363C
Black with #EA363C
Text Example
Text Example
White with #EA363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA363C; }
p { color: rgb(234,54,60); }
H1.HeaderClassName
{
color: #EA363C;
}
.AnyTagClassName
{
color: #EA363C;
}
</style>
background-color css
<style>
a { background-color: #EA363C; }
a { background-color: rgb(234,54,60); }
div.DivClassName
{
background-color: #EA363C;
}
.BgClassName
{
background-color: #EA363C;
}
</style>
border-color css
<style>
span { border-color: #EA363C; }
span { border-color: rgb(234,54,60); }
td.TdClassName
{
border-color: #EA363C;
}
.TagClassName
{
border-color: #EA363C;
}
</style>