Shades of Ruby #E81E6C
Tints of Ruby #E81E6C
RGB
CMYK
RGB Variations
Color information
#E81E6C (or 0xE81E6C) is known color: Ruby. HEX triplet: E8, 1E and 6C. RGB value is (232,30,108). Sum of RGB (Red+Green+Blue) = 232+30+108=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81E6C is #17E193. Grayscale: #636363. Windows color (decimal): -1565076 or 7085800. OLE color: 7085800.
HSL color Cylindrical-coordinate representation of color #E81E6C: hue angle of 336.83º 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 #E81E6C is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 108 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.09 |
| HSL | 336.83º | 0.81% | 0.51% | - |
| HSV(B) | 336.83º | 0.87% | 0.91% | - |
| XYZ | 36.45 | 19.17 | 15.97 | - |
| YUV | 99.29 | 132.92 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 108 | 0 | 0.87 | 0.53 | 0.09 | 336.83 | 0.81 | 0.51 |
| Hex | E8 | 1E | 6C | 0 | 57 | 35 | 9 | 151 | 51 | 33 |
| Octal | 350 | 36 | 154 | 0 | 127 | 65 | 11 | 521 | 121 | 63 |
| Binary | 11101000 | 11110 | 1101100 | 0 | 1010111 | 110101 | 1001 | 101010001 | 1010001 | 110011 |
Color Harmonies of #E81E6C
Complementary color
Monochromatic Colors of #E81E6C
Black with #E81E6C
Text Example
Text Example
White with #E81E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81E6C; }
p { color: rgb(232,30,108); }
H1.HeaderClassName
{
color: #E81E6C;
}
.AnyTagClassName
{
color: #E81E6C;
}
</style>
background-color css
<style>
a { background-color: #E81E6C; }
a { background-color: rgb(232,30,108); }
div.DivClassName
{
background-color: #E81E6C;
}
.BgClassName
{
background-color: #E81E6C;
}
</style>
border-color css
<style>
span { border-color: #E81E6C; }
span { border-color: rgb(232,30,108); }
td.TdClassName
{
border-color: #E81E6C;
}
.TagClassName
{
border-color: #E81E6C;
}
</style>