Shades of Ruby #E00A74
Tints of Ruby #E00A74
RGB
CMYK
RGB Variations
Color information
#E00A74 (or 0xE00A74) is known color: Ruby. HEX triplet: E0, 0A and 74. RGB value is (224,10,116). Sum of RGB (Red+Green+Blue) = 224+10+116=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A74 is #1FF58B. Grayscale: #555555. Windows color (decimal): -2094476 or 7604960. OLE color: 7604960.
HSL color Cylindrical-coordinate representation of color #E00A74: hue angle of 330.28º 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 #E00A74 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 116 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.12 |
| HSL | 330.28º | 0.91% | 0.46% | - |
| HSV(B) | 330.28º | 0.96% | 0.88% | - |
| XYZ | 34 | 17.33 | 18.08 | - |
| YUV | 86.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 116 | 0 | 0.96 | 0.48 | 0.12 | 330.28 | 0.91 | 0.46 |
| Hex | E0 | A | 74 | 0 | 60 | 30 | C | 14A | 5B | 2E |
| Octal | 340 | 12 | 164 | 0 | 140 | 60 | 14 | 512 | 133 | 56 |
| Binary | 11100000 | 1010 | 1110100 | 0 | 1100000 | 110000 | 1100 | 101001010 | 1011011 | 101110 |
Color Harmonies of #E00A74
Complementary color
Monochromatic Colors of #E00A74
Black with #E00A74
Text Example
Text Example
White with #E00A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A74; }
p { color: rgb(224,10,116); }
H1.HeaderClassName
{
color: #E00A74;
}
.AnyTagClassName
{
color: #E00A74;
}
</style>
background-color css
<style>
a { background-color: #E00A74; }
a { background-color: rgb(224,10,116); }
div.DivClassName
{
background-color: #E00A74;
}
.BgClassName
{
background-color: #E00A74;
}
</style>
border-color css
<style>
span { border-color: #E00A74; }
span { border-color: rgb(224,10,116); }
td.TdClassName
{
border-color: #E00A74;
}
.TagClassName
{
border-color: #E00A74;
}
</style>