Shades of Alizarin #EA333C
Tints of Alizarin #EA333C
RGB
CMYK
RGB Variations
Color information
#EA333C (or 0xEA333C) is known color: Alizarin. HEX triplet: EA, 33 and 3C. RGB value is (234,51,60). Sum of RGB (Red+Green+Blue) = 234+51+60=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA333C is #15CCC3. Grayscale: #6A6A6A. Windows color (decimal): -1428676 or 3945450. OLE color: 3945450.
HSL color Cylindrical-coordinate representation of color #EA333C: hue angle of 357.05º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA333C is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 60 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.08 |
| HSL | 357.05º | 0.81% | 0.56% | - |
| HSV(B) | 357.05º | 0.78% | 0.92% | - |
| XYZ | 35.93 | 20.19 | 6.28 | - |
| YUV | 106.74 | 101.63 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 60 | 0 | 0.78 | 0.74 | 0.08 | 357.05 | 0.81 | 0.56 |
| Hex | EA | 33 | 3C | 0 | 4E | 4A | 8 | 165 | 51 | 38 |
| Octal | 352 | 63 | 74 | 0 | 116 | 112 | 10 | 545 | 121 | 70 |
| Binary | 11101010 | 110011 | 111100 | 0 | 1001110 | 1001010 | 1000 | 101100101 | 1010001 | 111000 |
Color Harmonies of #EA333C
Complementary color
Monochromatic Colors of #EA333C
Black with #EA333C
Text Example
Text Example
White with #EA333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA333C; }
p { color: rgb(234,51,60); }
H1.HeaderClassName
{
color: #EA333C;
}
.AnyTagClassName
{
color: #EA333C;
}
</style>
background-color css
<style>
a { background-color: #EA333C; }
a { background-color: rgb(234,51,60); }
div.DivClassName
{
background-color: #EA333C;
}
.BgClassName
{
background-color: #EA333C;
}
</style>
border-color css
<style>
span { border-color: #EA333C; }
span { border-color: rgb(234,51,60); }
td.TdClassName
{
border-color: #EA333C;
}
.TagClassName
{
border-color: #EA333C;
}
</style>