Shades of Ruby #E81E61
Tints of Ruby #E81E61
RGB
CMYK
RGB Variations
Color information
#E81E61 (or 0xE81E61) is known color: Ruby. HEX triplet: E8, 1E and 61. RGB value is (232,30,97). Sum of RGB (Red+Green+Blue) = 232+30+97=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81E61 is #17E19E. Grayscale: #616161. Windows color (decimal): -1565087 or 6364904. OLE color: 6364904.
HSL color Cylindrical-coordinate representation of color #E81E61: hue angle of 340.1º 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 #E81E61 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 97 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.09 |
| HSL | 340.1º | 0.81% | 0.51% | - |
| HSV(B) | 340.1º | 0.87% | 0.91% | - |
| XYZ | 35.9 | 18.95 | 13.07 | - |
| YUV | 98.04 | 127.42 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 97 | 0 | 0.87 | 0.58 | 0.09 | 340.1 | 0.81 | 0.51 |
| Hex | E8 | 1E | 61 | 0 | 57 | 3A | 9 | 154 | 51 | 33 |
| Octal | 350 | 36 | 141 | 0 | 127 | 72 | 11 | 524 | 121 | 63 |
| Binary | 11101000 | 11110 | 1100001 | 0 | 1010111 | 111010 | 1001 | 101010100 | 1010001 | 110011 |
Color Harmonies of #E81E61
Complementary color
Monochromatic Colors of #E81E61
Black with #E81E61
Text Example
Text Example
White with #E81E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81E61; }
p { color: rgb(232,30,97); }
H1.HeaderClassName
{
color: #E81E61;
}
.AnyTagClassName
{
color: #E81E61;
}
</style>
background-color css
<style>
a { background-color: #E81E61; }
a { background-color: rgb(232,30,97); }
div.DivClassName
{
background-color: #E81E61;
}
.BgClassName
{
background-color: #E81E61;
}
</style>
border-color css
<style>
span { border-color: #E81E61; }
span { border-color: rgb(232,30,97); }
td.TdClassName
{
border-color: #E81E61;
}
.TagClassName
{
border-color: #E81E61;
}
</style>