Shades of Ruby #E8127B
Tints of Ruby #E8127B
RGB
CMYK
RGB Variations
Color information
#E8127B (or 0xE8127B) is known color: Ruby. HEX triplet: E8, 12 and 7B. RGB value is (232,18,123). Sum of RGB (Red+Green+Blue) = 232+18+123=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E8127B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8127B is #17ED84. Grayscale: #5D5D5D. Windows color (decimal): -1568133 or 8065768. OLE color: 8065768.
HSL color Cylindrical-coordinate representation of color #E8127B: hue angle of 330.56º 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 #E8127B is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 123 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.09 |
| HSL | 330.56º | 0.86% | 0.49% | - |
| HSV(B) | 330.56º | 0.92% | 0.91% | - |
| XYZ | 37.07 | 19.02 | 20.46 | - |
| YUV | 93.96 | 144.4 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 123 | 0 | 0.92 | 0.47 | 0.09 | 330.56 | 0.86 | 0.49 |
| Hex | E8 | 12 | 7B | 0 | 5C | 2F | 9 | 14B | 56 | 31 |
| Octal | 350 | 22 | 173 | 0 | 134 | 57 | 11 | 513 | 126 | 61 |
| Binary | 11101000 | 10010 | 1111011 | 0 | 1011100 | 101111 | 1001 | 101001011 | 1010110 | 110001 |
Color Harmonies of #E8127B
Complementary color
Monochromatic Colors of #E8127B
Black with #E8127B
Text Example
Text Example
White with #E8127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8127B; }
p { color: rgb(232,18,123); }
H1.HeaderClassName
{
color: #E8127B;
}
.AnyTagClassName
{
color: #E8127B;
}
</style>
background-color css
<style>
a { background-color: #E8127B; }
a { background-color: rgb(232,18,123); }
div.DivClassName
{
background-color: #E8127B;
}
.BgClassName
{
background-color: #E8127B;
}
</style>
border-color css
<style>
span { border-color: #E8127B; }
span { border-color: rgb(232,18,123); }
td.TdClassName
{
border-color: #E8127B;
}
.TagClassName
{
border-color: #E8127B;
}
</style>