Shades of Ruby #E8186E
Tints of Ruby #E8186E
RGB
CMYK
RGB Variations
Color information
#E8186E (or 0xE8186E) is known color: Ruby. HEX triplet: E8, 18 and 6E. RGB value is (232,24,110). Sum of RGB (Red+Green+Blue) = 232+24+110=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E8186E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8186E is #17E791. Grayscale: #5F5F5F. Windows color (decimal): -1566610 or 7215336. OLE color: 7215336.
HSL color Cylindrical-coordinate representation of color #E8186E: hue angle of 335.19º 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 #E8186E is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 110 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.09 |
| HSL | 335.19º | 0.82% | 0.5% | - |
| HSV(B) | 335.19º | 0.9% | 0.91% | - |
| XYZ | 36.42 | 18.93 | 16.49 | - |
| YUV | 96 | 135.91 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 110 | 0 | 0.90 | 0.53 | 0.09 | 335.19 | 0.82 | 0.5 |
| Hex | E8 | 18 | 6E | 0 | 5A | 35 | 9 | 14F | 52 | 32 |
| Octal | 350 | 30 | 156 | 0 | 132 | 65 | 11 | 517 | 122 | 62 |
| Binary | 11101000 | 11000 | 1101110 | 0 | 1011010 | 110101 | 1001 | 101001111 | 1010010 | 110010 |
Color Harmonies of #E8186E
Complementary color
Monochromatic Colors of #E8186E
Black with #E8186E
Text Example
Text Example
White with #E8186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8186E; }
p { color: rgb(232,24,110); }
H1.HeaderClassName
{
color: #E8186E;
}
.AnyTagClassName
{
color: #E8186E;
}
</style>
background-color css
<style>
a { background-color: #E8186E; }
a { background-color: rgb(232,24,110); }
div.DivClassName
{
background-color: #E8186E;
}
.BgClassName
{
background-color: #E8186E;
}
</style>
border-color css
<style>
span { border-color: #E8186E; }
span { border-color: rgb(232,24,110); }
td.TdClassName
{
border-color: #E8186E;
}
.TagClassName
{
border-color: #E8186E;
}
</style>