Shades of Ruby #E5087A
Tints of Ruby #E5087A
RGB
CMYK
RGB Variations
Color information
#E5087A (or 0xE5087A) is known color: Ruby. HEX triplet: E5, 08 and 7A. RGB value is (229,8,122). Sum of RGB (Red+Green+Blue) = 229+8+122=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E5087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5087A is #1AF785. Grayscale: #565656. Windows color (decimal): -1767302 or 7997669. OLE color: 7997669.
HSL color Cylindrical-coordinate representation of color #E5087A: hue angle of 329.05º 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 #E5087A is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 122 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.10 |
| HSL | 329.05º | 0.93% | 0.46% | - |
| HSV(B) | 329.05º | 0.97% | 0.9% | - |
| XYZ | 35.91 | 18.24 | 20.04 | - |
| YUV | 87.08 | 147.72 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 122 | 0 | 0.97 | 0.47 | 0.10 | 329.05 | 0.93 | 0.46 |
| Hex | E5 | 8 | 7A | 0 | 61 | 2F | A | 149 | 5D | 2E |
| Octal | 345 | 10 | 172 | 0 | 141 | 57 | 12 | 511 | 135 | 56 |
| Binary | 11100101 | 1000 | 1111010 | 0 | 1100001 | 101111 | 1010 | 101001001 | 1011101 | 101110 |
Color Harmonies of #E5087A
Complementary color
Monochromatic Colors of #E5087A
Black with #E5087A
Text Example
Text Example
White with #E5087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5087A; }
p { color: rgb(229,8,122); }
H1.HeaderClassName
{
color: #E5087A;
}
.AnyTagClassName
{
color: #E5087A;
}
</style>
background-color css
<style>
a { background-color: #E5087A; }
a { background-color: rgb(229,8,122); }
div.DivClassName
{
background-color: #E5087A;
}
.BgClassName
{
background-color: #E5087A;
}
</style>
border-color css
<style>
span { border-color: #E5087A; }
span { border-color: rgb(229,8,122); }
td.TdClassName
{
border-color: #E5087A;
}
.TagClassName
{
border-color: #E5087A;
}
</style>