Shades of Ruby #E61071
Tints of Ruby #E61071
RGB
CMYK
RGB Variations
Color information
#E61071 (or 0xE61071) is known color: Ruby. HEX triplet: E6, 10 and 71. RGB value is (230,16,113). Sum of RGB (Red+Green+Blue) = 230+16+113=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E61071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61071 is #19EF8E. Grayscale: #5A5A5A. Windows color (decimal): -1699727 or 7409894. OLE color: 7409894.
HSL color Cylindrical-coordinate representation of color #E61071: hue angle of 332.8º degrees, saturation: 0.87, 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 #E61071 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 113 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.10 |
| HSL | 332.8º | 0.87% | 0.48% | - |
| HSV(B) | 332.8º | 0.93% | 0.9% | - |
| XYZ | 35.8 | 18.39 | 17.28 | - |
| YUV | 91.04 | 140.4 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 113 | 0 | 0.93 | 0.51 | 0.10 | 332.8 | 0.87 | 0.48 |
| Hex | E6 | 10 | 71 | 0 | 5D | 33 | A | 14D | 57 | 30 |
| Octal | 346 | 20 | 161 | 0 | 135 | 63 | 12 | 515 | 127 | 60 |
| Binary | 11100110 | 10000 | 1110001 | 0 | 1011101 | 110011 | 1010 | 101001101 | 1010111 | 110000 |
Color Harmonies of #E61071
Complementary color
Monochromatic Colors of #E61071
Black with #E61071
Text Example
Text Example
White with #E61071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61071; }
p { color: rgb(230,16,113); }
H1.HeaderClassName
{
color: #E61071;
}
.AnyTagClassName
{
color: #E61071;
}
</style>
background-color css
<style>
a { background-color: #E61071; }
a { background-color: rgb(230,16,113); }
div.DivClassName
{
background-color: #E61071;
}
.BgClassName
{
background-color: #E61071;
}
</style>
border-color css
<style>
span { border-color: #E61071; }
span { border-color: rgb(230,16,113); }
td.TdClassName
{
border-color: #E61071;
}
.TagClassName
{
border-color: #E61071;
}
</style>