Shades of Ruby #E70D7D
Tints of Ruby #E70D7D
RGB
CMYK
RGB Variations
Color information
#E70D7D (or 0xE70D7D) is known color: Ruby. HEX triplet: E7, 0D and 7D. RGB value is (231,13,125). Sum of RGB (Red+Green+Blue) = 231+13+125=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70D7D is #18F282. Grayscale: #5A5A5A. Windows color (decimal): -1634947 or 8195559. OLE color: 8195559.
HSL color Cylindrical-coordinate representation of color #E70D7D: hue angle of 329.17º 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 #E70D7D is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 125 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.09 |
| HSL | 329.17º | 0.89% | 0.48% | - |
| HSV(B) | 329.17º | 0.94% | 0.91% | - |
| XYZ | 36.8 | 18.76 | 21.08 | - |
| YUV | 90.95 | 147.22 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 125 | 0 | 0.94 | 0.46 | 0.09 | 329.17 | 0.89 | 0.48 |
| Hex | E7 | D | 7D | 0 | 5E | 2E | 9 | 149 | 59 | 30 |
| Octal | 347 | 15 | 175 | 0 | 136 | 56 | 11 | 511 | 131 | 60 |
| Binary | 11100111 | 1101 | 1111101 | 0 | 1011110 | 101110 | 1001 | 101001001 | 1011001 | 110000 |
Color Harmonies of #E70D7D
Complementary color
Monochromatic Colors of #E70D7D
Black with #E70D7D
Text Example
Text Example
White with #E70D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70D7D; }
p { color: rgb(231,13,125); }
H1.HeaderClassName
{
color: #E70D7D;
}
.AnyTagClassName
{
color: #E70D7D;
}
</style>
background-color css
<style>
a { background-color: #E70D7D; }
a { background-color: rgb(231,13,125); }
div.DivClassName
{
background-color: #E70D7D;
}
.BgClassName
{
background-color: #E70D7D;
}
</style>
border-color css
<style>
span { border-color: #E70D7D; }
span { border-color: rgb(231,13,125); }
td.TdClassName
{
border-color: #E70D7D;
}
.TagClassName
{
border-color: #E70D7D;
}
</style>