Shades of Ruby #E8157A
Tints of Ruby #E8157A
RGB
CMYK
RGB Variations
Color information
#E8157A (or 0xE8157A) is known color: Ruby. HEX triplet: E8, 15 and 7A. RGB value is (232,21,122). Sum of RGB (Red+Green+Blue) = 232+21+122=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8157A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8157A is #17EA85. Grayscale: #5F5F5F. Windows color (decimal): -1567366 or 8001000. OLE color: 8001000.
HSL color Cylindrical-coordinate representation of color #E8157A: hue angle of 331.28º 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 #E8157A is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 122 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.09 |
| HSL | 331.28º | 0.83% | 0.5% | - |
| HSV(B) | 331.28º | 0.91% | 0.91% | - |
| XYZ | 37.06 | 19.1 | 20.15 | - |
| YUV | 95.6 | 142.9 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 122 | 0 | 0.91 | 0.47 | 0.09 | 331.28 | 0.83 | 0.5 |
| Hex | E8 | 15 | 7A | 0 | 5B | 2F | 9 | 14B | 53 | 32 |
| Octal | 350 | 25 | 172 | 0 | 133 | 57 | 11 | 513 | 123 | 62 |
| Binary | 11101000 | 10101 | 1111010 | 0 | 1011011 | 101111 | 1001 | 101001011 | 1010011 | 110010 |
Color Harmonies of #E8157A
Complementary color
Monochromatic Colors of #E8157A
Black with #E8157A
Text Example
Text Example
White with #E8157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8157A; }
p { color: rgb(232,21,122); }
H1.HeaderClassName
{
color: #E8157A;
}
.AnyTagClassName
{
color: #E8157A;
}
</style>
background-color css
<style>
a { background-color: #E8157A; }
a { background-color: rgb(232,21,122); }
div.DivClassName
{
background-color: #E8157A;
}
.BgClassName
{
background-color: #E8157A;
}
</style>
border-color css
<style>
span { border-color: #E8157A; }
span { border-color: rgb(232,21,122); }
td.TdClassName
{
border-color: #E8157A;
}
.TagClassName
{
border-color: #E8157A;
}
</style>