Shades of Ruby #E50F70
Tints of Ruby #E50F70
RGB
CMYK
RGB Variations
Color information
#E50F70 (or 0xE50F70) is known color: Ruby. HEX triplet: E5, 0F and 70. RGB value is (229,15,112). Sum of RGB (Red+Green+Blue) = 229+15+112=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50F70 is #1AF08F. Grayscale: #595959. Windows color (decimal): -1765520 or 7344101. OLE color: 7344101.
HSL color Cylindrical-coordinate representation of color #E50F70: hue angle of 332.8º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F70 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 112 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.10 |
| HSL | 332.8º | 0.88% | 0.48% | - |
| HSV(B) | 332.8º | 0.93% | 0.9% | - |
| XYZ | 35.41 | 18.17 | 16.97 | - |
| YUV | 90.04 | 140.4 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 112 | 0 | 0.93 | 0.51 | 0.10 | 332.8 | 0.88 | 0.48 |
| Hex | E5 | F | 70 | 0 | 5D | 33 | A | 14D | 58 | 30 |
| Octal | 345 | 17 | 160 | 0 | 135 | 63 | 12 | 515 | 130 | 60 |
| Binary | 11100101 | 1111 | 1110000 | 0 | 1011101 | 110011 | 1010 | 101001101 | 1011000 | 110000 |
Color Harmonies of #E50F70
Complementary color
Monochromatic Colors of #E50F70
Black with #E50F70
Text Example
Text Example
White with #E50F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F70; }
p { color: rgb(229,15,112); }
H1.HeaderClassName
{
color: #E50F70;
}
.AnyTagClassName
{
color: #E50F70;
}
</style>
background-color css
<style>
a { background-color: #E50F70; }
a { background-color: rgb(229,15,112); }
div.DivClassName
{
background-color: #E50F70;
}
.BgClassName
{
background-color: #E50F70;
}
</style>
border-color css
<style>
span { border-color: #E50F70; }
span { border-color: rgb(229,15,112); }
td.TdClassName
{
border-color: #E50F70;
}
.TagClassName
{
border-color: #E50F70;
}
</style>