Shades of Ruby #E11559
Tints of Ruby #E11559
RGB
CMYK
RGB Variations
Color information
#E11559 (or 0xE11559) is known color: Ruby. HEX triplet: E1, 15 and 59. RGB value is (225,21,89). Sum of RGB (Red+Green+Blue) = 225+21+89=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E11559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11559 is #1EEAA6. Grayscale: #595959. Windows color (decimal): -2026151 or 5838305. OLE color: 5838305.
HSL color Cylindrical-coordinate representation of color #E11559: hue angle of 340º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11559 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 89 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.12 |
| HSL | 340º | 0.83% | 0.48% | - |
| HSV(B) | 340º | 0.91% | 0.88% | - |
| XYZ | 33.12 | 17.27 | 11.04 | - |
| YUV | 89.75 | 127.59 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 89 | 0 | 0.91 | 0.60 | 0.12 | 340 | 0.83 | 0.48 |
| Hex | E1 | 15 | 59 | 0 | 5B | 3C | C | 154 | 53 | 30 |
| Octal | 341 | 25 | 131 | 0 | 133 | 74 | 14 | 524 | 123 | 60 |
| Binary | 11100001 | 10101 | 1011001 | 0 | 1011011 | 111100 | 1100 | 101010100 | 1010011 | 110000 |
Color Harmonies of #E11559
Complementary color
Monochromatic Colors of #E11559
Black with #E11559
Text Example
Text Example
White with #E11559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11559; }
p { color: rgb(225,21,89); }
H1.HeaderClassName
{
color: #E11559;
}
.AnyTagClassName
{
color: #E11559;
}
</style>
background-color css
<style>
a { background-color: #E11559; }
a { background-color: rgb(225,21,89); }
div.DivClassName
{
background-color: #E11559;
}
.BgClassName
{
background-color: #E11559;
}
</style>
border-color css
<style>
span { border-color: #E11559; }
span { border-color: rgb(225,21,89); }
td.TdClassName
{
border-color: #E11559;
}
.TagClassName
{
border-color: #E11559;
}
</style>