Shades of Ruby #E7175E
Tints of Ruby #E7175E
RGB
CMYK
RGB Variations
Color information
#E7175E (or 0xE7175E) is known color: Ruby. HEX triplet: E7, 17 and 5E. RGB value is (231,23,94). Sum of RGB (Red+Green+Blue) = 231+23+94=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E7175E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7175E is #18E8A1. Grayscale: #5D5D5D. Windows color (decimal): -1632418 or 6166503. OLE color: 6166503.
HSL color Cylindrical-coordinate representation of color #E7175E: hue angle of 339.52º 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 #E7175E is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 94 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.09 |
| HSL | 339.52º | 0.82% | 0.5% | - |
| HSV(B) | 339.52º | 0.9% | 0.91% | - |
| XYZ | 35.28 | 18.41 | 12.28 | - |
| YUV | 93.29 | 128.41 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 94 | 0 | 0.90 | 0.59 | 0.09 | 339.52 | 0.82 | 0.5 |
| Hex | E7 | 17 | 5E | 0 | 5A | 3B | 9 | 154 | 52 | 32 |
| Octal | 347 | 27 | 136 | 0 | 132 | 73 | 11 | 524 | 122 | 62 |
| Binary | 11100111 | 10111 | 1011110 | 0 | 1011010 | 111011 | 1001 | 101010100 | 1010010 | 110010 |
Color Harmonies of #E7175E
Complementary color
Monochromatic Colors of #E7175E
Black with #E7175E
Text Example
Text Example
White with #E7175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7175E; }
p { color: rgb(231,23,94); }
H1.HeaderClassName
{
color: #E7175E;
}
.AnyTagClassName
{
color: #E7175E;
}
</style>
background-color css
<style>
a { background-color: #E7175E; }
a { background-color: rgb(231,23,94); }
div.DivClassName
{
background-color: #E7175E;
}
.BgClassName
{
background-color: #E7175E;
}
</style>
border-color css
<style>
span { border-color: #E7175E; }
span { border-color: rgb(231,23,94); }
td.TdClassName
{
border-color: #E7175E;
}
.TagClassName
{
border-color: #E7175E;
}
</style>