Shades of Ruby #E71279
Tints of Ruby #E71279
RGB
CMYK
RGB Variations
Color information
#E71279 (or 0xE71279) is known color: Ruby. HEX triplet: E7, 12 and 79. RGB value is (231,18,121). Sum of RGB (Red+Green+Blue) = 231+18+121=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E71279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71279 is #18ED86. Grayscale: #5D5D5D. Windows color (decimal): -1633671 or 7934695. OLE color: 7934695.
HSL color Cylindrical-coordinate representation of color #E71279: hue angle of 330.99º 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 #E71279 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 121 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.09 |
| HSL | 330.99º | 0.86% | 0.49% | - |
| HSV(B) | 330.99º | 0.92% | 0.91% | - |
| XYZ | 36.62 | 18.8 | 19.79 | - |
| YUV | 93.43 | 143.57 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 121 | 0 | 0.92 | 0.48 | 0.09 | 330.99 | 0.86 | 0.49 |
| Hex | E7 | 12 | 79 | 0 | 5C | 30 | 9 | 14B | 56 | 31 |
| Octal | 347 | 22 | 171 | 0 | 134 | 60 | 11 | 513 | 126 | 61 |
| Binary | 11100111 | 10010 | 1111001 | 0 | 1011100 | 110000 | 1001 | 101001011 | 1010110 | 110001 |
Color Harmonies of #E71279
Complementary color
Monochromatic Colors of #E71279
Black with #E71279
Text Example
Text Example
White with #E71279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71279; }
p { color: rgb(231,18,121); }
H1.HeaderClassName
{
color: #E71279;
}
.AnyTagClassName
{
color: #E71279;
}
</style>
background-color css
<style>
a { background-color: #E71279; }
a { background-color: rgb(231,18,121); }
div.DivClassName
{
background-color: #E71279;
}
.BgClassName
{
background-color: #E71279;
}
</style>
border-color css
<style>
span { border-color: #E71279; }
span { border-color: rgb(231,18,121); }
td.TdClassName
{
border-color: #E71279;
}
.TagClassName
{
border-color: #E71279;
}
</style>