Shades of Ruby #E81F61
Tints of Ruby #E81F61
RGB
CMYK
RGB Variations
Color information
#E81F61 (or 0xE81F61) is known color: Ruby. HEX triplet: E8, 1F and 61. RGB value is (232,31,97). Sum of RGB (Red+Green+Blue) = 232+31+97=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E81F61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81F61 is #17E09E. Grayscale: #626262. Windows color (decimal): -1564831 or 6365160. OLE color: 6365160.
HSL color Cylindrical-coordinate representation of color #E81F61: hue angle of 340.3º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81F61 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 31 | 97 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.09 |
| HSL | 340.3º | 0.81% | 0.52% | - |
| HSV(B) | 340.3º | 0.87% | 0.91% | - |
| XYZ | 35.93 | 19 | 13.08 | - |
| YUV | 98.62 | 127.09 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 31 | 97 | 0 | 0.87 | 0.58 | 0.09 | 340.3 | 0.81 | 0.52 |
| Hex | E8 | 1F | 61 | 0 | 57 | 3A | 9 | 154 | 51 | 34 |
| Octal | 350 | 37 | 141 | 0 | 127 | 72 | 11 | 524 | 121 | 64 |
| Binary | 11101000 | 11111 | 1100001 | 0 | 1010111 | 111010 | 1001 | 101010100 | 1010001 | 110100 |
Color Harmonies of #E81F61
Complementary color
Monochromatic Colors of #E81F61
Black with #E81F61
Text Example
Text Example
White with #E81F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81F61; }
p { color: rgb(232,31,97); }
H1.HeaderClassName
{
color: #E81F61;
}
.AnyTagClassName
{
color: #E81F61;
}
</style>
background-color css
<style>
a { background-color: #E81F61; }
a { background-color: rgb(232,31,97); }
div.DivClassName
{
background-color: #E81F61;
}
.BgClassName
{
background-color: #E81F61;
}
</style>
border-color css
<style>
span { border-color: #E81F61; }
span { border-color: rgb(232,31,97); }
td.TdClassName
{
border-color: #E81F61;
}
.TagClassName
{
border-color: #E81F61;
}
</style>