Shades of Ruby #E00A76
Tints of Ruby #E00A76
RGB
CMYK
RGB Variations
Color information
#E00A76 (or 0xE00A76) is known color: Ruby. HEX triplet: E0, 0A and 76. RGB value is (224,10,118). Sum of RGB (Red+Green+Blue) = 224+10+118=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A76 is #1FF589. Grayscale: #565656. Windows color (decimal): -2094474 or 7736032. OLE color: 7736032.
HSL color Cylindrical-coordinate representation of color #E00A76: hue angle of 329.72º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00A76 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 118 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.12 |
| HSL | 329.72º | 0.91% | 0.46% | - |
| HSV(B) | 329.72º | 0.96% | 0.88% | - |
| XYZ | 34.12 | 17.37 | 18.69 | - |
| YUV | 86.3 | 145.9 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 118 | 0 | 0.96 | 0.47 | 0.12 | 329.72 | 0.91 | 0.46 |
| Hex | E0 | A | 76 | 0 | 60 | 2F | C | 14A | 5B | 2E |
| Octal | 340 | 12 | 166 | 0 | 140 | 57 | 14 | 512 | 133 | 56 |
| Binary | 11100000 | 1010 | 1110110 | 0 | 1100000 | 101111 | 1100 | 101001010 | 1011011 | 101110 |
Color Harmonies of #E00A76
Complementary color
Monochromatic Colors of #E00A76
Black with #E00A76
Text Example
Text Example
White with #E00A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A76; }
p { color: rgb(224,10,118); }
H1.HeaderClassName
{
color: #E00A76;
}
.AnyTagClassName
{
color: #E00A76;
}
</style>
background-color css
<style>
a { background-color: #E00A76; }
a { background-color: rgb(224,10,118); }
div.DivClassName
{
background-color: #E00A76;
}
.BgClassName
{
background-color: #E00A76;
}
</style>
border-color css
<style>
span { border-color: #E00A76; }
span { border-color: rgb(224,10,118); }
td.TdClassName
{
border-color: #E00A76;
}
.TagClassName
{
border-color: #E00A76;
}
</style>