Shades of Ruby #E61179
Tints of Ruby #E61179
RGB
CMYK
RGB Variations
Color information
#E61179 (or 0xE61179) is known color: Ruby. HEX triplet: E6, 11 and 79. RGB value is (230,17,121). Sum of RGB (Red+Green+Blue) = 230+17+121=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E61179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61179 is #19EE86. Grayscale: #5C5C5C. Windows color (decimal): -1699463 or 7934438. OLE color: 7934438.
HSL color Cylindrical-coordinate representation of color #E61179: hue angle of 330.7º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61179 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 121 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.10 |
| HSL | 330.7º | 0.86% | 0.48% | - |
| HSV(B) | 330.7º | 0.93% | 0.9% | - |
| XYZ | 36.28 | 18.6 | 19.77 | - |
| YUV | 92.54 | 144.07 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 121 | 0 | 0.93 | 0.47 | 0.10 | 330.7 | 0.86 | 0.48 |
| Hex | E6 | 11 | 79 | 0 | 5D | 2F | A | 14B | 56 | 30 |
| Octal | 346 | 21 | 171 | 0 | 135 | 57 | 12 | 513 | 126 | 60 |
| Binary | 11100110 | 10001 | 1111001 | 0 | 1011101 | 101111 | 1010 | 101001011 | 1010110 | 110000 |
Color Harmonies of #E61179
Complementary color
Monochromatic Colors of #E61179
Black with #E61179
Text Example
Text Example
White with #E61179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61179; }
p { color: rgb(230,17,121); }
H1.HeaderClassName
{
color: #E61179;
}
.AnyTagClassName
{
color: #E61179;
}
</style>
background-color css
<style>
a { background-color: #E61179; }
a { background-color: rgb(230,17,121); }
div.DivClassName
{
background-color: #E61179;
}
.BgClassName
{
background-color: #E61179;
}
</style>
border-color css
<style>
span { border-color: #E61179; }
span { border-color: rgb(230,17,121); }
td.TdClassName
{
border-color: #E61179;
}
.TagClassName
{
border-color: #E61179;
}
</style>