Shades of Ruby #E61172
Tints of Ruby #E61172
RGB
CMYK
RGB Variations
Color information
#E61172 (or 0xE61172) is known color: Ruby. HEX triplet: E6, 11 and 72. RGB value is (230,17,114). Sum of RGB (Red+Green+Blue) = 230+17+114=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E61172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61172 is #19EE8D. Grayscale: #5B5B5B. Windows color (decimal): -1699470 or 7475686. OLE color: 7475686.
HSL color Cylindrical-coordinate representation of color #E61172: hue angle of 332.68º 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 #E61172 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 114 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.10 |
| HSL | 332.68º | 0.86% | 0.48% | - |
| HSV(B) | 332.68º | 0.93% | 0.9% | - |
| XYZ | 35.87 | 18.44 | 17.59 | - |
| YUV | 91.75 | 140.57 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 114 | 0 | 0.93 | 0.50 | 0.10 | 332.68 | 0.86 | 0.48 |
| Hex | E6 | 11 | 72 | 0 | 5D | 32 | A | 14D | 56 | 30 |
| Octal | 346 | 21 | 162 | 0 | 135 | 62 | 12 | 515 | 126 | 60 |
| Binary | 11100110 | 10001 | 1110010 | 0 | 1011101 | 110010 | 1010 | 101001101 | 1010110 | 110000 |
Color Harmonies of #E61172
Complementary color
Monochromatic Colors of #E61172
Black with #E61172
Text Example
Text Example
White with #E61172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61172; }
p { color: rgb(230,17,114); }
H1.HeaderClassName
{
color: #E61172;
}
.AnyTagClassName
{
color: #E61172;
}
</style>
background-color css
<style>
a { background-color: #E61172; }
a { background-color: rgb(230,17,114); }
div.DivClassName
{
background-color: #E61172;
}
.BgClassName
{
background-color: #E61172;
}
</style>
border-color css
<style>
span { border-color: #E61172; }
span { border-color: rgb(230,17,114); }
td.TdClassName
{
border-color: #E61172;
}
.TagClassName
{
border-color: #E61172;
}
</style>