Shades of Ruby #E61776
Tints of Ruby #E61776
RGB
CMYK
RGB Variations
Color information
#E61776 (or 0xE61776) is known color: Ruby. HEX triplet: E6, 17 and 76. RGB value is (230,23,118). Sum of RGB (Red+Green+Blue) = 230+23+118=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E61776 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61776 is #19E889. Grayscale: #5F5F5F. Windows color (decimal): -1697930 or 7739366. OLE color: 7739366.
HSL color Cylindrical-coordinate representation of color #E61776: hue angle of 332.46º degrees, saturation: 0.82, 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 #E61776 is Cyan = 0, Magento = 0.9, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 118 | - |
| CMYK | 0 | 0.9 | 0.49 | 0.10 |
| HSL | 332.46º | 0.82% | 0.5% | - |
| HSV(B) | 332.46º | 0.9% | 0.9% | - |
| XYZ | 36.21 | 18.74 | 18.85 | - |
| YUV | 95.72 | 140.58 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 118 | 0 | 0.9 | 0.49 | 0.10 | 332.46 | 0.82 | 0.5 |
| Hex | E6 | 17 | 76 | 0 | 5A | 31 | A | 14C | 52 | 32 |
| Octal | 346 | 27 | 166 | 0 | 132 | 61 | 12 | 514 | 122 | 62 |
| Binary | 11100110 | 10111 | 1110110 | 0 | 1011010 | 110001 | 1010 | 101001100 | 1010010 | 110010 |
Color Harmonies of #E61776
Complementary color
Monochromatic Colors of #E61776
Black with #E61776
Text Example
Text Example
White with #E61776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61776; }
p { color: rgb(230,23,118); }
H1.HeaderClassName
{
color: #E61776;
}
.AnyTagClassName
{
color: #E61776;
}
</style>
background-color css
<style>
a { background-color: #E61776; }
a { background-color: rgb(230,23,118); }
div.DivClassName
{
background-color: #E61776;
}
.BgClassName
{
background-color: #E61776;
}
</style>
border-color css
<style>
span { border-color: #E61776; }
span { border-color: rgb(230,23,118); }
td.TdClassName
{
border-color: #E61776;
}
.TagClassName
{
border-color: #E61776;
}
</style>