Shades of Ruby #E71D68
Tints of Ruby #E71D68
RGB
CMYK
RGB Variations
Color information
#E71D68 (or 0xE71D68) is known color: Ruby. HEX triplet: E7, 1D and 68. RGB value is (231,29,104). Sum of RGB (Red+Green+Blue) = 231+29+104=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71D68 is #18E297. Grayscale: #616161. Windows color (decimal): -1630872 or 6823399. OLE color: 6823399.
HSL color Cylindrical-coordinate representation of color #E71D68: hue angle of 337.72º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71D68 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 104 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.09 |
| HSL | 337.72º | 0.81% | 0.51% | - |
| HSV(B) | 337.72º | 0.87% | 0.91% | - |
| XYZ | 35.89 | 18.87 | 14.85 | - |
| YUV | 97.95 | 131.42 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 104 | 0 | 0.87 | 0.55 | 0.09 | 337.72 | 0.81 | 0.51 |
| Hex | E7 | 1D | 68 | 0 | 57 | 37 | 9 | 152 | 51 | 33 |
| Octal | 347 | 35 | 150 | 0 | 127 | 67 | 11 | 522 | 121 | 63 |
| Binary | 11100111 | 11101 | 1101000 | 0 | 1010111 | 110111 | 1001 | 101010010 | 1010001 | 110011 |
Color Harmonies of #E71D68
Complementary color
Monochromatic Colors of #E71D68
Black with #E71D68
Text Example
Text Example
White with #E71D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71D68; }
p { color: rgb(231,29,104); }
H1.HeaderClassName
{
color: #E71D68;
}
.AnyTagClassName
{
color: #E71D68;
}
</style>
background-color css
<style>
a { background-color: #E71D68; }
a { background-color: rgb(231,29,104); }
div.DivClassName
{
background-color: #E71D68;
}
.BgClassName
{
background-color: #E71D68;
}
</style>
border-color css
<style>
span { border-color: #E71D68; }
span { border-color: rgb(231,29,104); }
td.TdClassName
{
border-color: #E71D68;
}
.TagClassName
{
border-color: #E71D68;
}
</style>