Shades of Ruby #E71779
Tints of Ruby #E71779
RGB
CMYK
RGB Variations
Color information
#E71779 (or 0xE71779) is known color: Ruby. HEX triplet: E7, 17 and 79. RGB value is (231,23,121). Sum of RGB (Red+Green+Blue) = 231+23+121=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E71779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71779 is #18E886. Grayscale: #606060. Windows color (decimal): -1632391 or 7935975. OLE color: 7935975.
HSL color Cylindrical-coordinate representation of color #E71779: hue angle of 331.73º degrees, saturation: 0.82, 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 #E71779 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 121 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.09 |
| HSL | 331.73º | 0.82% | 0.5% | - |
| HSV(B) | 331.73º | 0.9% | 0.91% | - |
| XYZ | 36.71 | 18.98 | 19.82 | - |
| YUV | 96.36 | 141.91 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 121 | 0 | 0.90 | 0.48 | 0.09 | 331.73 | 0.82 | 0.5 |
| Hex | E7 | 17 | 79 | 0 | 5A | 30 | 9 | 14C | 52 | 32 |
| Octal | 347 | 27 | 171 | 0 | 132 | 60 | 11 | 514 | 122 | 62 |
| Binary | 11100111 | 10111 | 1111001 | 0 | 1011010 | 110000 | 1001 | 101001100 | 1010010 | 110010 |
Color Harmonies of #E71779
Complementary color
Monochromatic Colors of #E71779
Black with #E71779
Text Example
Text Example
White with #E71779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71779; }
p { color: rgb(231,23,121); }
H1.HeaderClassName
{
color: #E71779;
}
.AnyTagClassName
{
color: #E71779;
}
</style>
background-color css
<style>
a { background-color: #E71779; }
a { background-color: rgb(231,23,121); }
div.DivClassName
{
background-color: #E71779;
}
.BgClassName
{
background-color: #E71779;
}
</style>
border-color css
<style>
span { border-color: #E71779; }
span { border-color: rgb(231,23,121); }
td.TdClassName
{
border-color: #E71779;
}
.TagClassName
{
border-color: #E71779;
}
</style>