Shades of Ruby #E71271
Tints of Ruby #E71271
RGB
CMYK
RGB Variations
Color information
#E71271 (or 0xE71271) is known color: Ruby. HEX triplet: E7, 12 and 71. RGB value is (231,18,113). Sum of RGB (Red+Green+Blue) = 231+18+113=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E71271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71271 is #18ED8E. Grayscale: #5C5C5C. Windows color (decimal): -1633679 or 7410407. OLE color: 7410407.
HSL color Cylindrical-coordinate representation of color #E71271: hue angle of 333.24º 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 #E71271 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 113 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.09 |
| HSL | 333.24º | 0.86% | 0.49% | - |
| HSV(B) | 333.24º | 0.92% | 0.91% | - |
| XYZ | 36.15 | 18.61 | 17.31 | - |
| YUV | 92.52 | 139.57 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 113 | 0 | 0.92 | 0.51 | 0.09 | 333.24 | 0.86 | 0.49 |
| Hex | E7 | 12 | 71 | 0 | 5C | 33 | 9 | 14D | 56 | 31 |
| Octal | 347 | 22 | 161 | 0 | 134 | 63 | 11 | 515 | 126 | 61 |
| Binary | 11100111 | 10010 | 1110001 | 0 | 1011100 | 110011 | 1001 | 101001101 | 1010110 | 110001 |
Color Harmonies of #E71271
Complementary color
Monochromatic Colors of #E71271
Black with #E71271
Text Example
Text Example
White with #E71271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71271; }
p { color: rgb(231,18,113); }
H1.HeaderClassName
{
color: #E71271;
}
.AnyTagClassName
{
color: #E71271;
}
</style>
background-color css
<style>
a { background-color: #E71271; }
a { background-color: rgb(231,18,113); }
div.DivClassName
{
background-color: #E71271;
}
.BgClassName
{
background-color: #E71271;
}
</style>
border-color css
<style>
span { border-color: #E71271; }
span { border-color: rgb(231,18,113); }
td.TdClassName
{
border-color: #E71271;
}
.TagClassName
{
border-color: #E71271;
}
</style>