Shades of Ruby #E71762
Tints of Ruby #E71762
RGB
CMYK
RGB Variations
Color information
#E71762 (or 0xE71762) is known color: Ruby. HEX triplet: E7, 17 and 62. RGB value is (231,23,98). Sum of RGB (Red+Green+Blue) = 231+23+98=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E71762 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71762 is #18E89D. Grayscale: #5D5D5D. Windows color (decimal): -1632414 or 6428647. OLE color: 6428647.
HSL color Cylindrical-coordinate representation of color #E71762: hue angle of 338.37º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71762 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 98 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.09 |
| HSL | 338.37º | 0.82% | 0.5% | - |
| HSV(B) | 338.37º | 0.9% | 0.91% | - |
| XYZ | 35.47 | 18.48 | 13.25 | - |
| YUV | 93.74 | 130.41 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 98 | 0 | 0.90 | 0.58 | 0.09 | 338.37 | 0.82 | 0.5 |
| Hex | E7 | 17 | 62 | 0 | 5A | 3A | 9 | 152 | 52 | 32 |
| Octal | 347 | 27 | 142 | 0 | 132 | 72 | 11 | 522 | 122 | 62 |
| Binary | 11100111 | 10111 | 1100010 | 0 | 1011010 | 111010 | 1001 | 101010010 | 1010010 | 110010 |
Color Harmonies of #E71762
Complementary color
Monochromatic Colors of #E71762
Black with #E71762
Text Example
Text Example
White with #E71762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71762; }
p { color: rgb(231,23,98); }
H1.HeaderClassName
{
color: #E71762;
}
.AnyTagClassName
{
color: #E71762;
}
</style>
background-color css
<style>
a { background-color: #E71762; }
a { background-color: rgb(231,23,98); }
div.DivClassName
{
background-color: #E71762;
}
.BgClassName
{
background-color: #E71762;
}
</style>
border-color css
<style>
span { border-color: #E71762; }
span { border-color: rgb(231,23,98); }
td.TdClassName
{
border-color: #E71762;
}
.TagClassName
{
border-color: #E71762;
}
</style>