Shades of Ruby #E8156B
Tints of Ruby #E8156B
RGB
CMYK
RGB Variations
Color information
#E8156B (or 0xE8156B) is known color: Ruby. HEX triplet: E8, 15 and 6B. RGB value is (232,21,107). Sum of RGB (Red+Green+Blue) = 232+21+107=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8156B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8156B is #17EA94. Grayscale: #5D5D5D. Windows color (decimal): -1567381 or 7017960. OLE color: 7017960.
HSL color Cylindrical-coordinate representation of color #E8156B: hue angle of 335.55º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8156B is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 107 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.09 |
| HSL | 335.55º | 0.83% | 0.5% | - |
| HSV(B) | 335.55º | 0.91% | 0.91% | - |
| XYZ | 36.2 | 18.75 | 15.62 | - |
| YUV | 93.89 | 135.4 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 107 | 0 | 0.91 | 0.54 | 0.09 | 335.55 | 0.83 | 0.5 |
| Hex | E8 | 15 | 6B | 0 | 5B | 36 | 9 | 150 | 53 | 32 |
| Octal | 350 | 25 | 153 | 0 | 133 | 66 | 11 | 520 | 123 | 62 |
| Binary | 11101000 | 10101 | 1101011 | 0 | 1011011 | 110110 | 1001 | 101010000 | 1010011 | 110010 |
Color Harmonies of #E8156B
Complementary color
Monochromatic Colors of #E8156B
Black with #E8156B
Text Example
Text Example
White with #E8156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8156B; }
p { color: rgb(232,21,107); }
H1.HeaderClassName
{
color: #E8156B;
}
.AnyTagClassName
{
color: #E8156B;
}
</style>
background-color css
<style>
a { background-color: #E8156B; }
a { background-color: rgb(232,21,107); }
div.DivClassName
{
background-color: #E8156B;
}
.BgClassName
{
background-color: #E8156B;
}
</style>
border-color css
<style>
span { border-color: #E8156B; }
span { border-color: rgb(232,21,107); }
td.TdClassName
{
border-color: #E8156B;
}
.TagClassName
{
border-color: #E8156B;
}
</style>