Shades of Ruby #E11371
Tints of Ruby #E11371
RGB
CMYK
RGB Variations
Color information
#E11371 (or 0xE11371) is known color: Ruby. HEX triplet: E1, 13 and 71. RGB value is (225,19,113). Sum of RGB (Red+Green+Blue) = 225+19+113=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E11371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11371 is #1EEC8E. Grayscale: #5B5B5B. Windows color (decimal): -2026639 or 7410657. OLE color: 7410657.
HSL color Cylindrical-coordinate representation of color #E11371: hue angle of 332.62º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11371 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 113 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.12 |
| HSL | 332.62º | 0.84% | 0.48% | - |
| HSV(B) | 332.62º | 0.92% | 0.88% | - |
| XYZ | 34.26 | 17.67 | 17.23 | - |
| YUV | 91.31 | 140.25 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 113 | 0 | 0.92 | 0.50 | 0.12 | 332.62 | 0.84 | 0.48 |
| Hex | E1 | 13 | 71 | 0 | 5C | 32 | C | 14D | 54 | 30 |
| Octal | 341 | 23 | 161 | 0 | 134 | 62 | 14 | 515 | 124 | 60 |
| Binary | 11100001 | 10011 | 1110001 | 0 | 1011100 | 110010 | 1100 | 101001101 | 1010100 | 110000 |
Color Harmonies of #E11371
Complementary color
Monochromatic Colors of #E11371
Black with #E11371
Text Example
Text Example
White with #E11371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11371; }
p { color: rgb(225,19,113); }
H1.HeaderClassName
{
color: #E11371;
}
.AnyTagClassName
{
color: #E11371;
}
</style>
background-color css
<style>
a { background-color: #E11371; }
a { background-color: rgb(225,19,113); }
div.DivClassName
{
background-color: #E11371;
}
.BgClassName
{
background-color: #E11371;
}
</style>
border-color css
<style>
span { border-color: #E11371; }
span { border-color: rgb(225,19,113); }
td.TdClassName
{
border-color: #E11371;
}
.TagClassName
{
border-color: #E11371;
}
</style>