Shades of Ruby #E61170
Tints of Ruby #E61170
RGB
CMYK
RGB Variations
Color information
#E61170 (or 0xE61170) is known color: Ruby. HEX triplet: E6, 11 and 70. RGB value is (230,17,112). Sum of RGB (Red+Green+Blue) = 230+17+112=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E61170 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61170 is #19EE8F. Grayscale: #5B5B5B. Windows color (decimal): -1699472 or 7344614. OLE color: 7344614.
HSL color Cylindrical-coordinate representation of color #E61170: hue angle of 333.24º 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 #E61170 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 112 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.10 |
| HSL | 333.24º | 0.86% | 0.48% | - |
| HSV(B) | 333.24º | 0.93% | 0.9% | - |
| XYZ | 35.76 | 18.39 | 16.99 | - |
| YUV | 91.52 | 139.57 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 112 | 0 | 0.93 | 0.51 | 0.10 | 333.24 | 0.86 | 0.48 |
| Hex | E6 | 11 | 70 | 0 | 5D | 33 | A | 14D | 56 | 30 |
| Octal | 346 | 21 | 160 | 0 | 135 | 63 | 12 | 515 | 126 | 60 |
| Binary | 11100110 | 10001 | 1110000 | 0 | 1011101 | 110011 | 1010 | 101001101 | 1010110 | 110000 |
Color Harmonies of #E61170
Complementary color
Monochromatic Colors of #E61170
Black with #E61170
Text Example
Text Example
White with #E61170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61170; }
p { color: rgb(230,17,112); }
H1.HeaderClassName
{
color: #E61170;
}
.AnyTagClassName
{
color: #E61170;
}
</style>
background-color css
<style>
a { background-color: #E61170; }
a { background-color: rgb(230,17,112); }
div.DivClassName
{
background-color: #E61170;
}
.BgClassName
{
background-color: #E61170;
}
</style>
border-color css
<style>
span { border-color: #E61170; }
span { border-color: rgb(230,17,112); }
td.TdClassName
{
border-color: #E61170;
}
.TagClassName
{
border-color: #E61170;
}
</style>