Shades of Ruby #E71770
Tints of Ruby #E71770
RGB
CMYK
RGB Variations
Color information
#E71770 (or 0xE71770) is known color: Ruby. HEX triplet: E7, 17 and 70. RGB value is (231,23,112). Sum of RGB (Red+Green+Blue) = 231+23+112=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E71770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71770 is #18E88F. Grayscale: #5F5F5F. Windows color (decimal): -1632400 or 7346151. OLE color: 7346151.
HSL color Cylindrical-coordinate representation of color #E71770: hue angle of 334.33º 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 #E71770 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 112 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.09 |
| HSL | 334.33º | 0.82% | 0.5% | - |
| HSV(B) | 334.33º | 0.9% | 0.91% | - |
| XYZ | 36.19 | 18.77 | 17.05 | - |
| YUV | 95.34 | 137.41 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 112 | 0 | 0.90 | 0.52 | 0.09 | 334.33 | 0.82 | 0.5 |
| Hex | E7 | 17 | 70 | 0 | 5A | 34 | 9 | 14E | 52 | 32 |
| Octal | 347 | 27 | 160 | 0 | 132 | 64 | 11 | 516 | 122 | 62 |
| Binary | 11100111 | 10111 | 1110000 | 0 | 1011010 | 110100 | 1001 | 101001110 | 1010010 | 110010 |
Color Harmonies of #E71770
Complementary color
Monochromatic Colors of #E71770
Black with #E71770
Text Example
Text Example
White with #E71770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71770; }
p { color: rgb(231,23,112); }
H1.HeaderClassName
{
color: #E71770;
}
.AnyTagClassName
{
color: #E71770;
}
</style>
background-color css
<style>
a { background-color: #E71770; }
a { background-color: rgb(231,23,112); }
div.DivClassName
{
background-color: #E71770;
}
.BgClassName
{
background-color: #E71770;
}
</style>
border-color css
<style>
span { border-color: #E71770; }
span { border-color: rgb(231,23,112); }
td.TdClassName
{
border-color: #E71770;
}
.TagClassName
{
border-color: #E71770;
}
</style>