Shades of Ruby #E61977
Tints of Ruby #E61977
RGB
CMYK
RGB Variations
Color information
#E61977 (or 0xE61977) is known color: Ruby. HEX triplet: E6, 19 and 77. RGB value is (230,25,119). Sum of RGB (Red+Green+Blue) = 230+25+119=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E61977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61977 is #19E688. Grayscale: #606060. Windows color (decimal): -1697417 or 7805414. OLE color: 7805414.
HSL color Cylindrical-coordinate representation of color #E61977: hue angle of 332.49º 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 #E61977 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 119 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.10 |
| HSL | 332.49º | 0.8% | 0.5% | - |
| HSV(B) | 332.49º | 0.89% | 0.9% | - |
| XYZ | 36.31 | 18.85 | 19.18 | - |
| YUV | 97.01 | 140.42 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 119 | 0 | 0.89 | 0.48 | 0.10 | 332.49 | 0.8 | 0.5 |
| Hex | E6 | 19 | 77 | 0 | 59 | 30 | A | 14C | 50 | 32 |
| Octal | 346 | 31 | 167 | 0 | 131 | 60 | 12 | 514 | 120 | 62 |
| Binary | 11100110 | 11001 | 1110111 | 0 | 1011001 | 110000 | 1010 | 101001100 | 1010000 | 110010 |
Color Harmonies of #E61977
Complementary color
Monochromatic Colors of #E61977
Black with #E61977
Text Example
Text Example
White with #E61977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61977; }
p { color: rgb(230,25,119); }
H1.HeaderClassName
{
color: #E61977;
}
.AnyTagClassName
{
color: #E61977;
}
</style>
background-color css
<style>
a { background-color: #E61977; }
a { background-color: rgb(230,25,119); }
div.DivClassName
{
background-color: #E61977;
}
.BgClassName
{
background-color: #E61977;
}
</style>
border-color css
<style>
span { border-color: #E61977; }
span { border-color: rgb(230,25,119); }
td.TdClassName
{
border-color: #E61977;
}
.TagClassName
{
border-color: #E61977;
}
</style>