Shades of Ruby #E61579
Tints of Ruby #E61579
RGB
CMYK
RGB Variations
Color information
#E61579 (or 0xE61579) is known color: Ruby. HEX triplet: E6, 15 and 79. RGB value is (230,21,121). Sum of RGB (Red+Green+Blue) = 230+21+121=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E61579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61579 is #19EA86. Grayscale: #5E5E5E. Windows color (decimal): -1698439 or 7935462. OLE color: 7935462.
HSL color Cylindrical-coordinate representation of color #E61579: hue angle of 331.29º 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 #E61579 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 121 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.10 |
| HSL | 331.29º | 0.83% | 0.49% | - |
| HSV(B) | 331.29º | 0.91% | 0.9% | - |
| XYZ | 36.35 | 18.74 | 19.79 | - |
| YUV | 94.89 | 142.74 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 121 | 0 | 0.91 | 0.47 | 0.10 | 331.29 | 0.83 | 0.49 |
| Hex | E6 | 15 | 79 | 0 | 5B | 2F | A | 14B | 53 | 31 |
| Octal | 346 | 25 | 171 | 0 | 133 | 57 | 12 | 513 | 123 | 61 |
| Binary | 11100110 | 10101 | 1111001 | 0 | 1011011 | 101111 | 1010 | 101001011 | 1010011 | 110001 |
Color Harmonies of #E61579
Complementary color
Monochromatic Colors of #E61579
Black with #E61579
Text Example
Text Example
White with #E61579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61579; }
p { color: rgb(230,21,121); }
H1.HeaderClassName
{
color: #E61579;
}
.AnyTagClassName
{
color: #E61579;
}
</style>
background-color css
<style>
a { background-color: #E61579; }
a { background-color: rgb(230,21,121); }
div.DivClassName
{
background-color: #E61579;
}
.BgClassName
{
background-color: #E61579;
}
</style>
border-color css
<style>
span { border-color: #E61579; }
span { border-color: rgb(230,21,121); }
td.TdClassName
{
border-color: #E61579;
}
.TagClassName
{
border-color: #E61579;
}
</style>