Shades of Ruby #E71272
Tints of Ruby #E71272
RGB
CMYK
RGB Variations
Color information
#E71272 (or 0xE71272) is known color: Ruby. HEX triplet: E7, 12 and 72. RGB value is (231,18,114). Sum of RGB (Red+Green+Blue) = 231+18+114=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E71272 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71272 is #18ED8D. Grayscale: #5C5C5C. Windows color (decimal): -1633678 or 7475943. OLE color: 7475943.
HSL color Cylindrical-coordinate representation of color #E71272: hue angle of 332.96º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71272 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 114 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.09 |
| HSL | 332.96º | 0.86% | 0.49% | - |
| HSV(B) | 332.96º | 0.92% | 0.91% | - |
| XYZ | 36.21 | 18.64 | 17.61 | - |
| YUV | 92.63 | 140.07 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 114 | 0 | 0.92 | 0.51 | 0.09 | 332.96 | 0.86 | 0.49 |
| Hex | E7 | 12 | 72 | 0 | 5C | 33 | 9 | 14D | 56 | 31 |
| Octal | 347 | 22 | 162 | 0 | 134 | 63 | 11 | 515 | 126 | 61 |
| Binary | 11100111 | 10010 | 1110010 | 0 | 1011100 | 110011 | 1001 | 101001101 | 1010110 | 110001 |
Color Harmonies of #E71272
Complementary color
Monochromatic Colors of #E71272
Black with #E71272
Text Example
Text Example
White with #E71272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71272; }
p { color: rgb(231,18,114); }
H1.HeaderClassName
{
color: #E71272;
}
.AnyTagClassName
{
color: #E71272;
}
</style>
background-color css
<style>
a { background-color: #E71272; }
a { background-color: rgb(231,18,114); }
div.DivClassName
{
background-color: #E71272;
}
.BgClassName
{
background-color: #E71272;
}
</style>
border-color css
<style>
span { border-color: #E71272; }
span { border-color: rgb(231,18,114); }
td.TdClassName
{
border-color: #E71272;
}
.TagClassName
{
border-color: #E71272;
}
</style>