Shades of Ruby #E61771
Tints of Ruby #E61771
RGB
CMYK
RGB Variations
Color information
#E61771 (or 0xE61771) is known color: Ruby. HEX triplet: E6, 17 and 71. RGB value is (230,23,113). Sum of RGB (Red+Green+Blue) = 230+23+113=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E61771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61771 is #19E88E. Grayscale: #5F5F5F. Windows color (decimal): -1697935 or 7411686. OLE color: 7411686.
HSL color Cylindrical-coordinate representation of color #E61771: hue angle of 333.91º 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 #E61771 is Cyan = 0, Magento = 0.9, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 113 | - |
| CMYK | 0 | 0.9 | 0.51 | 0.10 |
| HSL | 333.91º | 0.82% | 0.5% | - |
| HSV(B) | 333.91º | 0.9% | 0.9% | - |
| XYZ | 35.92 | 18.63 | 17.33 | - |
| YUV | 95.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 113 | 0 | 0.9 | 0.51 | 0.10 | 333.91 | 0.82 | 0.5 |
| Hex | E6 | 17 | 71 | 0 | 5A | 33 | A | 14E | 52 | 32 |
| Octal | 346 | 27 | 161 | 0 | 132 | 63 | 12 | 516 | 122 | 62 |
| Binary | 11100110 | 10111 | 1110001 | 0 | 1011010 | 110011 | 1010 | 101001110 | 1010010 | 110010 |
Color Harmonies of #E61771
Complementary color
Monochromatic Colors of #E61771
Black with #E61771
Text Example
Text Example
White with #E61771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61771; }
p { color: rgb(230,23,113); }
H1.HeaderClassName
{
color: #E61771;
}
.AnyTagClassName
{
color: #E61771;
}
</style>
background-color css
<style>
a { background-color: #E61771; }
a { background-color: rgb(230,23,113); }
div.DivClassName
{
background-color: #E61771;
}
.BgClassName
{
background-color: #E61771;
}
</style>
border-color css
<style>
span { border-color: #E61771; }
span { border-color: rgb(230,23,113); }
td.TdClassName
{
border-color: #E61771;
}
.TagClassName
{
border-color: #E61771;
}
</style>