Shades of Ruby #E71F68
Tints of Ruby #E71F68
RGB
CMYK
RGB Variations
Color information
#E71F68 (or 0xE71F68) is known color: Ruby. HEX triplet: E7, 1F and 68. RGB value is (231,31,104). Sum of RGB (Red+Green+Blue) = 231+31+104=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71F68 is #18E097. Grayscale: #636363. Windows color (decimal): -1630360 or 6823911. OLE color: 6823911.
HSL color Cylindrical-coordinate representation of color #E71F68: hue angle of 338.1º 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 #E71F68 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 31 | 104 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.09 |
| HSL | 338.1º | 0.81% | 0.51% | - |
| HSV(B) | 338.1º | 0.87% | 0.91% | - |
| XYZ | 35.94 | 18.97 | 14.86 | - |
| YUV | 99.12 | 130.76 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 104 | 0 | 0.87 | 0.55 | 0.09 | 338.1 | 0.81 | 0.51 |
| Hex | E7 | 1F | 68 | 0 | 57 | 37 | 9 | 152 | 51 | 33 |
| Octal | 347 | 37 | 150 | 0 | 127 | 67 | 11 | 522 | 121 | 63 |
| Binary | 11100111 | 11111 | 1101000 | 0 | 1010111 | 110111 | 1001 | 101010010 | 1010001 | 110011 |
Color Harmonies of #E71F68
Complementary color
Monochromatic Colors of #E71F68
Black with #E71F68
Text Example
Text Example
White with #E71F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71F68; }
p { color: rgb(231,31,104); }
H1.HeaderClassName
{
color: #E71F68;
}
.AnyTagClassName
{
color: #E71F68;
}
</style>
background-color css
<style>
a { background-color: #E71F68; }
a { background-color: rgb(231,31,104); }
div.DivClassName
{
background-color: #E71F68;
}
.BgClassName
{
background-color: #E71F68;
}
</style>
border-color css
<style>
span { border-color: #E71F68; }
span { border-color: rgb(231,31,104); }
td.TdClassName
{
border-color: #E71F68;
}
.TagClassName
{
border-color: #E71F68;
}
</style>