Shades of Ruby #E70F72
Tints of Ruby #E70F72
RGB
CMYK
RGB Variations
Color information
#E70F72 (or 0xE70F72) is known color: Ruby. HEX triplet: E7, 0F and 72. RGB value is (231,15,114). Sum of RGB (Red+Green+Blue) = 231+15+114=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70F72 is #18F08D. Grayscale: #5A5A5A. Windows color (decimal): -1634446 or 7475175. OLE color: 7475175.
HSL color Cylindrical-coordinate representation of color #E70F72: hue angle of 332.5º degrees, saturation: 0.88, 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 #E70F72 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 114 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.09 |
| HSL | 332.5º | 0.88% | 0.48% | - |
| HSV(B) | 332.5º | 0.94% | 0.91% | - |
| XYZ | 36.16 | 18.55 | 17.59 | - |
| YUV | 90.87 | 141.06 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 114 | 0 | 0.94 | 0.51 | 0.09 | 332.5 | 0.88 | 0.48 |
| Hex | E7 | F | 72 | 0 | 5E | 33 | 9 | 14C | 58 | 30 |
| Octal | 347 | 17 | 162 | 0 | 136 | 63 | 11 | 514 | 130 | 60 |
| Binary | 11100111 | 1111 | 1110010 | 0 | 1011110 | 110011 | 1001 | 101001100 | 1011000 | 110000 |
Color Harmonies of #E70F72
Complementary color
Monochromatic Colors of #E70F72
Black with #E70F72
Text Example
Text Example
White with #E70F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70F72; }
p { color: rgb(231,15,114); }
H1.HeaderClassName
{
color: #E70F72;
}
.AnyTagClassName
{
color: #E70F72;
}
</style>
background-color css
<style>
a { background-color: #E70F72; }
a { background-color: rgb(231,15,114); }
div.DivClassName
{
background-color: #E70F72;
}
.BgClassName
{
background-color: #E70F72;
}
</style>
border-color css
<style>
span { border-color: #E70F72; }
span { border-color: rgb(231,15,114); }
td.TdClassName
{
border-color: #E70F72;
}
.TagClassName
{
border-color: #E70F72;
}
</style>