Shades of Alizarin #E0233C
Tints of Alizarin #E0233C
RGB
CMYK
RGB Variations
Color information
#E0233C (or 0xE0233C) is known color: Alizarin. HEX triplet: E0, 23 and 3C. RGB value is (224,35,60). Sum of RGB (Red+Green+Blue) = 224+35+60=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E0233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0233C is #1FDCC3. Grayscale: #5E5E5E. Windows color (decimal): -2088132 or 3941344. OLE color: 3941344.
HSL color Cylindrical-coordinate representation of color #E0233C: hue angle of 352.06º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0233C is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 60 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.12 |
| HSL | 352.06º | 0.75% | 0.51% | - |
| HSV(B) | 352.06º | 0.84% | 0.88% | - |
| XYZ | 32.16 | 17.38 | 5.93 | - |
| YUV | 94.36 | 108.62 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 60 | 0 | 0.84 | 0.73 | 0.12 | 352.06 | 0.75 | 0.51 |
| Hex | E0 | 23 | 3C | 0 | 54 | 49 | C | 160 | 4B | 33 |
| Octal | 340 | 43 | 74 | 0 | 124 | 111 | 14 | 540 | 113 | 63 |
| Binary | 11100000 | 100011 | 111100 | 0 | 1010100 | 1001001 | 1100 | 101100000 | 1001011 | 110011 |
Color Harmonies of #E0233C
Complementary color
Monochromatic Colors of #E0233C
Black with #E0233C
Text Example
Text Example
White with #E0233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0233C; }
p { color: rgb(224,35,60); }
H1.HeaderClassName
{
color: #E0233C;
}
.AnyTagClassName
{
color: #E0233C;
}
</style>
background-color css
<style>
a { background-color: #E0233C; }
a { background-color: rgb(224,35,60); }
div.DivClassName
{
background-color: #E0233C;
}
.BgClassName
{
background-color: #E0233C;
}
</style>
border-color css
<style>
span { border-color: #E0233C; }
span { border-color: rgb(224,35,60); }
td.TdClassName
{
border-color: #E0233C;
}
.TagClassName
{
border-color: #E0233C;
}
</style>