Shades of Alizarin #E2393C
Tints of Alizarin #E2393C
RGB
CMYK
RGB Variations
Color information
#E2393C (or 0xE2393C) is known color: Alizarin. HEX triplet: E2, 39 and 3C. RGB value is (226,57,60). Sum of RGB (Red+Green+Blue) = 226+57+60=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E2393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2393C is #1DC6C3. Grayscale: #6C6C6C. Windows color (decimal): -1951428 or 3946978. OLE color: 3946978.
HSL color Cylindrical-coordinate representation of color #E2393C: hue angle of 358.93º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2393C is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 60 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.11 |
| HSL | 358.93º | 0.74% | 0.55% | - |
| HSV(B) | 358.93º | 0.75% | 0.89% | - |
| XYZ | 33.64 | 19.42 | 6.25 | - |
| YUV | 107.87 | 100.99 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 60 | 0 | 0.75 | 0.73 | 0.11 | 358.93 | 0.74 | 0.55 |
| Hex | E2 | 39 | 3C | 0 | 4B | 49 | B | 167 | 4A | 37 |
| Octal | 342 | 71 | 74 | 0 | 113 | 111 | 13 | 547 | 112 | 67 |
| Binary | 11100010 | 111001 | 111100 | 0 | 1001011 | 1001001 | 1011 | 101100111 | 1001010 | 110111 |
Color Harmonies of #E2393C
Complementary color
Monochromatic Colors of #E2393C
Black with #E2393C
Text Example
Text Example
White with #E2393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2393C; }
p { color: rgb(226,57,60); }
H1.HeaderClassName
{
color: #E2393C;
}
.AnyTagClassName
{
color: #E2393C;
}
</style>
background-color css
<style>
a { background-color: #E2393C; }
a { background-color: rgb(226,57,60); }
div.DivClassName
{
background-color: #E2393C;
}
.BgClassName
{
background-color: #E2393C;
}
</style>
border-color css
<style>
span { border-color: #E2393C; }
span { border-color: rgb(226,57,60); }
td.TdClassName
{
border-color: #E2393C;
}
.TagClassName
{
border-color: #E2393C;
}
</style>