Shades of Ruby #E70F70
Tints of Ruby #E70F70
RGB
CMYK
RGB Variations
Color information
#E70F70 (or 0xE70F70) is known color: Ruby. HEX triplet: E7, 0F and 70. RGB value is (231,15,112). Sum of RGB (Red+Green+Blue) = 231+15+112=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70F70 is #18F08F. Grayscale: #5A5A5A. Windows color (decimal): -1634448 or 7344103. OLE color: 7344103.
HSL color Cylindrical-coordinate representation of color #E70F70: hue angle of 333.06º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70F70 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 112 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.09 |
| HSL | 333.06º | 0.88% | 0.48% | - |
| HSV(B) | 333.06º | 0.94% | 0.91% | - |
| XYZ | 36.05 | 18.5 | 17 | - |
| YUV | 90.64 | 140.06 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 112 | 0 | 0.94 | 0.52 | 0.09 | 333.06 | 0.88 | 0.48 |
| Hex | E7 | F | 70 | 0 | 5E | 34 | 9 | 14D | 58 | 30 |
| Octal | 347 | 17 | 160 | 0 | 136 | 64 | 11 | 515 | 130 | 60 |
| Binary | 11100111 | 1111 | 1110000 | 0 | 1011110 | 110100 | 1001 | 101001101 | 1011000 | 110000 |
Color Harmonies of #E70F70
Complementary color
Monochromatic Colors of #E70F70
Black with #E70F70
Text Example
Text Example
White with #E70F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70F70; }
p { color: rgb(231,15,112); }
H1.HeaderClassName
{
color: #E70F70;
}
.AnyTagClassName
{
color: #E70F70;
}
</style>
background-color css
<style>
a { background-color: #E70F70; }
a { background-color: rgb(231,15,112); }
div.DivClassName
{
background-color: #E70F70;
}
.BgClassName
{
background-color: #E70F70;
}
</style>
border-color css
<style>
span { border-color: #E70F70; }
span { border-color: rgb(231,15,112); }
td.TdClassName
{
border-color: #E70F70;
}
.TagClassName
{
border-color: #E70F70;
}
</style>