Shades of Ruby #E71E6E
Tints of Ruby #E71E6E
RGB
CMYK
RGB Variations
Color information
#E71E6E (or 0xE71E6E) is known color: Ruby. HEX triplet: E7, 1E and 6E. RGB value is (231,30,110). Sum of RGB (Red+Green+Blue) = 231+30+110=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E71E6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71E6E is #18E191. Grayscale: #636363. Windows color (decimal): -1630610 or 7216871. OLE color: 7216871.
HSL color Cylindrical-coordinate representation of color #E71E6E: hue angle of 336.12º 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 #E71E6E is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 30 | 110 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.09 |
| HSL | 336.12º | 0.81% | 0.51% | - |
| HSV(B) | 336.12º | 0.87% | 0.91% | - |
| XYZ | 36.23 | 19.04 | 16.52 | - |
| YUV | 99.22 | 134.09 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 30 | 110 | 0 | 0.87 | 0.52 | 0.09 | 336.12 | 0.81 | 0.51 |
| Hex | E7 | 1E | 6E | 0 | 57 | 34 | 9 | 150 | 51 | 33 |
| Octal | 347 | 36 | 156 | 0 | 127 | 64 | 11 | 520 | 121 | 63 |
| Binary | 11100111 | 11110 | 1101110 | 0 | 1010111 | 110100 | 1001 | 101010000 | 1010001 | 110011 |
Color Harmonies of #E71E6E
Complementary color
Monochromatic Colors of #E71E6E
Black with #E71E6E
Text Example
Text Example
White with #E71E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71E6E; }
p { color: rgb(231,30,110); }
H1.HeaderClassName
{
color: #E71E6E;
}
.AnyTagClassName
{
color: #E71E6E;
}
</style>
background-color css
<style>
a { background-color: #E71E6E; }
a { background-color: rgb(231,30,110); }
div.DivClassName
{
background-color: #E71E6E;
}
.BgClassName
{
background-color: #E71E6E;
}
</style>
border-color css
<style>
span { border-color: #E71E6E; }
span { border-color: rgb(231,30,110); }
td.TdClassName
{
border-color: #E71E6E;
}
.TagClassName
{
border-color: #E71E6E;
}
</style>