Shades of Ruby #E00A7A
Tints of Ruby #E00A7A
RGB
CMYK
RGB Variations
Color information
#E00A7A (or 0xE00A7A) is known color: Ruby. HEX triplet: E0, 0A and 7A. RGB value is (224,10,122). Sum of RGB (Red+Green+Blue) = 224+10+122=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A7A is #1FF585. Grayscale: #565656. Windows color (decimal): -2094470 or 7998176. OLE color: 7998176.
HSL color Cylindrical-coordinate representation of color #E00A7A: hue angle of 328.6º 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 #E00A7A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 122 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.12 |
| HSL | 328.6º | 0.91% | 0.46% | - |
| HSV(B) | 328.6º | 0.96% | 0.88% | - |
| XYZ | 34.36 | 17.47 | 19.97 | - |
| YUV | 86.75 | 147.9 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 122 | 0 | 0.96 | 0.46 | 0.12 | 328.6 | 0.91 | 0.46 |
| Hex | E0 | A | 7A | 0 | 60 | 2E | C | 149 | 5B | 2E |
| Octal | 340 | 12 | 172 | 0 | 140 | 56 | 14 | 511 | 133 | 56 |
| Binary | 11100000 | 1010 | 1111010 | 0 | 1100000 | 101110 | 1100 | 101001001 | 1011011 | 101110 |
Color Harmonies of #E00A7A
Complementary color
Monochromatic Colors of #E00A7A
Black with #E00A7A
Text Example
Text Example
White with #E00A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A7A; }
p { color: rgb(224,10,122); }
H1.HeaderClassName
{
color: #E00A7A;
}
.AnyTagClassName
{
color: #E00A7A;
}
</style>
background-color css
<style>
a { background-color: #E00A7A; }
a { background-color: rgb(224,10,122); }
div.DivClassName
{
background-color: #E00A7A;
}
.BgClassName
{
background-color: #E00A7A;
}
</style>
border-color css
<style>
span { border-color: #E00A7A; }
span { border-color: rgb(224,10,122); }
td.TdClassName
{
border-color: #E00A7A;
}
.TagClassName
{
border-color: #E00A7A;
}
</style>