Shades of Ruby #E00A78
Tints of Ruby #E00A78
RGB
CMYK
RGB Variations
Color information
#E00A78 (or 0xE00A78) is known color: Ruby. HEX triplet: E0, 0A and 78. RGB value is (224,10,120). Sum of RGB (Red+Green+Blue) = 224+10+120=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A78 is #1FF587. Grayscale: #565656. Windows color (decimal): -2094472 or 7867104. OLE color: 7867104.
HSL color Cylindrical-coordinate representation of color #E00A78: hue angle of 329.16º 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 #E00A78 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 120 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.12 |
| HSL | 329.16º | 0.91% | 0.46% | - |
| HSV(B) | 329.16º | 0.96% | 0.88% | - |
| XYZ | 34.24 | 17.42 | 19.33 | - |
| YUV | 86.53 | 146.9 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 120 | 0 | 0.96 | 0.46 | 0.12 | 329.16 | 0.91 | 0.46 |
| Hex | E0 | A | 78 | 0 | 60 | 2E | C | 149 | 5B | 2E |
| Octal | 340 | 12 | 170 | 0 | 140 | 56 | 14 | 511 | 133 | 56 |
| Binary | 11100000 | 1010 | 1111000 | 0 | 1100000 | 101110 | 1100 | 101001001 | 1011011 | 101110 |
Color Harmonies of #E00A78
Complementary color
Monochromatic Colors of #E00A78
Black with #E00A78
Text Example
Text Example
White with #E00A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A78; }
p { color: rgb(224,10,120); }
H1.HeaderClassName
{
color: #E00A78;
}
.AnyTagClassName
{
color: #E00A78;
}
</style>
background-color css
<style>
a { background-color: #E00A78; }
a { background-color: rgb(224,10,120); }
div.DivClassName
{
background-color: #E00A78;
}
.BgClassName
{
background-color: #E00A78;
}
</style>
border-color css
<style>
span { border-color: #E00A78; }
span { border-color: rgb(224,10,120); }
td.TdClassName
{
border-color: #E00A78;
}
.TagClassName
{
border-color: #E00A78;
}
</style>