Shades of Ruby #E8185E
Tints of Ruby #E8185E
RGB
CMYK
RGB Variations
Color information
#E8185E (or 0xE8185E) is known color: Ruby. HEX triplet: E8, 18 and 5E. RGB value is (232,24,94). Sum of RGB (Red+Green+Blue) = 232+24+94=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E8185E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8185E is #17E7A1. Grayscale: #5E5E5E. Windows color (decimal): -1566626 or 6166760. OLE color: 6166760.
HSL color Cylindrical-coordinate representation of color #E8185E: 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 #E8185E is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 94 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.09 |
| HSL | 339.81º | 0.82% | 0.5% | - |
| HSV(B) | 339.81º | 0.9% | 0.91% | - |
| XYZ | 35.63 | 18.62 | 12.31 | - |
| YUV | 94.17 | 127.91 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 94 | 0 | 0.90 | 0.59 | 0.09 | 339.81 | 0.82 | 0.5 |
| Hex | E8 | 18 | 5E | 0 | 5A | 3B | 9 | 154 | 52 | 32 |
| Octal | 350 | 30 | 136 | 0 | 132 | 73 | 11 | 524 | 122 | 62 |
| Binary | 11101000 | 11000 | 1011110 | 0 | 1011010 | 111011 | 1001 | 101010100 | 1010010 | 110010 |
Color Harmonies of #E8185E
Complementary color
Monochromatic Colors of #E8185E
Black with #E8185E
Text Example
Text Example
White with #E8185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8185E; }
p { color: rgb(232,24,94); }
H1.HeaderClassName
{
color: #E8185E;
}
.AnyTagClassName
{
color: #E8185E;
}
</style>
background-color css
<style>
a { background-color: #E8185E; }
a { background-color: rgb(232,24,94); }
div.DivClassName
{
background-color: #E8185E;
}
.BgClassName
{
background-color: #E8185E;
}
</style>
border-color css
<style>
span { border-color: #E8185E; }
span { border-color: rgb(232,24,94); }
td.TdClassName
{
border-color: #E8185E;
}
.TagClassName
{
border-color: #E8185E;
}
</style>