Shades of Ruby #E71175
Tints of Ruby #E71175
RGB
CMYK
RGB Variations
Color information
#E71175 (or 0xE71175) is known color: Ruby. HEX triplet: E7, 11 and 75. RGB value is (231,17,117). Sum of RGB (Red+Green+Blue) = 231+17+117=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E71175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71175 is #18EE8A. Grayscale: #5C5C5C. Windows color (decimal): -1633931 or 7672295. OLE color: 7672295.
HSL color Cylindrical-coordinate representation of color #E71175: hue angle of 331.96º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71175 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 117 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.09 |
| HSL | 331.96º | 0.86% | 0.49% | - |
| HSV(B) | 331.96º | 0.93% | 0.91% | - |
| XYZ | 36.37 | 18.67 | 18.52 | - |
| YUV | 92.39 | 141.9 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 117 | 0 | 0.93 | 0.49 | 0.09 | 331.96 | 0.86 | 0.49 |
| Hex | E7 | 11 | 75 | 0 | 5D | 31 | 9 | 14C | 56 | 31 |
| Octal | 347 | 21 | 165 | 0 | 135 | 61 | 11 | 514 | 126 | 61 |
| Binary | 11100111 | 10001 | 1110101 | 0 | 1011101 | 110001 | 1001 | 101001100 | 1010110 | 110001 |
Color Harmonies of #E71175
Complementary color
Monochromatic Colors of #E71175
Black with #E71175
Text Example
Text Example
White with #E71175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71175; }
p { color: rgb(231,17,117); }
H1.HeaderClassName
{
color: #E71175;
}
.AnyTagClassName
{
color: #E71175;
}
</style>
background-color css
<style>
a { background-color: #E71175; }
a { background-color: rgb(231,17,117); }
div.DivClassName
{
background-color: #E71175;
}
.BgClassName
{
background-color: #E71175;
}
</style>
border-color css
<style>
span { border-color: #E71175; }
span { border-color: rgb(231,17,117); }
td.TdClassName
{
border-color: #E71175;
}
.TagClassName
{
border-color: #E71175;
}
</style>