Shades of Ruby #E5175E
Tints of Ruby #E5175E
RGB
CMYK
RGB Variations
Color information
#E5175E (or 0xE5175E) is known color: Ruby. HEX triplet: E5, 17 and 5E. RGB value is (229,23,94). Sum of RGB (Red+Green+Blue) = 229+23+94=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E5175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5175E is #1AE8A1. Grayscale: #5C5C5C. Windows color (decimal): -1763490 or 6166501. OLE color: 6166501.
HSL color Cylindrical-coordinate representation of color #E5175E: hue angle of 339.32º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5175E is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 94 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.10 |
| HSL | 339.32º | 0.82% | 0.49% | - |
| HSV(B) | 339.32º | 0.9% | 0.9% | - |
| XYZ | 34.64 | 18.08 | 12.25 | - |
| YUV | 92.69 | 128.75 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 94 | 0 | 0.90 | 0.59 | 0.10 | 339.32 | 0.82 | 0.49 |
| Hex | E5 | 17 | 5E | 0 | 5A | 3B | A | 153 | 52 | 31 |
| Octal | 345 | 27 | 136 | 0 | 132 | 73 | 12 | 523 | 122 | 61 |
| Binary | 11100101 | 10111 | 1011110 | 0 | 1011010 | 111011 | 1010 | 101010011 | 1010010 | 110001 |
Color Harmonies of #E5175E
Complementary color
Monochromatic Colors of #E5175E
Black with #E5175E
Text Example
Text Example
White with #E5175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5175E; }
p { color: rgb(229,23,94); }
H1.HeaderClassName
{
color: #E5175E;
}
.AnyTagClassName
{
color: #E5175E;
}
</style>
background-color css
<style>
a { background-color: #E5175E; }
a { background-color: rgb(229,23,94); }
div.DivClassName
{
background-color: #E5175E;
}
.BgClassName
{
background-color: #E5175E;
}
</style>
border-color css
<style>
span { border-color: #E5175E; }
span { border-color: rgb(229,23,94); }
td.TdClassName
{
border-color: #E5175E;
}
.TagClassName
{
border-color: #E5175E;
}
</style>