Shades of Ruby #E71C5D
Tints of Ruby #E71C5D
RGB
CMYK
RGB Variations
Color information
#E71C5D (or 0xE71C5D) is known color: Ruby. HEX triplet: E7, 1C and 5D. RGB value is (231,28,93). Sum of RGB (Red+Green+Blue) = 231+28+93=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71C5D is #18E3A2. Grayscale: #606060. Windows color (decimal): -1631139 or 6102247. OLE color: 6102247.
HSL color Cylindrical-coordinate representation of color #E71C5D: hue angle of 340.79º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71C5D is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 93 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.09 |
| HSL | 340.79º | 0.81% | 0.51% | - |
| HSV(B) | 340.79º | 0.88% | 0.91% | - |
| XYZ | 35.35 | 18.61 | 12.09 | - |
| YUV | 96.11 | 126.25 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 93 | 0 | 0.88 | 0.60 | 0.09 | 340.79 | 0.81 | 0.51 |
| Hex | E7 | 1C | 5D | 0 | 58 | 3C | 9 | 155 | 51 | 33 |
| Octal | 347 | 34 | 135 | 0 | 130 | 74 | 11 | 525 | 121 | 63 |
| Binary | 11100111 | 11100 | 1011101 | 0 | 1011000 | 111100 | 1001 | 101010101 | 1010001 | 110011 |
Color Harmonies of #E71C5D
Complementary color
Monochromatic Colors of #E71C5D
Black with #E71C5D
Text Example
Text Example
White with #E71C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71C5D; }
p { color: rgb(231,28,93); }
H1.HeaderClassName
{
color: #E71C5D;
}
.AnyTagClassName
{
color: #E71C5D;
}
</style>
background-color css
<style>
a { background-color: #E71C5D; }
a { background-color: rgb(231,28,93); }
div.DivClassName
{
background-color: #E71C5D;
}
.BgClassName
{
background-color: #E71C5D;
}
</style>
border-color css
<style>
span { border-color: #E71C5D; }
span { border-color: rgb(231,28,93); }
td.TdClassName
{
border-color: #E71C5D;
}
.TagClassName
{
border-color: #E71C5D;
}
</style>