Shades of Ruby #E70873
Tints of Ruby #E70873
RGB
CMYK
RGB Variations
Color information
#E70873 (or 0xE70873) is known color: Ruby. HEX triplet: E7, 08 and 73. RGB value is (231,8,115). Sum of RGB (Red+Green+Blue) = 231+8+115=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E70873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70873 is #18F78C. Grayscale: #565656. Windows color (decimal): -1636237 or 7538919. OLE color: 7538919.
HSL color Cylindrical-coordinate representation of color #E70873: hue angle of 331.21º 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 #E70873 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 115 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.09 |
| HSL | 331.21º | 0.93% | 0.47% | - |
| HSV(B) | 331.21º | 0.97% | 0.91% | - |
| XYZ | 36.14 | 18.4 | 17.87 | - |
| YUV | 86.88 | 143.88 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 115 | 0 | 0.97 | 0.50 | 0.09 | 331.21 | 0.93 | 0.47 |
| Hex | E7 | 8 | 73 | 0 | 61 | 32 | 9 | 14B | 5D | 2F |
| Octal | 347 | 10 | 163 | 0 | 141 | 62 | 11 | 513 | 135 | 57 |
| Binary | 11100111 | 1000 | 1110011 | 0 | 1100001 | 110010 | 1001 | 101001011 | 1011101 | 101111 |
Color Harmonies of #E70873
Complementary color
Monochromatic Colors of #E70873
Black with #E70873
Text Example
Text Example
White with #E70873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70873; }
p { color: rgb(231,8,115); }
H1.HeaderClassName
{
color: #E70873;
}
.AnyTagClassName
{
color: #E70873;
}
</style>
background-color css
<style>
a { background-color: #E70873; }
a { background-color: rgb(231,8,115); }
div.DivClassName
{
background-color: #E70873;
}
.BgClassName
{
background-color: #E70873;
}
</style>
border-color css
<style>
span { border-color: #E70873; }
span { border-color: rgb(231,8,115); }
td.TdClassName
{
border-color: #E70873;
}
.TagClassName
{
border-color: #E70873;
}
</style>