Shades of Ruby #E71575
Tints of Ruby #E71575
RGB
CMYK
RGB Variations
Color information
#E71575 (or 0xE71575) is known color: Ruby. HEX triplet: E7, 15 and 75. RGB value is (231,21,117). Sum of RGB (Red+Green+Blue) = 231+21+117=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E71575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71575 is #18EA8A. Grayscale: #5E5E5E. Windows color (decimal): -1632907 or 7673319. OLE color: 7673319.
HSL color Cylindrical-coordinate representation of color #E71575: hue angle of 332.57º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71575 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 117 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.09 |
| HSL | 332.57º | 0.83% | 0.49% | - |
| HSV(B) | 332.57º | 0.91% | 0.91% | - |
| XYZ | 36.43 | 18.81 | 18.54 | - |
| YUV | 94.73 | 140.57 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 117 | 0 | 0.91 | 0.49 | 0.09 | 332.57 | 0.83 | 0.49 |
| Hex | E7 | 15 | 75 | 0 | 5B | 31 | 9 | 14D | 53 | 31 |
| Octal | 347 | 25 | 165 | 0 | 133 | 61 | 11 | 515 | 123 | 61 |
| Binary | 11100111 | 10101 | 1110101 | 0 | 1011011 | 110001 | 1001 | 101001101 | 1010011 | 110001 |
Color Harmonies of #E71575
Complementary color
Monochromatic Colors of #E71575
Black with #E71575
Text Example
Text Example
White with #E71575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71575; }
p { color: rgb(231,21,117); }
H1.HeaderClassName
{
color: #E71575;
}
.AnyTagClassName
{
color: #E71575;
}
</style>
background-color css
<style>
a { background-color: #E71575; }
a { background-color: rgb(231,21,117); }
div.DivClassName
{
background-color: #E71575;
}
.BgClassName
{
background-color: #E71575;
}
</style>
border-color css
<style>
span { border-color: #E71575; }
span { border-color: rgb(231,21,117); }
td.TdClassName
{
border-color: #E71575;
}
.TagClassName
{
border-color: #E71575;
}
</style>