Shades of Ruby #E8127C
Tints of Ruby #E8127C
RGB
CMYK
RGB Variations
Color information
#E8127C (or 0xE8127C) is known color: Ruby. HEX triplet: E8, 12 and 7C. RGB value is (232,18,124). Sum of RGB (Red+Green+Blue) = 232+18+124=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E8127C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8127C is #17ED83. Grayscale: #5D5D5D. Windows color (decimal): -1568132 or 8131304. OLE color: 8131304.
HSL color Cylindrical-coordinate representation of color #E8127C: hue angle of 330.28º degrees, saturation: 0.86, 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 #E8127C is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 124 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.09 |
| HSL | 330.28º | 0.86% | 0.49% | - |
| HSV(B) | 330.28º | 0.92% | 0.91% | - |
| XYZ | 37.13 | 19.04 | 20.79 | - |
| YUV | 94.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 124 | 0 | 0.92 | 0.47 | 0.09 | 330.28 | 0.86 | 0.49 |
| Hex | E8 | 12 | 7C | 0 | 5C | 2F | 9 | 14A | 56 | 31 |
| Octal | 350 | 22 | 174 | 0 | 134 | 57 | 11 | 512 | 126 | 61 |
| Binary | 11101000 | 10010 | 1111100 | 0 | 1011100 | 101111 | 1001 | 101001010 | 1010110 | 110001 |
Color Harmonies of #E8127C
Complementary color
Monochromatic Colors of #E8127C
Black with #E8127C
Text Example
Text Example
White with #E8127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8127C; }
p { color: rgb(232,18,124); }
H1.HeaderClassName
{
color: #E8127C;
}
.AnyTagClassName
{
color: #E8127C;
}
</style>
background-color css
<style>
a { background-color: #E8127C; }
a { background-color: rgb(232,18,124); }
div.DivClassName
{
background-color: #E8127C;
}
.BgClassName
{
background-color: #E8127C;
}
</style>
border-color css
<style>
span { border-color: #E8127C; }
span { border-color: rgb(232,18,124); }
td.TdClassName
{
border-color: #E8127C;
}
.TagClassName
{
border-color: #E8127C;
}
</style>