Shades of Ruby #E71967
Tints of Ruby #E71967
RGB
CMYK
RGB Variations
Color information
#E71967 (or 0xE71967) is known color: Ruby. HEX triplet: E7, 19 and 67. RGB value is (231,25,103). Sum of RGB (Red+Green+Blue) = 231+25+103=359 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.35% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 231 - color contains mainly: red. Hex color #E71967 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71967 is #18E698. Grayscale: #5F5F5F. Windows color (decimal): -1631897 or 6756839. OLE color: 6756839.
HSL color Cylindrical-coordinate representation of color #E71967: hue angle of 337.28º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71967 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 103 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.09 |
| HSL | 337.28º | 0.81% | 0.5% | - |
| HSV(B) | 337.28º | 0.89% | 0.91% | - |
| XYZ | 35.75 | 18.66 | 14.55 | - |
| YUV | 95.49 | 132.25 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 103 | 0 | 0.89 | 0.55 | 0.09 | 337.28 | 0.81 | 0.5 |
| Hex | E7 | 19 | 67 | 0 | 59 | 37 | 9 | 151 | 51 | 32 |
| Octal | 347 | 31 | 147 | 0 | 131 | 67 | 11 | 521 | 121 | 62 |
| Binary | 11100111 | 11001 | 1100111 | 0 | 1011001 | 110111 | 1001 | 101010001 | 1010001 | 110010 |
Color Harmonies of #E71967
Complementary color
Monochromatic Colors of #E71967
Black with #E71967
Text Example
Text Example
White with #E71967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71967; }
p { color: rgb(231,25,103); }
H1.HeaderClassName
{
color: #E71967;
}
.AnyTagClassName
{
color: #E71967;
}
</style>
background-color css
<style>
a { background-color: #E71967; }
a { background-color: rgb(231,25,103); }
div.DivClassName
{
background-color: #E71967;
}
.BgClassName
{
background-color: #E71967;
}
</style>
border-color css
<style>
span { border-color: #E71967; }
span { border-color: rgb(231,25,103); }
td.TdClassName
{
border-color: #E71967;
}
.TagClassName
{
border-color: #E71967;
}
</style>