Shades of Ruby #E71866
Tints of Ruby #E71866
RGB
CMYK
RGB Variations
Color information
#E71866 (or 0xE71866) is known color: Ruby. HEX triplet: E7, 18 and 66. RGB value is (231,24,102). Sum of RGB (Red+Green+Blue) = 231+24+102=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E71866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71866 is #18E799. Grayscale: #5E5E5E. Windows color (decimal): -1632154 or 6691047. OLE color: 6691047.
HSL color Cylindrical-coordinate representation of color #E71866: hue angle of 337.39º degrees, saturation: 0.81, 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 #E71866 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 102 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.09 |
| HSL | 337.39º | 0.81% | 0.5% | - |
| HSV(B) | 337.39º | 0.9% | 0.91% | - |
| XYZ | 35.68 | 18.6 | 14.28 | - |
| YUV | 94.79 | 132.08 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 102 | 0 | 0.90 | 0.56 | 0.09 | 337.39 | 0.81 | 0.5 |
| Hex | E7 | 18 | 66 | 0 | 5A | 38 | 9 | 151 | 51 | 32 |
| Octal | 347 | 30 | 146 | 0 | 132 | 70 | 11 | 521 | 121 | 62 |
| Binary | 11100111 | 11000 | 1100110 | 0 | 1011010 | 111000 | 1001 | 101010001 | 1010001 | 110010 |
Color Harmonies of #E71866
Complementary color
Monochromatic Colors of #E71866
Black with #E71866
Text Example
Text Example
White with #E71866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71866; }
p { color: rgb(231,24,102); }
H1.HeaderClassName
{
color: #E71866;
}
.AnyTagClassName
{
color: #E71866;
}
</style>
background-color css
<style>
a { background-color: #E71866; }
a { background-color: rgb(231,24,102); }
div.DivClassName
{
background-color: #E71866;
}
.BgClassName
{
background-color: #E71866;
}
</style>
border-color css
<style>
span { border-color: #E71866; }
span { border-color: rgb(231,24,102); }
td.TdClassName
{
border-color: #E71866;
}
.TagClassName
{
border-color: #E71866;
}
</style>