Shades of Ruby #E61577
Tints of Ruby #E61577
RGB
CMYK
RGB Variations
Color information
#E61577 (or 0xE61577) is known color: Ruby. HEX triplet: E6, 15 and 77. RGB value is (230,21,119). Sum of RGB (Red+Green+Blue) = 230+21+119=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E61577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61577 is #19EA88. Grayscale: #5E5E5E. Windows color (decimal): -1698441 or 7804390. OLE color: 7804390.
HSL color Cylindrical-coordinate representation of color #E61577: hue angle of 331.87º 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 #E61577 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 119 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.10 |
| HSL | 331.87º | 0.83% | 0.49% | - |
| HSV(B) | 331.87º | 0.91% | 0.9% | - |
| XYZ | 36.23 | 18.69 | 19.15 | - |
| YUV | 94.66 | 141.74 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 119 | 0 | 0.91 | 0.48 | 0.10 | 331.87 | 0.83 | 0.49 |
| Hex | E6 | 15 | 77 | 0 | 5B | 30 | A | 14C | 53 | 31 |
| Octal | 346 | 25 | 167 | 0 | 133 | 60 | 12 | 514 | 123 | 61 |
| Binary | 11100110 | 10101 | 1110111 | 0 | 1011011 | 110000 | 1010 | 101001100 | 1010011 | 110001 |
Color Harmonies of #E61577
Complementary color
Monochromatic Colors of #E61577
Black with #E61577
Text Example
Text Example
White with #E61577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61577; }
p { color: rgb(230,21,119); }
H1.HeaderClassName
{
color: #E61577;
}
.AnyTagClassName
{
color: #E61577;
}
</style>
background-color css
<style>
a { background-color: #E61577; }
a { background-color: rgb(230,21,119); }
div.DivClassName
{
background-color: #E61577;
}
.BgClassName
{
background-color: #E61577;
}
</style>
border-color css
<style>
span { border-color: #E61577; }
span { border-color: rgb(230,21,119); }
td.TdClassName
{
border-color: #E61577;
}
.TagClassName
{
border-color: #E61577;
}
</style>