Shades of Ruby #E00A70
Tints of Ruby #E00A70
RGB
CMYK
RGB Variations
Color information
#E00A70 (or 0xE00A70) is known color: Ruby. HEX triplet: E0, 0A and 70. RGB value is (224,10,112). Sum of RGB (Red+Green+Blue) = 224+10+112=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A70 is #1FF58F. Grayscale: #555555. Windows color (decimal): -2094480 or 7342816. OLE color: 7342816.
HSL color Cylindrical-coordinate representation of color #E00A70: hue angle of 331.4º 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 #E00A70 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 112 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.12 |
| HSL | 331.4º | 0.91% | 0.46% | - |
| HSV(B) | 331.4º | 0.96% | 0.88% | - |
| XYZ | 33.77 | 17.23 | 16.88 | - |
| YUV | 85.61 | 142.9 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 112 | 0 | 0.96 | 0.50 | 0.12 | 331.4 | 0.91 | 0.46 |
| Hex | E0 | A | 70 | 0 | 60 | 32 | C | 14B | 5B | 2E |
| Octal | 340 | 12 | 160 | 0 | 140 | 62 | 14 | 513 | 133 | 56 |
| Binary | 11100000 | 1010 | 1110000 | 0 | 1100000 | 110010 | 1100 | 101001011 | 1011011 | 101110 |
Color Harmonies of #E00A70
Complementary color
Monochromatic Colors of #E00A70
Black with #E00A70
Text Example
Text Example
White with #E00A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A70; }
p { color: rgb(224,10,112); }
H1.HeaderClassName
{
color: #E00A70;
}
.AnyTagClassName
{
color: #E00A70;
}
</style>
background-color css
<style>
a { background-color: #E00A70; }
a { background-color: rgb(224,10,112); }
div.DivClassName
{
background-color: #E00A70;
}
.BgClassName
{
background-color: #E00A70;
}
</style>
border-color css
<style>
span { border-color: #E00A70; }
span { border-color: rgb(224,10,112); }
td.TdClassName
{
border-color: #E00A70;
}
.TagClassName
{
border-color: #E00A70;
}
</style>