Shades of Ruby #E61961
Tints of Ruby #E61961
RGB
CMYK
RGB Variations
Color information
#E61961 (or 0xE61961) is known color: Ruby. HEX triplet: E6, 19 and 61. RGB value is (230,25,97). Sum of RGB (Red+Green+Blue) = 230+25+97=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E61961 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61961 is #19E69E. Grayscale: #5E5E5E. Windows color (decimal): -1697439 or 6363622. OLE color: 6363622.
HSL color Cylindrical-coordinate representation of color #E61961: hue angle of 338.93º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61961 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 97 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.10 |
| HSL | 338.93º | 0.8% | 0.5% | - |
| HSV(B) | 338.93º | 0.89% | 0.9% | - |
| XYZ | 35.14 | 18.38 | 13.01 | - |
| YUV | 94.5 | 129.42 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 97 | 0 | 0.89 | 0.58 | 0.10 | 338.93 | 0.8 | 0.5 |
| Hex | E6 | 19 | 61 | 0 | 59 | 3A | A | 153 | 50 | 32 |
| Octal | 346 | 31 | 141 | 0 | 131 | 72 | 12 | 523 | 120 | 62 |
| Binary | 11100110 | 11001 | 1100001 | 0 | 1011001 | 111010 | 1010 | 101010011 | 1010000 | 110010 |
Color Harmonies of #E61961
Complementary color
Monochromatic Colors of #E61961
Black with #E61961
Text Example
Text Example
White with #E61961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61961; }
p { color: rgb(230,25,97); }
H1.HeaderClassName
{
color: #E61961;
}
.AnyTagClassName
{
color: #E61961;
}
</style>
background-color css
<style>
a { background-color: #E61961; }
a { background-color: rgb(230,25,97); }
div.DivClassName
{
background-color: #E61961;
}
.BgClassName
{
background-color: #E61961;
}
</style>
border-color css
<style>
span { border-color: #E61961; }
span { border-color: rgb(230,25,97); }
td.TdClassName
{
border-color: #E61961;
}
.TagClassName
{
border-color: #E61961;
}
</style>