Shades of Ruby #E5086E
Tints of Ruby #E5086E
RGB
CMYK
RGB Variations
Color information
#E5086E (or 0xE5086E) is known color: Ruby. HEX triplet: E5, 08 and 6E. RGB value is (229,8,110). Sum of RGB (Red+Green+Blue) = 229+8+110=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E5086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5086E is #1AF791. Grayscale: #555555. Windows color (decimal): -1767314 or 7211237. OLE color: 7211237.
HSL color Cylindrical-coordinate representation of color #E5086E: hue angle of 332.31º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5086E is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 110 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.10 |
| HSL | 332.31º | 0.93% | 0.46% | - |
| HSV(B) | 332.31º | 0.97% | 0.9% | - |
| XYZ | 35.21 | 17.96 | 16.36 | - |
| YUV | 85.71 | 141.72 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 110 | 0 | 0.97 | 0.52 | 0.10 | 332.31 | 0.93 | 0.46 |
| Hex | E5 | 8 | 6E | 0 | 61 | 34 | A | 14C | 5D | 2E |
| Octal | 345 | 10 | 156 | 0 | 141 | 64 | 12 | 514 | 135 | 56 |
| Binary | 11100101 | 1000 | 1101110 | 0 | 1100001 | 110100 | 1010 | 101001100 | 1011101 | 101110 |
Color Harmonies of #E5086E
Complementary color
Monochromatic Colors of #E5086E
Black with #E5086E
Text Example
Text Example
White with #E5086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5086E; }
p { color: rgb(229,8,110); }
H1.HeaderClassName
{
color: #E5086E;
}
.AnyTagClassName
{
color: #E5086E;
}
</style>
background-color css
<style>
a { background-color: #E5086E; }
a { background-color: rgb(229,8,110); }
div.DivClassName
{
background-color: #E5086E;
}
.BgClassName
{
background-color: #E5086E;
}
</style>
border-color css
<style>
span { border-color: #E5086E; }
span { border-color: rgb(229,8,110); }
td.TdClassName
{
border-color: #E5086E;
}
.TagClassName
{
border-color: #E5086E;
}
</style>