Shades of Ruby #E71557
Tints of Ruby #E71557
RGB
CMYK
RGB Variations
Color information
#E71557 (or 0xE71557) is known color: Ruby. HEX triplet: E7, 15 and 57. RGB value is (231,21,87). Sum of RGB (Red+Green+Blue) = 231+21+87=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E71557 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71557 is #18EAA8. Grayscale: #5B5B5B. Windows color (decimal): -1632937 or 5707239. OLE color: 5707239.
HSL color Cylindrical-coordinate representation of color #E71557: hue angle of 341.14º 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 #E71557 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 87 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.09 |
| HSL | 341.14º | 0.83% | 0.49% | - |
| HSV(B) | 341.14º | 0.91% | 0.91% | - |
| XYZ | 34.94 | 18.21 | 10.69 | - |
| YUV | 91.31 | 125.57 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 87 | 0 | 0.91 | 0.62 | 0.09 | 341.14 | 0.83 | 0.49 |
| Hex | E7 | 15 | 57 | 0 | 5B | 3E | 9 | 155 | 53 | 31 |
| Octal | 347 | 25 | 127 | 0 | 133 | 76 | 11 | 525 | 123 | 61 |
| Binary | 11100111 | 10101 | 1010111 | 0 | 1011011 | 111110 | 1001 | 101010101 | 1010011 | 110001 |
Color Harmonies of #E71557
Complementary color
Monochromatic Colors of #E71557
Black with #E71557
Text Example
Text Example
White with #E71557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71557; }
p { color: rgb(231,21,87); }
H1.HeaderClassName
{
color: #E71557;
}
.AnyTagClassName
{
color: #E71557;
}
</style>
background-color css
<style>
a { background-color: #E71557; }
a { background-color: rgb(231,21,87); }
div.DivClassName
{
background-color: #E71557;
}
.BgClassName
{
background-color: #E71557;
}
</style>
border-color css
<style>
span { border-color: #E71557; }
span { border-color: rgb(231,21,87); }
td.TdClassName
{
border-color: #E71557;
}
.TagClassName
{
border-color: #E71557;
}
</style>