Shades of Ruby #E71C6A
Tints of Ruby #E71C6A
RGB
CMYK
RGB Variations
Color information
#E71C6A (or 0xE71C6A) is known color: Ruby. HEX triplet: E7, 1C and 6A. RGB value is (231,28,106). Sum of RGB (Red+Green+Blue) = 231+28+106=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71C6A is #18E395. Grayscale: #616161. Windows color (decimal): -1631126 or 6954215. OLE color: 6954215.
HSL color Cylindrical-coordinate representation of color #E71C6A: hue angle of 336.95º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71C6A is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 106 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.09 |
| HSL | 336.95º | 0.81% | 0.51% | - |
| HSV(B) | 336.95º | 0.88% | 0.91% | - |
| XYZ | 35.97 | 18.86 | 15.38 | - |
| YUV | 97.59 | 132.75 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 106 | 0 | 0.88 | 0.54 | 0.09 | 336.95 | 0.81 | 0.51 |
| Hex | E7 | 1C | 6A | 0 | 58 | 36 | 9 | 151 | 51 | 33 |
| Octal | 347 | 34 | 152 | 0 | 130 | 66 | 11 | 521 | 121 | 63 |
| Binary | 11100111 | 11100 | 1101010 | 0 | 1011000 | 110110 | 1001 | 101010001 | 1010001 | 110011 |
Color Harmonies of #E71C6A
Complementary color
Monochromatic Colors of #E71C6A
Black with #E71C6A
Text Example
Text Example
White with #E71C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71C6A; }
p { color: rgb(231,28,106); }
H1.HeaderClassName
{
color: #E71C6A;
}
.AnyTagClassName
{
color: #E71C6A;
}
</style>
background-color css
<style>
a { background-color: #E71C6A; }
a { background-color: rgb(231,28,106); }
div.DivClassName
{
background-color: #E71C6A;
}
.BgClassName
{
background-color: #E71C6A;
}
</style>
border-color css
<style>
span { border-color: #E71C6A; }
span { border-color: rgb(231,28,106); }
td.TdClassName
{
border-color: #E71C6A;
}
.TagClassName
{
border-color: #E71C6A;
}
</style>