Shades of Ruby #E00E76
Tints of Ruby #E00E76
RGB
CMYK
RGB Variations
Color information
#E00E76 (or 0xE00E76) is known color: Ruby. HEX triplet: E0, 0E and 76. RGB value is (224,14,118). Sum of RGB (Red+Green+Blue) = 224+14+118=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00E76 is #1FF189. Grayscale: #585858. Windows color (decimal): -2093450 or 7737056. OLE color: 7737056.
HSL color Cylindrical-coordinate representation of color #E00E76: hue angle of 330.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00E76 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 14 | 118 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.12 |
| HSL | 330.29º | 0.88% | 0.47% | - |
| HSV(B) | 330.29º | 0.94% | 0.88% | - |
| XYZ | 34.17 | 17.47 | 18.71 | - |
| YUV | 88.65 | 144.57 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 118 | 0 | 0.94 | 0.47 | 0.12 | 330.29 | 0.88 | 0.47 |
| Hex | E0 | E | 76 | 0 | 5E | 2F | C | 14A | 58 | 2F |
| Octal | 340 | 16 | 166 | 0 | 136 | 57 | 14 | 512 | 130 | 57 |
| Binary | 11100000 | 1110 | 1110110 | 0 | 1011110 | 101111 | 1100 | 101001010 | 1011000 | 101111 |
Color Harmonies of #E00E76
Complementary color
Monochromatic Colors of #E00E76
Black with #E00E76
Text Example
Text Example
White with #E00E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00E76; }
p { color: rgb(224,14,118); }
H1.HeaderClassName
{
color: #E00E76;
}
.AnyTagClassName
{
color: #E00E76;
}
</style>
background-color css
<style>
a { background-color: #E00E76; }
a { background-color: rgb(224,14,118); }
div.DivClassName
{
background-color: #E00E76;
}
.BgClassName
{
background-color: #E00E76;
}
</style>
border-color css
<style>
span { border-color: #E00E76; }
span { border-color: rgb(224,14,118); }
td.TdClassName
{
border-color: #E00E76;
}
.TagClassName
{
border-color: #E00E76;
}
</style>