Shades of Ruby #E8136C
Tints of Ruby #E8136C
RGB
CMYK
RGB Variations
Color information
#E8136C (or 0xE8136C) is known color: Ruby. HEX triplet: E8, 13 and 6C. RGB value is (232,19,108). Sum of RGB (Red+Green+Blue) = 232+19+108=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E8136C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8136C is #17EC93. Grayscale: #5C5C5C. Windows color (decimal): -1567892 or 7082984. OLE color: 7082984.
HSL color Cylindrical-coordinate representation of color #E8136C: hue angle of 334.93º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8136C is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 108 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.09 |
| HSL | 334.93º | 0.85% | 0.49% | - |
| HSV(B) | 334.93º | 0.92% | 0.91% | - |
| XYZ | 36.22 | 18.7 | 15.89 | - |
| YUV | 92.83 | 136.57 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 108 | 0 | 0.92 | 0.53 | 0.09 | 334.93 | 0.85 | 0.49 |
| Hex | E8 | 13 | 6C | 0 | 5C | 35 | 9 | 14F | 55 | 31 |
| Octal | 350 | 23 | 154 | 0 | 134 | 65 | 11 | 517 | 125 | 61 |
| Binary | 11101000 | 10011 | 1101100 | 0 | 1011100 | 110101 | 1001 | 101001111 | 1010101 | 110001 |
Color Harmonies of #E8136C
Complementary color
Monochromatic Colors of #E8136C
Black with #E8136C
Text Example
Text Example
White with #E8136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8136C; }
p { color: rgb(232,19,108); }
H1.HeaderClassName
{
color: #E8136C;
}
.AnyTagClassName
{
color: #E8136C;
}
</style>
background-color css
<style>
a { background-color: #E8136C; }
a { background-color: rgb(232,19,108); }
div.DivClassName
{
background-color: #E8136C;
}
.BgClassName
{
background-color: #E8136C;
}
</style>
border-color css
<style>
span { border-color: #E8136C; }
span { border-color: rgb(232,19,108); }
td.TdClassName
{
border-color: #E8136C;
}
.TagClassName
{
border-color: #E8136C;
}
</style>