Shades of Ruby #E81167
Tints of Ruby #E81167
RGB
CMYK
RGB Variations
Color information
#E81167 (or 0xE81167) is known color: Ruby. HEX triplet: E8, 11 and 67. RGB value is (232,17,103). Sum of RGB (Red+Green+Blue) = 232+17+103=352 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.91% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 232 - color contains mainly: red. Hex color #E81167 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81167 is #17EE98. Grayscale: #5A5A5A. Windows color (decimal): -1568409 or 6754792. OLE color: 6754792.
HSL color Cylindrical-coordinate representation of color #E81167: hue angle of 336º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81167 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 103 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.09 |
| HSL | 336º | 0.86% | 0.49% | - |
| HSV(B) | 336º | 0.93% | 0.91% | - |
| XYZ | 35.93 | 18.54 | 14.52 | - |
| YUV | 91.09 | 134.73 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 103 | 0 | 0.93 | 0.56 | 0.09 | 336 | 0.86 | 0.49 |
| Hex | E8 | 11 | 67 | 0 | 5D | 38 | 9 | 150 | 56 | 31 |
| Octal | 350 | 21 | 147 | 0 | 135 | 70 | 11 | 520 | 126 | 61 |
| Binary | 11101000 | 10001 | 1100111 | 0 | 1011101 | 111000 | 1001 | 101010000 | 1010110 | 110001 |
Color Harmonies of #E81167
Complementary color
Monochromatic Colors of #E81167
Black with #E81167
Text Example
Text Example
White with #E81167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81167; }
p { color: rgb(232,17,103); }
H1.HeaderClassName
{
color: #E81167;
}
.AnyTagClassName
{
color: #E81167;
}
</style>
background-color css
<style>
a { background-color: #E81167; }
a { background-color: rgb(232,17,103); }
div.DivClassName
{
background-color: #E81167;
}
.BgClassName
{
background-color: #E81167;
}
</style>
border-color css
<style>
span { border-color: #E81167; }
span { border-color: rgb(232,17,103); }
td.TdClassName
{
border-color: #E81167;
}
.TagClassName
{
border-color: #E81167;
}
</style>