Shades of Ruby #E70976
Tints of Ruby #E70976
RGB
CMYK
RGB Variations
Color information
#E70976 (or 0xE70976) is known color: Ruby. HEX triplet: E7, 09 and 76. RGB value is (231,9,118). Sum of RGB (Red+Green+Blue) = 231+9+118=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E70976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70976 is #18F689. Grayscale: #575757. Windows color (decimal): -1635978 or 7735783. OLE color: 7735783.
HSL color Cylindrical-coordinate representation of color #E70976: hue angle of 330.54º degrees, saturation: 0.93, 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 #E70976 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.09 |
| HSL | 330.54º | 0.93% | 0.47% | - |
| HSV(B) | 330.54º | 0.96% | 0.91% | - |
| XYZ | 36.32 | 18.49 | 18.79 | - |
| YUV | 87.8 | 145.05 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 118 | 0 | 0.96 | 0.49 | 0.09 | 330.54 | 0.93 | 0.47 |
| Hex | E7 | 9 | 76 | 0 | 60 | 31 | 9 | 14B | 5C | 2F |
| Octal | 347 | 11 | 166 | 0 | 140 | 61 | 11 | 513 | 134 | 57 |
| Binary | 11100111 | 1001 | 1110110 | 0 | 1100000 | 110001 | 1001 | 101001011 | 1011100 | 101111 |
Color Harmonies of #E70976
Complementary color
Monochromatic Colors of #E70976
Black with #E70976
Text Example
Text Example
White with #E70976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70976; }
p { color: rgb(231,9,118); }
H1.HeaderClassName
{
color: #E70976;
}
.AnyTagClassName
{
color: #E70976;
}
</style>
background-color css
<style>
a { background-color: #E70976; }
a { background-color: rgb(231,9,118); }
div.DivClassName
{
background-color: #E70976;
}
.BgClassName
{
background-color: #E70976;
}
</style>
border-color css
<style>
span { border-color: #E70976; }
span { border-color: rgb(231,9,118); }
td.TdClassName
{
border-color: #E70976;
}
.TagClassName
{
border-color: #E70976;
}
</style>