Shades of Ruby #E71B61
Tints of Ruby #E71B61
RGB
CMYK
RGB Variations
Color information
#E71B61 (or 0xE71B61) is known color: Ruby. HEX triplet: E7, 1B and 61. RGB value is (231,27,97). Sum of RGB (Red+Green+Blue) = 231+27+97=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71B61 is #18E49E. Grayscale: #5F5F5F. Windows color (decimal): -1631391 or 6364135. OLE color: 6364135.
HSL color Cylindrical-coordinate representation of color #E71B61: hue angle of 339.41º 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 #E71B61 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 97 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.09 |
| HSL | 339.41º | 0.81% | 0.51% | - |
| HSV(B) | 339.41º | 0.88% | 0.91% | - |
| XYZ | 35.5 | 18.64 | 13.04 | - |
| YUV | 95.98 | 128.59 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 97 | 0 | 0.88 | 0.58 | 0.09 | 339.41 | 0.81 | 0.51 |
| Hex | E7 | 1B | 61 | 0 | 58 | 3A | 9 | 153 | 51 | 33 |
| Octal | 347 | 33 | 141 | 0 | 130 | 72 | 11 | 523 | 121 | 63 |
| Binary | 11100111 | 11011 | 1100001 | 0 | 1011000 | 111010 | 1001 | 101010011 | 1010001 | 110011 |
Color Harmonies of #E71B61
Complementary color
Monochromatic Colors of #E71B61
Black with #E71B61
Text Example
Text Example
White with #E71B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71B61; }
p { color: rgb(231,27,97); }
H1.HeaderClassName
{
color: #E71B61;
}
.AnyTagClassName
{
color: #E71B61;
}
</style>
background-color css
<style>
a { background-color: #E71B61; }
a { background-color: rgb(231,27,97); }
div.DivClassName
{
background-color: #E71B61;
}
.BgClassName
{
background-color: #E71B61;
}
</style>
border-color css
<style>
span { border-color: #E71B61; }
span { border-color: rgb(231,27,97); }
td.TdClassName
{
border-color: #E71B61;
}
.TagClassName
{
border-color: #E71B61;
}
</style>