Shades of Ruby #E7175C
Tints of Ruby #E7175C
RGB
CMYK
RGB Variations
Color information
#E7175C (or 0xE7175C) is known color: Ruby. HEX triplet: E7, 17 and 5C. RGB value is (231,23,92). Sum of RGB (Red+Green+Blue) = 231+23+92=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E7175C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7175C is #18E8A3. Grayscale: #5C5C5C. Windows color (decimal): -1632420 or 6035431. OLE color: 6035431.
HSL color Cylindrical-coordinate representation of color #E7175C: hue angle of 340.1º 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 #E7175C is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 92 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.09 |
| HSL | 340.1º | 0.82% | 0.5% | - |
| HSV(B) | 340.1º | 0.9% | 0.91% | - |
| XYZ | 35.19 | 18.37 | 11.82 | - |
| YUV | 93.06 | 127.41 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 92 | 0 | 0.90 | 0.60 | 0.09 | 340.1 | 0.82 | 0.5 |
| Hex | E7 | 17 | 5C | 0 | 5A | 3C | 9 | 154 | 52 | 32 |
| Octal | 347 | 27 | 134 | 0 | 132 | 74 | 11 | 524 | 122 | 62 |
| Binary | 11100111 | 10111 | 1011100 | 0 | 1011010 | 111100 | 1001 | 101010100 | 1010010 | 110010 |
Color Harmonies of #E7175C
Complementary color
Monochromatic Colors of #E7175C
Black with #E7175C
Text Example
Text Example
White with #E7175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7175C; }
p { color: rgb(231,23,92); }
H1.HeaderClassName
{
color: #E7175C;
}
.AnyTagClassName
{
color: #E7175C;
}
</style>
background-color css
<style>
a { background-color: #E7175C; }
a { background-color: rgb(231,23,92); }
div.DivClassName
{
background-color: #E7175C;
}
.BgClassName
{
background-color: #E7175C;
}
</style>
border-color css
<style>
span { border-color: #E7175C; }
span { border-color: rgb(231,23,92); }
td.TdClassName
{
border-color: #E7175C;
}
.TagClassName
{
border-color: #E7175C;
}
</style>