Shades of Ruby #E71D6E
Tints of Ruby #E71D6E
RGB
CMYK
RGB Variations
Color information
#E71D6E (or 0xE71D6E) is known color: Ruby. HEX triplet: E7, 1D and 6E. RGB value is (231,29,110). Sum of RGB (Red+Green+Blue) = 231+29+110=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71D6E is #18E291. Grayscale: #626262. Windows color (decimal): -1630866 or 7216615. OLE color: 7216615.
HSL color Cylindrical-coordinate representation of color #E71D6E: hue angle of 335.94º 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 #E71D6E is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 110 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.09 |
| HSL | 335.94º | 0.81% | 0.51% | - |
| HSV(B) | 335.94º | 0.87% | 0.91% | - |
| XYZ | 36.21 | 18.99 | 16.51 | - |
| YUV | 98.63 | 134.42 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 110 | 0 | 0.87 | 0.52 | 0.09 | 335.94 | 0.81 | 0.51 |
| Hex | E7 | 1D | 6E | 0 | 57 | 34 | 9 | 150 | 51 | 33 |
| Octal | 347 | 35 | 156 | 0 | 127 | 64 | 11 | 520 | 121 | 63 |
| Binary | 11100111 | 11101 | 1101110 | 0 | 1010111 | 110100 | 1001 | 101010000 | 1010001 | 110011 |
Color Harmonies of #E71D6E
Complementary color
Monochromatic Colors of #E71D6E
Black with #E71D6E
Text Example
Text Example
White with #E71D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71D6E; }
p { color: rgb(231,29,110); }
H1.HeaderClassName
{
color: #E71D6E;
}
.AnyTagClassName
{
color: #E71D6E;
}
</style>
background-color css
<style>
a { background-color: #E71D6E; }
a { background-color: rgb(231,29,110); }
div.DivClassName
{
background-color: #E71D6E;
}
.BgClassName
{
background-color: #E71D6E;
}
</style>
border-color css
<style>
span { border-color: #E71D6E; }
span { border-color: rgb(231,29,110); }
td.TdClassName
{
border-color: #E71D6E;
}
.TagClassName
{
border-color: #E71D6E;
}
</style>