Shades of Ruby #E71472
Tints of Ruby #E71472
RGB
CMYK
RGB Variations
Color information
#E71472 (or 0xE71472) is known color: Ruby. HEX triplet: E7, 14 and 72. RGB value is (231,20,114). Sum of RGB (Red+Green+Blue) = 231+20+114=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E71472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71472 is #18EB8D. Grayscale: #5D5D5D. Windows color (decimal): -1633166 or 7476455. OLE color: 7476455.
HSL color Cylindrical-coordinate representation of color #E71472: hue angle of 333.27º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71472 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 114 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.09 |
| HSL | 333.27º | 0.84% | 0.49% | - |
| HSV(B) | 333.27º | 0.91% | 0.91% | - |
| XYZ | 36.24 | 18.7 | 17.62 | - |
| YUV | 93.81 | 139.4 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 114 | 0 | 0.91 | 0.51 | 0.09 | 333.27 | 0.84 | 0.49 |
| Hex | E7 | 14 | 72 | 0 | 5B | 33 | 9 | 14D | 54 | 31 |
| Octal | 347 | 24 | 162 | 0 | 133 | 63 | 11 | 515 | 124 | 61 |
| Binary | 11100111 | 10100 | 1110010 | 0 | 1011011 | 110011 | 1001 | 101001101 | 1010100 | 110001 |
Color Harmonies of #E71472
Complementary color
Monochromatic Colors of #E71472
Black with #E71472
Text Example
Text Example
White with #E71472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71472; }
p { color: rgb(231,20,114); }
H1.HeaderClassName
{
color: #E71472;
}
.AnyTagClassName
{
color: #E71472;
}
</style>
background-color css
<style>
a { background-color: #E71472; }
a { background-color: rgb(231,20,114); }
div.DivClassName
{
background-color: #E71472;
}
.BgClassName
{
background-color: #E71472;
}
</style>
border-color css
<style>
span { border-color: #E71472; }
span { border-color: rgb(231,20,114); }
td.TdClassName
{
border-color: #E71472;
}
.TagClassName
{
border-color: #E71472;
}
</style>