Shades of Ruby #E00D77
Tints of Ruby #E00D77
RGB
CMYK
RGB Variations
Color information
#E00D77 (or 0xE00D77) is known color: Ruby. HEX triplet: E0, 0D and 77. RGB value is (224,13,119). Sum of RGB (Red+Green+Blue) = 224+13+119=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00D77 is #1FF288. Grayscale: #575757. Windows color (decimal): -2093705 or 7802336. OLE color: 7802336.
HSL color Cylindrical-coordinate representation of color #E00D77: hue angle of 329.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D77 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 119 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.12 |
| HSL | 329.86º | 0.89% | 0.46% | - |
| HSV(B) | 329.86º | 0.94% | 0.88% | - |
| XYZ | 34.21 | 17.47 | 19.02 | - |
| YUV | 88.17 | 145.4 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 119 | 0 | 0.94 | 0.47 | 0.12 | 329.86 | 0.89 | 0.46 |
| Hex | E0 | D | 77 | 0 | 5E | 2F | C | 14A | 59 | 2E |
| Octal | 340 | 15 | 167 | 0 | 136 | 57 | 14 | 512 | 131 | 56 |
| Binary | 11100000 | 1101 | 1110111 | 0 | 1011110 | 101111 | 1100 | 101001010 | 1011001 | 101110 |
Color Harmonies of #E00D77
Complementary color
Monochromatic Colors of #E00D77
Black with #E00D77
Text Example
Text Example
White with #E00D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D77; }
p { color: rgb(224,13,119); }
H1.HeaderClassName
{
color: #E00D77;
}
.AnyTagClassName
{
color: #E00D77;
}
</style>
background-color css
<style>
a { background-color: #E00D77; }
a { background-color: rgb(224,13,119); }
div.DivClassName
{
background-color: #E00D77;
}
.BgClassName
{
background-color: #E00D77;
}
</style>
border-color css
<style>
span { border-color: #E00D77; }
span { border-color: rgb(224,13,119); }
td.TdClassName
{
border-color: #E00D77;
}
.TagClassName
{
border-color: #E00D77;
}
</style>