Shades of Ruby #E61761
Tints of Ruby #E61761
RGB
CMYK
RGB Variations
Color information
#E61761 (or 0xE61761) is known color: Ruby. HEX triplet: E6, 17 and 61. RGB value is (230,23,97). Sum of RGB (Red+Green+Blue) = 230+23+97=350 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.71% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 230 - color contains mainly: red. Hex color #E61761 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61761 is #19E89E. Grayscale: #5D5D5D. Windows color (decimal): -1697951 or 6363110. OLE color: 6363110.
HSL color Cylindrical-coordinate representation of color #E61761: hue angle of 338.55º 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 #E61761 is Cyan = 0, Magento = 0.9, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 97 | - |
| CMYK | 0 | 0.9 | 0.58 | 0.10 |
| HSL | 338.55º | 0.82% | 0.5% | - |
| HSV(B) | 338.55º | 0.9% | 0.9% | - |
| XYZ | 35.1 | 18.3 | 12.99 | - |
| YUV | 93.33 | 130.08 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 97 | 0 | 0.9 | 0.58 | 0.10 | 338.55 | 0.82 | 0.5 |
| Hex | E6 | 17 | 61 | 0 | 5A | 3A | A | 153 | 52 | 32 |
| Octal | 346 | 27 | 141 | 0 | 132 | 72 | 12 | 523 | 122 | 62 |
| Binary | 11100110 | 10111 | 1100001 | 0 | 1011010 | 111010 | 1010 | 101010011 | 1010010 | 110010 |
Color Harmonies of #E61761
Complementary color
Monochromatic Colors of #E61761
Black with #E61761
Text Example
Text Example
White with #E61761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61761; }
p { color: rgb(230,23,97); }
H1.HeaderClassName
{
color: #E61761;
}
.AnyTagClassName
{
color: #E61761;
}
</style>
background-color css
<style>
a { background-color: #E61761; }
a { background-color: rgb(230,23,97); }
div.DivClassName
{
background-color: #E61761;
}
.BgClassName
{
background-color: #E61761;
}
</style>
border-color css
<style>
span { border-color: #E61761; }
span { border-color: rgb(230,23,97); }
td.TdClassName
{
border-color: #E61761;
}
.TagClassName
{
border-color: #E61761;
}
</style>