Shades of Ruby #E70978
Tints of Ruby #E70978
RGB
CMYK
RGB Variations
Color information
#E70978 (or 0xE70978) is known color: Ruby. HEX triplet: E7, 09 and 78. RGB value is (231,9,120). Sum of RGB (Red+Green+Blue) = 231+9+120=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E70978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70978 is #18F687. Grayscale: #575757. Windows color (decimal): -1635976 or 7866855. OLE color: 7866855.
HSL color Cylindrical-coordinate representation of color #E70978: hue angle of 330º 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 #E70978 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.09 |
| HSL | 330º | 0.93% | 0.47% | - |
| HSV(B) | 330º | 0.96% | 0.91% | - |
| XYZ | 36.44 | 18.54 | 19.43 | - |
| YUV | 88.03 | 146.05 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 120 | 0 | 0.96 | 0.48 | 0.09 | 330 | 0.93 | 0.47 |
| Hex | E7 | 9 | 78 | 0 | 60 | 30 | 9 | 14A | 5C | 2F |
| Octal | 347 | 11 | 170 | 0 | 140 | 60 | 11 | 512 | 134 | 57 |
| Binary | 11100111 | 1001 | 1111000 | 0 | 1100000 | 110000 | 1001 | 101001010 | 1011100 | 101111 |
Color Harmonies of #E70978
Complementary color
Monochromatic Colors of #E70978
Black with #E70978
Text Example
Text Example
White with #E70978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70978; }
p { color: rgb(231,9,120); }
H1.HeaderClassName
{
color: #E70978;
}
.AnyTagClassName
{
color: #E70978;
}
</style>
background-color css
<style>
a { background-color: #E70978; }
a { background-color: rgb(231,9,120); }
div.DivClassName
{
background-color: #E70978;
}
.BgClassName
{
background-color: #E70978;
}
</style>
border-color css
<style>
span { border-color: #E70978; }
span { border-color: rgb(231,9,120); }
td.TdClassName
{
border-color: #E70978;
}
.TagClassName
{
border-color: #E70978;
}
</style>