Shades of Ruby #E8175A
Tints of Ruby #E8175A
RGB
CMYK
RGB Variations
Color information
#E8175A (or 0xE8175A) is known color: Ruby. HEX triplet: E8, 17 and 5A. RGB value is (232,23,90). Sum of RGB (Red+Green+Blue) = 232+23+90=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E8175A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8175A is #17E8A5. Grayscale: #5D5D5D. Windows color (decimal): -1566886 or 5904360. OLE color: 5904360.
HSL color Cylindrical-coordinate representation of color #E8175A: hue angle of 340.77º 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 #E8175A is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 90 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.09 |
| HSL | 340.77º | 0.82% | 0.5% | - |
| HSV(B) | 340.77º | 0.9% | 0.91% | - |
| XYZ | 35.43 | 18.51 | 11.38 | - |
| YUV | 93.13 | 126.24 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 90 | 0 | 0.90 | 0.61 | 0.09 | 340.77 | 0.82 | 0.5 |
| Hex | E8 | 17 | 5A | 0 | 5A | 3D | 9 | 155 | 52 | 32 |
| Octal | 350 | 27 | 132 | 0 | 132 | 75 | 11 | 525 | 122 | 62 |
| Binary | 11101000 | 10111 | 1011010 | 0 | 1011010 | 111101 | 1001 | 101010101 | 1010010 | 110010 |
Color Harmonies of #E8175A
Complementary color
Monochromatic Colors of #E8175A
Black with #E8175A
Text Example
Text Example
White with #E8175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8175A; }
p { color: rgb(232,23,90); }
H1.HeaderClassName
{
color: #E8175A;
}
.AnyTagClassName
{
color: #E8175A;
}
</style>
background-color css
<style>
a { background-color: #E8175A; }
a { background-color: rgb(232,23,90); }
div.DivClassName
{
background-color: #E8175A;
}
.BgClassName
{
background-color: #E8175A;
}
</style>
border-color css
<style>
span { border-color: #E8175A; }
span { border-color: rgb(232,23,90); }
td.TdClassName
{
border-color: #E8175A;
}
.TagClassName
{
border-color: #E8175A;
}
</style>