Shades of Ruby #E60477
Tints of Ruby #E60477
RGB
CMYK
RGB Variations
Color information
#E60477 (or 0xE60477) is known color: Ruby. HEX triplet: E6, 04 and 77. RGB value is (230,4,119). Sum of RGB (Red+Green+Blue) = 230+4+119=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E60477 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60477 is #19FB88. Grayscale: #545454. Windows color (decimal): -1702793 or 7800038. OLE color: 7800038.
HSL color Cylindrical-coordinate representation of color #E60477: hue angle of 329.47º degrees, saturation: 0.97, 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 #E60477 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.10 |
| HSL | 329.47º | 0.97% | 0.46% | - |
| HSV(B) | 329.47º | 0.98% | 0.9% | - |
| XYZ | 36.01 | 18.24 | 19.08 | - |
| YUV | 84.68 | 147.37 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 119 | 0 | 0.98 | 0.48 | 0.10 | 329.47 | 0.97 | 0.46 |
| Hex | E6 | 4 | 77 | 0 | 62 | 30 | A | 149 | 61 | 2E |
| Octal | 346 | 4 | 167 | 0 | 142 | 60 | 12 | 511 | 141 | 56 |
| Binary | 11100110 | 100 | 1110111 | 0 | 1100010 | 110000 | 1010 | 101001001 | 1100001 | 101110 |
Color Harmonies of #E60477
Complementary color
Monochromatic Colors of #E60477
Black with #E60477
Text Example
Text Example
White with #E60477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60477; }
p { color: rgb(230,4,119); }
H1.HeaderClassName
{
color: #E60477;
}
.AnyTagClassName
{
color: #E60477;
}
</style>
background-color css
<style>
a { background-color: #E60477; }
a { background-color: rgb(230,4,119); }
div.DivClassName
{
background-color: #E60477;
}
.BgClassName
{
background-color: #E60477;
}
</style>
border-color css
<style>
span { border-color: #E60477; }
span { border-color: rgb(230,4,119); }
td.TdClassName
{
border-color: #E60477;
}
.TagClassName
{
border-color: #E60477;
}
</style>