Shades of Ruby #E8157C
Tints of Ruby #E8157C
RGB
CMYK
RGB Variations
Color information
#E8157C (or 0xE8157C) is known color: Ruby. HEX triplet: E8, 15 and 7C. RGB value is (232,21,124). Sum of RGB (Red+Green+Blue) = 232+21+124=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E8157C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8157C is #17EA83. Grayscale: #5F5F5F. Windows color (decimal): -1567364 or 8132072. OLE color: 8132072.
HSL color Cylindrical-coordinate representation of color #E8157C: hue angle of 330.71º 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 #E8157C is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 124 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.09 |
| HSL | 330.71º | 0.83% | 0.5% | - |
| HSV(B) | 330.71º | 0.91% | 0.91% | - |
| XYZ | 37.18 | 19.15 | 20.8 | - |
| YUV | 95.83 | 143.9 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 124 | 0 | 0.91 | 0.47 | 0.09 | 330.71 | 0.83 | 0.5 |
| Hex | E8 | 15 | 7C | 0 | 5B | 2F | 9 | 14B | 53 | 32 |
| Octal | 350 | 25 | 174 | 0 | 133 | 57 | 11 | 513 | 123 | 62 |
| Binary | 11101000 | 10101 | 1111100 | 0 | 1011011 | 101111 | 1001 | 101001011 | 1010011 | 110010 |
Color Harmonies of #E8157C
Complementary color
Monochromatic Colors of #E8157C
Black with #E8157C
Text Example
Text Example
White with #E8157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8157C; }
p { color: rgb(232,21,124); }
H1.HeaderClassName
{
color: #E8157C;
}
.AnyTagClassName
{
color: #E8157C;
}
</style>
background-color css
<style>
a { background-color: #E8157C; }
a { background-color: rgb(232,21,124); }
div.DivClassName
{
background-color: #E8157C;
}
.BgClassName
{
background-color: #E8157C;
}
</style>
border-color css
<style>
span { border-color: #E8157C; }
span { border-color: rgb(232,21,124); }
td.TdClassName
{
border-color: #E8157C;
}
.TagClassName
{
border-color: #E8157C;
}
</style>