Shades of Ruby #E71079
Tints of Ruby #E71079
RGB
CMYK
RGB Variations
Color information
#E71079 (or 0xE71079) is known color: Ruby. HEX triplet: E7, 10 and 79. RGB value is (231,16,121). Sum of RGB (Red+Green+Blue) = 231+16+121=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E71079 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71079 is #18EF86. Grayscale: #5C5C5C. Windows color (decimal): -1634183 or 7934183. OLE color: 7934183.
HSL color Cylindrical-coordinate representation of color #E71079: hue angle of 330.7º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71079 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 121 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.09 |
| HSL | 330.7º | 0.87% | 0.48% | - |
| HSV(B) | 330.7º | 0.93% | 0.91% | - |
| XYZ | 36.59 | 18.74 | 19.78 | - |
| YUV | 92.26 | 144.23 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 121 | 0 | 0.93 | 0.48 | 0.09 | 330.7 | 0.87 | 0.48 |
| Hex | E7 | 10 | 79 | 0 | 5D | 30 | 9 | 14B | 57 | 30 |
| Octal | 347 | 20 | 171 | 0 | 135 | 60 | 11 | 513 | 127 | 60 |
| Binary | 11100111 | 10000 | 1111001 | 0 | 1011101 | 110000 | 1001 | 101001011 | 1010111 | 110000 |
Color Harmonies of #E71079
Complementary color
Monochromatic Colors of #E71079
Black with #E71079
Text Example
Text Example
White with #E71079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71079; }
p { color: rgb(231,16,121); }
H1.HeaderClassName
{
color: #E71079;
}
.AnyTagClassName
{
color: #E71079;
}
</style>
background-color css
<style>
a { background-color: #E71079; }
a { background-color: rgb(231,16,121); }
div.DivClassName
{
background-color: #E71079;
}
.BgClassName
{
background-color: #E71079;
}
</style>
border-color css
<style>
span { border-color: #E71079; }
span { border-color: rgb(231,16,121); }
td.TdClassName
{
border-color: #E71079;
}
.TagClassName
{
border-color: #E71079;
}
</style>