Shades of Ruby #E11770
Tints of Ruby #E11770
RGB
CMYK
RGB Variations
Color information
#E11770 (or 0xE11770) is known color: Ruby. HEX triplet: E1, 17 and 70. RGB value is (225,23,112). Sum of RGB (Red+Green+Blue) = 225+23+112=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E11770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11770 is #1EE88F. Grayscale: #5D5D5D. Windows color (decimal): -2025616 or 7346145. OLE color: 7346145.
HSL color Cylindrical-coordinate representation of color #E11770: hue angle of 333.56º 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 #E11770 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 112 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.12 |
| HSL | 333.56º | 0.81% | 0.49% | - |
| HSV(B) | 333.56º | 0.9% | 0.88% | - |
| XYZ | 34.28 | 17.79 | 16.96 | - |
| YUV | 93.54 | 138.42 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 112 | 0 | 0.90 | 0.50 | 0.12 | 333.56 | 0.81 | 0.49 |
| Hex | E1 | 17 | 70 | 0 | 5A | 32 | C | 14E | 51 | 31 |
| Octal | 341 | 27 | 160 | 0 | 132 | 62 | 14 | 516 | 121 | 61 |
| Binary | 11100001 | 10111 | 1110000 | 0 | 1011010 | 110010 | 1100 | 101001110 | 1010001 | 110001 |
Color Harmonies of #E11770
Complementary color
Monochromatic Colors of #E11770
Black with #E11770
Text Example
Text Example
White with #E11770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11770; }
p { color: rgb(225,23,112); }
H1.HeaderClassName
{
color: #E11770;
}
.AnyTagClassName
{
color: #E11770;
}
</style>
background-color css
<style>
a { background-color: #E11770; }
a { background-color: rgb(225,23,112); }
div.DivClassName
{
background-color: #E11770;
}
.BgClassName
{
background-color: #E11770;
}
</style>
border-color css
<style>
span { border-color: #E11770; }
span { border-color: rgb(225,23,112); }
td.TdClassName
{
border-color: #E11770;
}
.TagClassName
{
border-color: #E11770;
}
</style>