Shades of Ruby #E11077
Tints of Ruby #E11077
RGB
CMYK
RGB Variations
Color information
#E11077 (or 0xE11077) is known color: Ruby. HEX triplet: E1, 10 and 77. RGB value is (225,16,119). Sum of RGB (Red+Green+Blue) = 225+16+119=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E11077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11077 is #1EEF88. Grayscale: #5A5A5A. Windows color (decimal): -2027401 or 7803105. OLE color: 7803105.
HSL color Cylindrical-coordinate representation of color #E11077: hue angle of 330.43º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11077 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 119 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.12 |
| HSL | 330.43º | 0.87% | 0.47% | - |
| HSV(B) | 330.43º | 0.93% | 0.88% | - |
| XYZ | 34.57 | 17.71 | 19.05 | - |
| YUV | 90.23 | 144.24 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 119 | 0 | 0.93 | 0.47 | 0.12 | 330.43 | 0.87 | 0.47 |
| Hex | E1 | 10 | 77 | 0 | 5D | 2F | C | 14A | 57 | 2F |
| Octal | 341 | 20 | 167 | 0 | 135 | 57 | 14 | 512 | 127 | 57 |
| Binary | 11100001 | 10000 | 1110111 | 0 | 1011101 | 101111 | 1100 | 101001010 | 1010111 | 101111 |
Color Harmonies of #E11077
Complementary color
Monochromatic Colors of #E11077
Black with #E11077
Text Example
Text Example
White with #E11077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11077; }
p { color: rgb(225,16,119); }
H1.HeaderClassName
{
color: #E11077;
}
.AnyTagClassName
{
color: #E11077;
}
</style>
background-color css
<style>
a { background-color: #E11077; }
a { background-color: rgb(225,16,119); }
div.DivClassName
{
background-color: #E11077;
}
.BgClassName
{
background-color: #E11077;
}
</style>
border-color css
<style>
span { border-color: #E11077; }
span { border-color: rgb(225,16,119); }
td.TdClassName
{
border-color: #E11077;
}
.TagClassName
{
border-color: #E11077;
}
</style>