Shades of Ruby #E61876
Tints of Ruby #E61876
RGB
CMYK
RGB Variations
Color information
#E61876 (or 0xE61876) is known color: Ruby. HEX triplet: E6, 18 and 76. RGB value is (230,24,118). Sum of RGB (Red+Green+Blue) = 230+24+118=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E61876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61876 is #19E789. Grayscale: #606060. Windows color (decimal): -1697674 or 7739622. OLE color: 7739622.
HSL color Cylindrical-coordinate representation of color #E61876: hue angle of 332.62º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61876 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 118 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.10 |
| HSL | 332.62º | 0.81% | 0.5% | - |
| HSV(B) | 332.62º | 0.9% | 0.9% | - |
| XYZ | 36.23 | 18.78 | 18.86 | - |
| YUV | 96.31 | 140.25 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 118 | 0 | 0.90 | 0.49 | 0.10 | 332.62 | 0.81 | 0.5 |
| Hex | E6 | 18 | 76 | 0 | 5A | 31 | A | 14D | 51 | 32 |
| Octal | 346 | 30 | 166 | 0 | 132 | 61 | 12 | 515 | 121 | 62 |
| Binary | 11100110 | 11000 | 1110110 | 0 | 1011010 | 110001 | 1010 | 101001101 | 1010001 | 110010 |
Color Harmonies of #E61876
Complementary color
Monochromatic Colors of #E61876
Black with #E61876
Text Example
Text Example
White with #E61876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61876; }
p { color: rgb(230,24,118); }
H1.HeaderClassName
{
color: #E61876;
}
.AnyTagClassName
{
color: #E61876;
}
</style>
background-color css
<style>
a { background-color: #E61876; }
a { background-color: rgb(230,24,118); }
div.DivClassName
{
background-color: #E61876;
}
.BgClassName
{
background-color: #E61876;
}
</style>
border-color css
<style>
span { border-color: #E61876; }
span { border-color: rgb(230,24,118); }
td.TdClassName
{
border-color: #E61876;
}
.TagClassName
{
border-color: #E61876;
}
</style>