Shades of Ruby #E11557
Tints of Ruby #E11557
RGB
CMYK
RGB Variations
Color information
#E11557 (or 0xE11557) is known color: Ruby. HEX triplet: E1, 15 and 57. RGB value is (225,21,87). Sum of RGB (Red+Green+Blue) = 225+21+87=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E11557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11557 is #1EEAA8. Grayscale: #595959. Windows color (decimal): -2026153 or 5707233. OLE color: 5707233.
HSL color Cylindrical-coordinate representation of color #E11557: hue angle of 340.59º 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 #E11557 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 87 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.12 |
| HSL | 340.59º | 0.83% | 0.48% | - |
| HSV(B) | 340.59º | 0.91% | 0.88% | - |
| XYZ | 33.04 | 17.23 | 10.6 | - |
| YUV | 89.52 | 126.59 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 87 | 0 | 0.91 | 0.61 | 0.12 | 340.59 | 0.83 | 0.48 |
| Hex | E1 | 15 | 57 | 0 | 5B | 3D | C | 155 | 53 | 30 |
| Octal | 341 | 25 | 127 | 0 | 133 | 75 | 14 | 525 | 123 | 60 |
| Binary | 11100001 | 10101 | 1010111 | 0 | 1011011 | 111101 | 1100 | 101010101 | 1010011 | 110000 |
Color Harmonies of #E11557
Complementary color
Monochromatic Colors of #E11557
Black with #E11557
Text Example
Text Example
White with #E11557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11557; }
p { color: rgb(225,21,87); }
H1.HeaderClassName
{
color: #E11557;
}
.AnyTagClassName
{
color: #E11557;
}
</style>
background-color css
<style>
a { background-color: #E11557; }
a { background-color: rgb(225,21,87); }
div.DivClassName
{
background-color: #E11557;
}
.BgClassName
{
background-color: #E11557;
}
</style>
border-color css
<style>
span { border-color: #E11557; }
span { border-color: rgb(225,21,87); }
td.TdClassName
{
border-color: #E11557;
}
.TagClassName
{
border-color: #E11557;
}
</style>