Shades of Ruby #E61561
Tints of Ruby #E61561
RGB
CMYK
RGB Variations
Color information
#E61561 (or 0xE61561) is known color: Ruby. HEX triplet: E6, 15 and 61. RGB value is (230,21,97). Sum of RGB (Red+Green+Blue) = 230+21+97=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E61561 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61561 is #19EA9E. Grayscale: #5C5C5C. Windows color (decimal): -1698463 or 6362598. OLE color: 6362598.
HSL color Cylindrical-coordinate representation of color #E61561: hue angle of 338.18º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61561 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 97 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.10 |
| HSL | 338.18º | 0.83% | 0.49% | - |
| HSV(B) | 338.18º | 0.91% | 0.9% | - |
| XYZ | 35.06 | 18.22 | 12.98 | - |
| YUV | 92.16 | 130.74 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 97 | 0 | 0.91 | 0.58 | 0.10 | 338.18 | 0.83 | 0.49 |
| Hex | E6 | 15 | 61 | 0 | 5B | 3A | A | 152 | 53 | 31 |
| Octal | 346 | 25 | 141 | 0 | 133 | 72 | 12 | 522 | 123 | 61 |
| Binary | 11100110 | 10101 | 1100001 | 0 | 1011011 | 111010 | 1010 | 101010010 | 1010011 | 110001 |
Color Harmonies of #E61561
Complementary color
Monochromatic Colors of #E61561
Black with #E61561
Text Example
Text Example
White with #E61561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61561; }
p { color: rgb(230,21,97); }
H1.HeaderClassName
{
color: #E61561;
}
.AnyTagClassName
{
color: #E61561;
}
</style>
background-color css
<style>
a { background-color: #E61561; }
a { background-color: rgb(230,21,97); }
div.DivClassName
{
background-color: #E61561;
}
.BgClassName
{
background-color: #E61561;
}
</style>
border-color css
<style>
span { border-color: #E61561; }
span { border-color: rgb(230,21,97); }
td.TdClassName
{
border-color: #E61561;
}
.TagClassName
{
border-color: #E61561;
}
</style>