Shades of Ruby #E71556
Tints of Ruby #E71556
RGB
CMYK
RGB Variations
Color information
#E71556 (or 0xE71556) is known color: Ruby. HEX triplet: E7, 15 and 56. RGB value is (231,21,86). Sum of RGB (Red+Green+Blue) = 231+21+86=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E71556 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71556 is #18EAA9. Grayscale: #5B5B5B. Windows color (decimal): -1632938 or 5641703. OLE color: 5641703.
HSL color Cylindrical-coordinate representation of color #E71556: hue angle of 341.43º 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 #E71556 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 86 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.09 |
| HSL | 341.43º | 0.83% | 0.49% | - |
| HSV(B) | 341.43º | 0.91% | 0.91% | - |
| XYZ | 34.9 | 18.2 | 10.48 | - |
| YUV | 91.2 | 125.07 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 86 | 0 | 0.91 | 0.63 | 0.09 | 341.43 | 0.83 | 0.49 |
| Hex | E7 | 15 | 56 | 0 | 5B | 3F | 9 | 155 | 53 | 31 |
| Octal | 347 | 25 | 126 | 0 | 133 | 77 | 11 | 525 | 123 | 61 |
| Binary | 11100111 | 10101 | 1010110 | 0 | 1011011 | 111111 | 1001 | 101010101 | 1010011 | 110001 |
Color Harmonies of #E71556
Complementary color
Monochromatic Colors of #E71556
Black with #E71556
Text Example
Text Example
White with #E71556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71556; }
p { color: rgb(231,21,86); }
H1.HeaderClassName
{
color: #E71556;
}
.AnyTagClassName
{
color: #E71556;
}
</style>
background-color css
<style>
a { background-color: #E71556; }
a { background-color: rgb(231,21,86); }
div.DivClassName
{
background-color: #E71556;
}
.BgClassName
{
background-color: #E71556;
}
</style>
border-color css
<style>
span { border-color: #E71556; }
span { border-color: rgb(231,21,86); }
td.TdClassName
{
border-color: #E71556;
}
.TagClassName
{
border-color: #E71556;
}
</style>