Shades of Ruby #E71865
Tints of Ruby #E71865
RGB
CMYK
RGB Variations
Color information
#E71865 (or 0xE71865) is known color: Ruby. HEX triplet: E7, 18 and 65. RGB value is (231,24,101). Sum of RGB (Red+Green+Blue) = 231+24+101=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E71865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71865 is #18E79A. Grayscale: #5E5E5E. Windows color (decimal): -1632155 or 6625511. OLE color: 6625511.
HSL color Cylindrical-coordinate representation of color #E71865: hue angle of 337.68º 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 #E71865 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 101 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.09 |
| HSL | 337.68º | 0.81% | 0.5% | - |
| HSV(B) | 337.68º | 0.9% | 0.91% | - |
| XYZ | 35.63 | 18.58 | 14.02 | - |
| YUV | 94.67 | 131.58 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 101 | 0 | 0.90 | 0.56 | 0.09 | 337.68 | 0.81 | 0.5 |
| Hex | E7 | 18 | 65 | 0 | 5A | 38 | 9 | 152 | 51 | 32 |
| Octal | 347 | 30 | 145 | 0 | 132 | 70 | 11 | 522 | 121 | 62 |
| Binary | 11100111 | 11000 | 1100101 | 0 | 1011010 | 111000 | 1001 | 101010010 | 1010001 | 110010 |
Color Harmonies of #E71865
Complementary color
Monochromatic Colors of #E71865
Black with #E71865
Text Example
Text Example
White with #E71865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71865; }
p { color: rgb(231,24,101); }
H1.HeaderClassName
{
color: #E71865;
}
.AnyTagClassName
{
color: #E71865;
}
</style>
background-color css
<style>
a { background-color: #E71865; }
a { background-color: rgb(231,24,101); }
div.DivClassName
{
background-color: #E71865;
}
.BgClassName
{
background-color: #E71865;
}
</style>
border-color css
<style>
span { border-color: #E71865; }
span { border-color: rgb(231,24,101); }
td.TdClassName
{
border-color: #E71865;
}
.TagClassName
{
border-color: #E71865;
}
</style>