Shades of Ruby #E71479
Tints of Ruby #E71479
RGB
CMYK
RGB Variations
Color information
#E71479 (or 0xE71479) is known color: Ruby. HEX triplet: E7, 14 and 79. RGB value is (231,20,121). Sum of RGB (Red+Green+Blue) = 231+20+121=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E71479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71479 is #18EB86. Grayscale: #5E5E5E. Windows color (decimal): -1633159 or 7935207. OLE color: 7935207.
HSL color Cylindrical-coordinate representation of color #E71479: hue angle of 331.28º 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 #E71479 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 121 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.09 |
| HSL | 331.28º | 0.84% | 0.49% | - |
| HSV(B) | 331.28º | 0.91% | 0.91% | - |
| XYZ | 36.66 | 18.87 | 19.8 | - |
| YUV | 94.6 | 142.9 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 121 | 0 | 0.91 | 0.48 | 0.09 | 331.28 | 0.84 | 0.49 |
| Hex | E7 | 14 | 79 | 0 | 5B | 30 | 9 | 14B | 54 | 31 |
| Octal | 347 | 24 | 171 | 0 | 133 | 60 | 11 | 513 | 124 | 61 |
| Binary | 11100111 | 10100 | 1111001 | 0 | 1011011 | 110000 | 1001 | 101001011 | 1010100 | 110001 |
Color Harmonies of #E71479
Complementary color
Monochromatic Colors of #E71479
Black with #E71479
Text Example
Text Example
White with #E71479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71479; }
p { color: rgb(231,20,121); }
H1.HeaderClassName
{
color: #E71479;
}
.AnyTagClassName
{
color: #E71479;
}
</style>
background-color css
<style>
a { background-color: #E71479; }
a { background-color: rgb(231,20,121); }
div.DivClassName
{
background-color: #E71479;
}
.BgClassName
{
background-color: #E71479;
}
</style>
border-color css
<style>
span { border-color: #E71479; }
span { border-color: rgb(231,20,121); }
td.TdClassName
{
border-color: #E71479;
}
.TagClassName
{
border-color: #E71479;
}
</style>