Shades of Ruby #E70A70
Tints of Ruby #E70A70
RGB
CMYK
RGB Variations
Color information
#E70A70 (or 0xE70A70) is known color: Ruby. HEX triplet: E7, 0A and 70. RGB value is (231,10,112). Sum of RGB (Red+Green+Blue) = 231+10+112=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70A70 is #18F58F. Grayscale: #575757. Windows color (decimal): -1635728 or 7342823. OLE color: 7342823.
HSL color Cylindrical-coordinate representation of color #E70A70: hue angle of 332.31º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70A70 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 112 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.09 |
| HSL | 332.31º | 0.92% | 0.47% | - |
| HSV(B) | 332.31º | 0.96% | 0.91% | - |
| XYZ | 35.99 | 18.38 | 16.98 | - |
| YUV | 87.71 | 141.72 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 112 | 0 | 0.96 | 0.52 | 0.09 | 332.31 | 0.92 | 0.47 |
| Hex | E7 | A | 70 | 0 | 60 | 34 | 9 | 14C | 5C | 2F |
| Octal | 347 | 12 | 160 | 0 | 140 | 64 | 11 | 514 | 134 | 57 |
| Binary | 11100111 | 1010 | 1110000 | 0 | 1100000 | 110100 | 1001 | 101001100 | 1011100 | 101111 |
Color Harmonies of #E70A70
Complementary color
Monochromatic Colors of #E70A70
Black with #E70A70
Text Example
Text Example
White with #E70A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70A70; }
p { color: rgb(231,10,112); }
H1.HeaderClassName
{
color: #E70A70;
}
.AnyTagClassName
{
color: #E70A70;
}
</style>
background-color css
<style>
a { background-color: #E70A70; }
a { background-color: rgb(231,10,112); }
div.DivClassName
{
background-color: #E70A70;
}
.BgClassName
{
background-color: #E70A70;
}
</style>
border-color css
<style>
span { border-color: #E70A70; }
span { border-color: rgb(231,10,112); }
td.TdClassName
{
border-color: #E70A70;
}
.TagClassName
{
border-color: #E70A70;
}
</style>