Shades of Ruby #E7175D
Tints of Ruby #E7175D
RGB
CMYK
RGB Variations
Color information
#E7175D (or 0xE7175D) is known color: Ruby. HEX triplet: E7, 17 and 5D. RGB value is (231,23,93). Sum of RGB (Red+Green+Blue) = 231+23+93=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E7175D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7175D is #18E8A2. Grayscale: #5D5D5D. Windows color (decimal): -1632419 or 6100967. OLE color: 6100967.
HSL color Cylindrical-coordinate representation of color #E7175D: hue angle of 339.81º 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 #E7175D is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 93 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.09 |
| HSL | 339.81º | 0.82% | 0.5% | - |
| HSV(B) | 339.81º | 0.9% | 0.91% | - |
| XYZ | 35.24 | 18.39 | 12.05 | - |
| YUV | 93.17 | 127.91 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 93 | 0 | 0.90 | 0.60 | 0.09 | 339.81 | 0.82 | 0.5 |
| Hex | E7 | 17 | 5D | 0 | 5A | 3C | 9 | 154 | 52 | 32 |
| Octal | 347 | 27 | 135 | 0 | 132 | 74 | 11 | 524 | 122 | 62 |
| Binary | 11100111 | 10111 | 1011101 | 0 | 1011010 | 111100 | 1001 | 101010100 | 1010010 | 110010 |
Color Harmonies of #E7175D
Complementary color
Monochromatic Colors of #E7175D
Black with #E7175D
Text Example
Text Example
White with #E7175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7175D; }
p { color: rgb(231,23,93); }
H1.HeaderClassName
{
color: #E7175D;
}
.AnyTagClassName
{
color: #E7175D;
}
</style>
background-color css
<style>
a { background-color: #E7175D; }
a { background-color: rgb(231,23,93); }
div.DivClassName
{
background-color: #E7175D;
}
.BgClassName
{
background-color: #E7175D;
}
</style>
border-color css
<style>
span { border-color: #E7175D; }
span { border-color: rgb(231,23,93); }
td.TdClassName
{
border-color: #E7175D;
}
.TagClassName
{
border-color: #E7175D;
}
</style>