Shades of Ruby #E61A59
Tints of Ruby #E61A59
RGB
CMYK
RGB Variations
Color information
#E61A59 (or 0xE61A59) is known color: Ruby. HEX triplet: E6, 1A and 59. RGB value is (230,26,89). Sum of RGB (Red+Green+Blue) = 230+26+89=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61A59 is #19E5A6. Grayscale: #5E5E5E. Windows color (decimal): -1697191 or 5839590. OLE color: 5839590.
HSL color Cylindrical-coordinate representation of color #E61A59: hue angle of 341.47º 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 #E61A59 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 89 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.10 |
| HSL | 341.47º | 0.8% | 0.5% | - |
| HSV(B) | 341.47º | 0.89% | 0.9% | - |
| XYZ | 34.81 | 18.28 | 11.15 | - |
| YUV | 94.18 | 125.09 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 89 | 0 | 0.89 | 0.61 | 0.10 | 341.47 | 0.8 | 0.5 |
| Hex | E6 | 1A | 59 | 0 | 59 | 3D | A | 155 | 50 | 32 |
| Octal | 346 | 32 | 131 | 0 | 131 | 75 | 12 | 525 | 120 | 62 |
| Binary | 11100110 | 11010 | 1011001 | 0 | 1011001 | 111101 | 1010 | 101010101 | 1010000 | 110010 |
Color Harmonies of #E61A59
Complementary color
Monochromatic Colors of #E61A59
Black with #E61A59
Text Example
Text Example
White with #E61A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A59; }
p { color: rgb(230,26,89); }
H1.HeaderClassName
{
color: #E61A59;
}
.AnyTagClassName
{
color: #E61A59;
}
</style>
background-color css
<style>
a { background-color: #E61A59; }
a { background-color: rgb(230,26,89); }
div.DivClassName
{
background-color: #E61A59;
}
.BgClassName
{
background-color: #E61A59;
}
</style>
border-color css
<style>
span { border-color: #E61A59; }
span { border-color: rgb(230,26,89); }
td.TdClassName
{
border-color: #E61A59;
}
.TagClassName
{
border-color: #E61A59;
}
</style>