Shades of Ruby #E70E76
Tints of Ruby #E70E76
RGB
CMYK
RGB Variations
Color information
#E70E76 (or 0xE70E76) is known color: Ruby. HEX triplet: E7, 0E and 76. RGB value is (231,14,118). Sum of RGB (Red+Green+Blue) = 231+14+118=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70E76 is #18F189. Grayscale: #5A5A5A. Windows color (decimal): -1634698 or 7737063. OLE color: 7737063.
HSL color Cylindrical-coordinate representation of color #E70E76: hue angle of 331.24º degrees, saturation: 0.89, 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 #E70E76 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 118 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.09 |
| HSL | 331.24º | 0.89% | 0.48% | - |
| HSV(B) | 331.24º | 0.94% | 0.91% | - |
| XYZ | 36.38 | 18.61 | 18.81 | - |
| YUV | 90.74 | 143.39 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 118 | 0 | 0.94 | 0.49 | 0.09 | 331.24 | 0.89 | 0.48 |
| Hex | E7 | E | 76 | 0 | 5E | 31 | 9 | 14B | 59 | 30 |
| Octal | 347 | 16 | 166 | 0 | 136 | 61 | 11 | 513 | 131 | 60 |
| Binary | 11100111 | 1110 | 1110110 | 0 | 1011110 | 110001 | 1001 | 101001011 | 1011001 | 110000 |
Color Harmonies of #E70E76
Complementary color
Monochromatic Colors of #E70E76
Black with #E70E76
Text Example
Text Example
White with #E70E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70E76; }
p { color: rgb(231,14,118); }
H1.HeaderClassName
{
color: #E70E76;
}
.AnyTagClassName
{
color: #E70E76;
}
</style>
background-color css
<style>
a { background-color: #E70E76; }
a { background-color: rgb(231,14,118); }
div.DivClassName
{
background-color: #E70E76;
}
.BgClassName
{
background-color: #E70E76;
}
</style>
border-color css
<style>
span { border-color: #E70E76; }
span { border-color: rgb(231,14,118); }
td.TdClassName
{
border-color: #E70E76;
}
.TagClassName
{
border-color: #E70E76;
}
</style>