Shades of Alizarin #EA233C
Tints of Alizarin #EA233C
RGB
CMYK
RGB Variations
Color information
#EA233C (or 0xEA233C) is known color: Alizarin. HEX triplet: EA, 23 and 3C. RGB value is (234,35,60). Sum of RGB (Red+Green+Blue) = 234+35+60=329 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.12% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 234 - color contains mainly: red. Hex color #EA233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA233C is #15DCC3. Grayscale: #616161. Windows color (decimal): -1432772 or 3941354. OLE color: 3941354.
HSL color Cylindrical-coordinate representation of color #EA233C: hue angle of 352.46º degrees, saturation: 0.83, 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 #EA233C is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 60 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.08 |
| HSL | 352.46º | 0.83% | 0.53% | - |
| HSV(B) | 352.46º | 0.85% | 0.92% | - |
| XYZ | 35.35 | 19.02 | 6.08 | - |
| YUV | 97.35 | 106.93 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 60 | 0 | 0.85 | 0.74 | 0.08 | 352.46 | 0.83 | 0.53 |
| Hex | EA | 23 | 3C | 0 | 55 | 4A | 8 | 160 | 53 | 35 |
| Octal | 352 | 43 | 74 | 0 | 125 | 112 | 10 | 540 | 123 | 65 |
| Binary | 11101010 | 100011 | 111100 | 0 | 1010101 | 1001010 | 1000 | 101100000 | 1010011 | 110101 |
Color Harmonies of #EA233C
Complementary color
Monochromatic Colors of #EA233C
Black with #EA233C
Text Example
Text Example
White with #EA233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA233C; }
p { color: rgb(234,35,60); }
H1.HeaderClassName
{
color: #EA233C;
}
.AnyTagClassName
{
color: #EA233C;
}
</style>
background-color css
<style>
a { background-color: #EA233C; }
a { background-color: rgb(234,35,60); }
div.DivClassName
{
background-color: #EA233C;
}
.BgClassName
{
background-color: #EA233C;
}
</style>
border-color css
<style>
span { border-color: #EA233C; }
span { border-color: rgb(234,35,60); }
td.TdClassName
{
border-color: #EA233C;
}
.TagClassName
{
border-color: #EA233C;
}
</style>