Shades of Ruby #E80D76
Tints of Ruby #E80D76
RGB
CMYK
RGB Variations
Color information
#E80D76 (or 0xE80D76) is known color: Ruby. HEX triplet: E8, 0D and 76. RGB value is (232,13,118). Sum of RGB (Red+Green+Blue) = 232+13+118=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80D76 is #17F289. Grayscale: #5A5A5A. Windows color (decimal): -1569418 or 7736808. OLE color: 7736808.
HSL color Cylindrical-coordinate representation of color #E80D76: hue angle of 331.23º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80D76 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 118 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.09 |
| HSL | 331.23º | 0.89% | 0.48% | - |
| HSV(B) | 331.23º | 0.94% | 0.91% | - |
| XYZ | 36.69 | 18.75 | 18.83 | - |
| YUV | 90.45 | 143.55 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 118 | 0 | 0.94 | 0.49 | 0.09 | 331.23 | 0.89 | 0.48 |
| Hex | E8 | D | 76 | 0 | 5E | 31 | 9 | 14B | 59 | 30 |
| Octal | 350 | 15 | 166 | 0 | 136 | 61 | 11 | 513 | 131 | 60 |
| Binary | 11101000 | 1101 | 1110110 | 0 | 1011110 | 110001 | 1001 | 101001011 | 1011001 | 110000 |
Color Harmonies of #E80D76
Complementary color
Monochromatic Colors of #E80D76
Black with #E80D76
Text Example
Text Example
White with #E80D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D76; }
p { color: rgb(232,13,118); }
H1.HeaderClassName
{
color: #E80D76;
}
.AnyTagClassName
{
color: #E80D76;
}
</style>
background-color css
<style>
a { background-color: #E80D76; }
a { background-color: rgb(232,13,118); }
div.DivClassName
{
background-color: #E80D76;
}
.BgClassName
{
background-color: #E80D76;
}
</style>
border-color css
<style>
span { border-color: #E80D76; }
span { border-color: rgb(232,13,118); }
td.TdClassName
{
border-color: #E80D76;
}
.TagClassName
{
border-color: #E80D76;
}
</style>