Shades of Ruby #E71955
Tints of Ruby #E71955
RGB
CMYK
RGB Variations
Color information
#E71955 (or 0xE71955) is known color: Ruby. HEX triplet: E7, 19 and 55. RGB value is (231,25,85). Sum of RGB (Red+Green+Blue) = 231+25+85=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E71955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71955 is #18E6AA. Grayscale: #5D5D5D. Windows color (decimal): -1631915 or 5577191. OLE color: 5577191.
HSL color Cylindrical-coordinate representation of color #E71955: hue angle of 342.52º 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 #E71955 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 85 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.09 |
| HSL | 342.52º | 0.81% | 0.5% | - |
| HSV(B) | 342.52º | 0.89% | 0.91% | - |
| XYZ | 34.94 | 18.34 | 10.29 | - |
| YUV | 93.43 | 123.25 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 85 | 0 | 0.89 | 0.63 | 0.09 | 342.52 | 0.81 | 0.5 |
| Hex | E7 | 19 | 55 | 0 | 59 | 3F | 9 | 157 | 51 | 32 |
| Octal | 347 | 31 | 125 | 0 | 131 | 77 | 11 | 527 | 121 | 62 |
| Binary | 11100111 | 11001 | 1010101 | 0 | 1011001 | 111111 | 1001 | 101010111 | 1010001 | 110010 |
Color Harmonies of #E71955
Complementary color
Monochromatic Colors of #E71955
Black with #E71955
Text Example
Text Example
White with #E71955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71955; }
p { color: rgb(231,25,85); }
H1.HeaderClassName
{
color: #E71955;
}
.AnyTagClassName
{
color: #E71955;
}
</style>
background-color css
<style>
a { background-color: #E71955; }
a { background-color: rgb(231,25,85); }
div.DivClassName
{
background-color: #E71955;
}
.BgClassName
{
background-color: #E71955;
}
</style>
border-color css
<style>
span { border-color: #E71955; }
span { border-color: rgb(231,25,85); }
td.TdClassName
{
border-color: #E71955;
}
.TagClassName
{
border-color: #E71955;
}
</style>