Shades of Ruby #E71560
Tints of Ruby #E71560
RGB
CMYK
RGB Variations
Color information
#E71560 (or 0xE71560) is known color: Ruby. HEX triplet: E7, 15 and 60. RGB value is (231,21,96). Sum of RGB (Red+Green+Blue) = 231+21+96=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E71560 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71560 is #18EA9F. Grayscale: #5C5C5C. Windows color (decimal): -1632928 or 6297063. OLE color: 6297063.
HSL color Cylindrical-coordinate representation of color #E71560: hue angle of 338.57º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71560 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 96 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.09 |
| HSL | 338.57º | 0.83% | 0.49% | - |
| HSV(B) | 338.57º | 0.91% | 0.91% | - |
| XYZ | 35.33 | 18.37 | 12.75 | - |
| YUV | 92.34 | 130.07 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 96 | 0 | 0.91 | 0.58 | 0.09 | 338.57 | 0.83 | 0.49 |
| Hex | E7 | 15 | 60 | 0 | 5B | 3A | 9 | 153 | 53 | 31 |
| Octal | 347 | 25 | 140 | 0 | 133 | 72 | 11 | 523 | 123 | 61 |
| Binary | 11100111 | 10101 | 1100000 | 0 | 1011011 | 111010 | 1001 | 101010011 | 1010011 | 110001 |
Color Harmonies of #E71560
Complementary color
Monochromatic Colors of #E71560
Black with #E71560
Text Example
Text Example
White with #E71560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71560; }
p { color: rgb(231,21,96); }
H1.HeaderClassName
{
color: #E71560;
}
.AnyTagClassName
{
color: #E71560;
}
</style>
background-color css
<style>
a { background-color: #E71560; }
a { background-color: rgb(231,21,96); }
div.DivClassName
{
background-color: #E71560;
}
.BgClassName
{
background-color: #E71560;
}
</style>
border-color css
<style>
span { border-color: #E71560; }
span { border-color: rgb(231,21,96); }
td.TdClassName
{
border-color: #E71560;
}
.TagClassName
{
border-color: #E71560;
}
</style>