Shades of Ruby #E60876
Tints of Ruby #E60876
RGB
CMYK
RGB Variations
Color information
#E60876 (or 0xE60876) is known color: Ruby. HEX triplet: E6, 08 and 76. RGB value is (230,8,118). Sum of RGB (Red+Green+Blue) = 230+8+118=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E60876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60876 is #19F789. Grayscale: #565656. Windows color (decimal): -1701770 or 7735526. OLE color: 7735526.
HSL color Cylindrical-coordinate representation of color #E60876: hue angle of 330.27º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60876 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 118 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.10 |
| HSL | 330.27º | 0.93% | 0.47% | - |
| HSV(B) | 330.27º | 0.97% | 0.9% | - |
| XYZ | 35.99 | 18.3 | 18.78 | - |
| YUV | 86.92 | 145.55 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 118 | 0 | 0.97 | 0.49 | 0.10 | 330.27 | 0.93 | 0.47 |
| Hex | E6 | 8 | 76 | 0 | 61 | 31 | A | 14A | 5D | 2F |
| Octal | 346 | 10 | 166 | 0 | 141 | 61 | 12 | 512 | 135 | 57 |
| Binary | 11100110 | 1000 | 1110110 | 0 | 1100001 | 110001 | 1010 | 101001010 | 1011101 | 101111 |
Color Harmonies of #E60876
Complementary color
Monochromatic Colors of #E60876
Black with #E60876
Text Example
Text Example
White with #E60876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60876; }
p { color: rgb(230,8,118); }
H1.HeaderClassName
{
color: #E60876;
}
.AnyTagClassName
{
color: #E60876;
}
</style>
background-color css
<style>
a { background-color: #E60876; }
a { background-color: rgb(230,8,118); }
div.DivClassName
{
background-color: #E60876;
}
.BgClassName
{
background-color: #E60876;
}
</style>
border-color css
<style>
span { border-color: #E60876; }
span { border-color: rgb(230,8,118); }
td.TdClassName
{
border-color: #E60876;
}
.TagClassName
{
border-color: #E60876;
}
</style>