Shades of Ruby #E71872
Tints of Ruby #E71872
RGB
CMYK
RGB Variations
Color information
#E71872 (or 0xE71872) is known color: Ruby. HEX triplet: E7, 18 and 72. RGB value is (231,24,114). Sum of RGB (Red+Green+Blue) = 231+24+114=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E71872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71872 is #18E78D. Grayscale: #606060. Windows color (decimal): -1632142 or 7477479. OLE color: 7477479.
HSL color Cylindrical-coordinate representation of color #E71872: hue angle of 333.91º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71872 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 114 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.09 |
| HSL | 333.91º | 0.81% | 0.5% | - |
| HSV(B) | 333.91º | 0.9% | 0.91% | - |
| XYZ | 36.32 | 18.86 | 17.65 | - |
| YUV | 96.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 114 | 0 | 0.90 | 0.51 | 0.09 | 333.91 | 0.81 | 0.5 |
| Hex | E7 | 18 | 72 | 0 | 5A | 33 | 9 | 14E | 51 | 32 |
| Octal | 347 | 30 | 162 | 0 | 132 | 63 | 11 | 516 | 121 | 62 |
| Binary | 11100111 | 11000 | 1110010 | 0 | 1011010 | 110011 | 1001 | 101001110 | 1010001 | 110010 |
Color Harmonies of #E71872
Complementary color
Monochromatic Colors of #E71872
Black with #E71872
Text Example
Text Example
White with #E71872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71872; }
p { color: rgb(231,24,114); }
H1.HeaderClassName
{
color: #E71872;
}
.AnyTagClassName
{
color: #E71872;
}
</style>
background-color css
<style>
a { background-color: #E71872; }
a { background-color: rgb(231,24,114); }
div.DivClassName
{
background-color: #E71872;
}
.BgClassName
{
background-color: #E71872;
}
</style>
border-color css
<style>
span { border-color: #E71872; }
span { border-color: rgb(231,24,114); }
td.TdClassName
{
border-color: #E71872;
}
.TagClassName
{
border-color: #E71872;
}
</style>