Shades of Ruby #E9157C
Tints of Ruby #E9157C
RGB
CMYK
RGB Variations
Color information
#E9157C (or 0xE9157C) is known color: Ruby. HEX triplet: E9, 15 and 7C. RGB value is (233,21,124). Sum of RGB (Red+Green+Blue) = 233+21+124=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E9157C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9157C is #16EA83. Grayscale: #5F5F5F. Windows color (decimal): -1501828 or 8132073. OLE color: 8132073.
HSL color Cylindrical-coordinate representation of color #E9157C: hue angle of 330.85º 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 #E9157C is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 124 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.09 |
| HSL | 330.85º | 0.83% | 0.5% | - |
| HSV(B) | 330.85º | 0.91% | 0.91% | - |
| XYZ | 37.51 | 19.32 | 20.82 | - |
| YUV | 96.13 | 143.74 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 124 | 0 | 0.91 | 0.47 | 0.09 | 330.85 | 0.83 | 0.5 |
| Hex | E9 | 15 | 7C | 0 | 5B | 2F | 9 | 14B | 53 | 32 |
| Octal | 351 | 25 | 174 | 0 | 133 | 57 | 11 | 513 | 123 | 62 |
| Binary | 11101001 | 10101 | 1111100 | 0 | 1011011 | 101111 | 1001 | 101001011 | 1010011 | 110010 |
Color Harmonies of #E9157C
Complementary color
Monochromatic Colors of #E9157C
Black with #E9157C
Text Example
Text Example
White with #E9157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9157C; }
p { color: rgb(233,21,124); }
H1.HeaderClassName
{
color: #E9157C;
}
.AnyTagClassName
{
color: #E9157C;
}
</style>
background-color css
<style>
a { background-color: #E9157C; }
a { background-color: rgb(233,21,124); }
div.DivClassName
{
background-color: #E9157C;
}
.BgClassName
{
background-color: #E9157C;
}
</style>
border-color css
<style>
span { border-color: #E9157C; }
span { border-color: rgb(233,21,124); }
td.TdClassName
{
border-color: #E9157C;
}
.TagClassName
{
border-color: #E9157C;
}
</style>