Shades of Ruby #E70878
Tints of Ruby #E70878
RGB
CMYK
RGB Variations
Color information
#E70878 (or 0xE70878) is known color: Ruby. HEX triplet: E7, 08 and 78. RGB value is (231,8,120). Sum of RGB (Red+Green+Blue) = 231+8+120=359 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.35% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 231 - color contains mainly: red. Hex color #E70878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70878 is #18F787. Grayscale: #575757. Windows color (decimal): -1636232 or 7866599. OLE color: 7866599.
HSL color Cylindrical-coordinate representation of color #E70878: hue angle of 329.87º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70878 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 120 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.09 |
| HSL | 329.87º | 0.93% | 0.47% | - |
| HSV(B) | 329.87º | 0.97% | 0.91% | - |
| XYZ | 36.43 | 18.52 | 19.42 | - |
| YUV | 87.45 | 146.38 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 120 | 0 | 0.97 | 0.48 | 0.09 | 329.87 | 0.93 | 0.47 |
| Hex | E7 | 8 | 78 | 0 | 61 | 30 | 9 | 14A | 5D | 2F |
| Octal | 347 | 10 | 170 | 0 | 141 | 60 | 11 | 512 | 135 | 57 |
| Binary | 11100111 | 1000 | 1111000 | 0 | 1100001 | 110000 | 1001 | 101001010 | 1011101 | 101111 |
Color Harmonies of #E70878
Complementary color
Monochromatic Colors of #E70878
Black with #E70878
Text Example
Text Example
White with #E70878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70878; }
p { color: rgb(231,8,120); }
H1.HeaderClassName
{
color: #E70878;
}
.AnyTagClassName
{
color: #E70878;
}
</style>
background-color css
<style>
a { background-color: #E70878; }
a { background-color: rgb(231,8,120); }
div.DivClassName
{
background-color: #E70878;
}
.BgClassName
{
background-color: #E70878;
}
</style>
border-color css
<style>
span { border-color: #E70878; }
span { border-color: rgb(231,8,120); }
td.TdClassName
{
border-color: #E70878;
}
.TagClassName
{
border-color: #E70878;
}
</style>