Shades of Ruby #E11757
Tints of Ruby #E11757
RGB
CMYK
RGB Variations
Color information
#E11757 (or 0xE11757) is known color: Ruby. HEX triplet: E1, 17 and 57. RGB value is (225,23,87). Sum of RGB (Red+Green+Blue) = 225+23+87=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E11757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11757 is #1EE8A8. Grayscale: #5A5A5A. Windows color (decimal): -2025641 or 5707745. OLE color: 5707745.
HSL color Cylindrical-coordinate representation of color #E11757: hue angle of 340.99º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11757 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 87 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.12 |
| HSL | 340.99º | 0.81% | 0.49% | - |
| HSV(B) | 340.99º | 0.9% | 0.88% | - |
| XYZ | 33.08 | 17.31 | 10.61 | - |
| YUV | 90.69 | 125.92 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 87 | 0 | 0.90 | 0.61 | 0.12 | 340.99 | 0.81 | 0.49 |
| Hex | E1 | 17 | 57 | 0 | 5A | 3D | C | 155 | 51 | 31 |
| Octal | 341 | 27 | 127 | 0 | 132 | 75 | 14 | 525 | 121 | 61 |
| Binary | 11100001 | 10111 | 1010111 | 0 | 1011010 | 111101 | 1100 | 101010101 | 1010001 | 110001 |
Color Harmonies of #E11757
Complementary color
Monochromatic Colors of #E11757
Black with #E11757
Text Example
Text Example
White with #E11757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11757; }
p { color: rgb(225,23,87); }
H1.HeaderClassName
{
color: #E11757;
}
.AnyTagClassName
{
color: #E11757;
}
</style>
background-color css
<style>
a { background-color: #E11757; }
a { background-color: rgb(225,23,87); }
div.DivClassName
{
background-color: #E11757;
}
.BgClassName
{
background-color: #E11757;
}
</style>
border-color css
<style>
span { border-color: #E11757; }
span { border-color: rgb(225,23,87); }
td.TdClassName
{
border-color: #E11757;
}
.TagClassName
{
border-color: #E11757;
}
</style>