Shades of Ruby #E8087A
Tints of Ruby #E8087A
RGB
CMYK
RGB Variations
Color information
#E8087A (or 0xE8087A) is known color: Ruby. HEX triplet: E8, 08 and 7A. RGB value is (232,8,122). Sum of RGB (Red+Green+Blue) = 232+8+122=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E8087A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8087A is #17F785. Grayscale: #575757. Windows color (decimal): -1570694 or 7997672. OLE color: 7997672.
HSL color Cylindrical-coordinate representation of color #E8087A: hue angle of 329.46º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8087A is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 122 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.09 |
| HSL | 329.46º | 0.93% | 0.47% | - |
| HSV(B) | 329.46º | 0.97% | 0.91% | - |
| XYZ | 36.88 | 18.73 | 20.08 | - |
| YUV | 87.97 | 147.21 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 122 | 0 | 0.97 | 0.47 | 0.09 | 329.46 | 0.93 | 0.47 |
| Hex | E8 | 8 | 7A | 0 | 61 | 2F | 9 | 149 | 5D | 2F |
| Octal | 350 | 10 | 172 | 0 | 141 | 57 | 11 | 511 | 135 | 57 |
| Binary | 11101000 | 1000 | 1111010 | 0 | 1100001 | 101111 | 1001 | 101001001 | 1011101 | 101111 |
Color Harmonies of #E8087A
Complementary color
Monochromatic Colors of #E8087A
Black with #E8087A
Text Example
Text Example
White with #E8087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8087A; }
p { color: rgb(232,8,122); }
H1.HeaderClassName
{
color: #E8087A;
}
.AnyTagClassName
{
color: #E8087A;
}
</style>
background-color css
<style>
a { background-color: #E8087A; }
a { background-color: rgb(232,8,122); }
div.DivClassName
{
background-color: #E8087A;
}
.BgClassName
{
background-color: #E8087A;
}
</style>
border-color css
<style>
span { border-color: #E8087A; }
span { border-color: rgb(232,8,122); }
td.TdClassName
{
border-color: #E8087A;
}
.TagClassName
{
border-color: #E8087A;
}
</style>