Shades of Ruby #E60577
Tints of Ruby #E60577
RGB
CMYK
RGB Variations
Color information
#E60577 (or 0xE60577) is known color: Ruby. HEX triplet: E6, 05 and 77. RGB value is (230,5,119). Sum of RGB (Red+Green+Blue) = 230+5+119=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E60577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60577 is #19FA88. Grayscale: #555555. Windows color (decimal): -1702537 or 7800294. OLE color: 7800294.
HSL color Cylindrical-coordinate representation of color #E60577: hue angle of 329.6º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60577 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.10 |
| HSL | 329.6º | 0.96% | 0.46% | - |
| HSV(B) | 329.6º | 0.98% | 0.9% | - |
| XYZ | 36.02 | 18.26 | 19.08 | - |
| YUV | 85.27 | 147.04 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 119 | 0 | 0.98 | 0.48 | 0.10 | 329.6 | 0.96 | 0.46 |
| Hex | E6 | 5 | 77 | 0 | 62 | 30 | A | 14A | 60 | 2E |
| Octal | 346 | 5 | 167 | 0 | 142 | 60 | 12 | 512 | 140 | 56 |
| Binary | 11100110 | 101 | 1110111 | 0 | 1100010 | 110000 | 1010 | 101001010 | 1100000 | 101110 |
Color Harmonies of #E60577
Complementary color
Monochromatic Colors of #E60577
Black with #E60577
Text Example
Text Example
White with #E60577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60577; }
p { color: rgb(230,5,119); }
H1.HeaderClassName
{
color: #E60577;
}
.AnyTagClassName
{
color: #E60577;
}
</style>
background-color css
<style>
a { background-color: #E60577; }
a { background-color: rgb(230,5,119); }
div.DivClassName
{
background-color: #E60577;
}
.BgClassName
{
background-color: #E60577;
}
</style>
border-color css
<style>
span { border-color: #E60577; }
span { border-color: rgb(230,5,119); }
td.TdClassName
{
border-color: #E60577;
}
.TagClassName
{
border-color: #E60577;
}
</style>