Shades of Ruby #E81E6E
Tints of Ruby #E81E6E
RGB
CMYK
RGB Variations
Color information
#E81E6E (or 0xE81E6E) is known color: Ruby. HEX triplet: E8, 1E and 6E. RGB value is (232,30,110). Sum of RGB (Red+Green+Blue) = 232+30+110=372 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.37% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81E6E is #17E191. Grayscale: #636363. Windows color (decimal): -1565074 or 7216872. OLE color: 7216872.
HSL color Cylindrical-coordinate representation of color #E81E6E: hue angle of 336.24º 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 #E81E6E is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 110 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.09 |
| HSL | 336.24º | 0.81% | 0.51% | - |
| HSV(B) | 336.24º | 0.87% | 0.91% | - |
| XYZ | 36.56 | 19.21 | 16.53 | - |
| YUV | 99.52 | 133.92 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 110 | 0 | 0.87 | 0.53 | 0.09 | 336.24 | 0.81 | 0.51 |
| Hex | E8 | 1E | 6E | 0 | 57 | 35 | 9 | 150 | 51 | 33 |
| Octal | 350 | 36 | 156 | 0 | 127 | 65 | 11 | 520 | 121 | 63 |
| Binary | 11101000 | 11110 | 1101110 | 0 | 1010111 | 110101 | 1001 | 101010000 | 1010001 | 110011 |
Color Harmonies of #E81E6E
Complementary color
Monochromatic Colors of #E81E6E
Black with #E81E6E
Text Example
Text Example
White with #E81E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81E6E; }
p { color: rgb(232,30,110); }
H1.HeaderClassName
{
color: #E81E6E;
}
.AnyTagClassName
{
color: #E81E6E;
}
</style>
background-color css
<style>
a { background-color: #E81E6E; }
a { background-color: rgb(232,30,110); }
div.DivClassName
{
background-color: #E81E6E;
}
.BgClassName
{
background-color: #E81E6E;
}
</style>
border-color css
<style>
span { border-color: #E81E6E; }
span { border-color: rgb(232,30,110); }
td.TdClassName
{
border-color: #E81E6E;
}
.TagClassName
{
border-color: #E81E6E;
}
</style>