Shades of Ruby #E11C59
Tints of Ruby #E11C59
RGB
CMYK
RGB Variations
Color information
#E11C59 (or 0xE11C59) is known color: Ruby. HEX triplet: E1, 1C and 59. RGB value is (225,28,89). Sum of RGB (Red+Green+Blue) = 225+28+89=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C59 is #1EE3A6. Grayscale: #5D5D5D. Windows color (decimal): -2024359 or 5840097. OLE color: 5840097.
HSL color Cylindrical-coordinate representation of color #E11C59: hue angle of 341.42º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C59 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 89 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.12 |
| HSL | 341.42º | 0.78% | 0.5% | - |
| HSV(B) | 341.42º | 0.88% | 0.88% | - |
| XYZ | 33.27 | 17.56 | 11.09 | - |
| YUV | 93.86 | 125.27 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 89 | 0 | 0.88 | 0.60 | 0.12 | 341.42 | 0.78 | 0.5 |
| Hex | E1 | 1C | 59 | 0 | 58 | 3C | C | 155 | 4E | 32 |
| Octal | 341 | 34 | 131 | 0 | 130 | 74 | 14 | 525 | 116 | 62 |
| Binary | 11100001 | 11100 | 1011001 | 0 | 1011000 | 111100 | 1100 | 101010101 | 1001110 | 110010 |
Color Harmonies of #E11C59
Complementary color
Monochromatic Colors of #E11C59
Black with #E11C59
Text Example
Text Example
White with #E11C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C59; }
p { color: rgb(225,28,89); }
H1.HeaderClassName
{
color: #E11C59;
}
.AnyTagClassName
{
color: #E11C59;
}
</style>
background-color css
<style>
a { background-color: #E11C59; }
a { background-color: rgb(225,28,89); }
div.DivClassName
{
background-color: #E11C59;
}
.BgClassName
{
background-color: #E11C59;
}
</style>
border-color css
<style>
span { border-color: #E11C59; }
span { border-color: rgb(225,28,89); }
td.TdClassName
{
border-color: #E11C59;
}
.TagClassName
{
border-color: #E11C59;
}
</style>