Shades of Ruby #E9157A
Tints of Ruby #E9157A
RGB
CMYK
RGB Variations
Color information
#E9157A (or 0xE9157A) is known color: Ruby. HEX triplet: E9, 15 and 7A. RGB value is (233,21,122). Sum of RGB (Red+Green+Blue) = 233+21+122=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E9157A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9157A is #16EA85. Grayscale: #5F5F5F. Windows color (decimal): -1501830 or 8001001. OLE color: 8001001.
HSL color Cylindrical-coordinate representation of color #E9157A: hue angle of 331.42º 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 #E9157A is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 122 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.09 |
| HSL | 331.42º | 0.83% | 0.5% | - |
| HSV(B) | 331.42º | 0.91% | 0.91% | - |
| XYZ | 37.39 | 19.27 | 20.16 | - |
| YUV | 95.9 | 142.74 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 122 | 0 | 0.91 | 0.48 | 0.09 | 331.42 | 0.83 | 0.5 |
| Hex | E9 | 15 | 7A | 0 | 5B | 30 | 9 | 14B | 53 | 32 |
| Octal | 351 | 25 | 172 | 0 | 133 | 60 | 11 | 513 | 123 | 62 |
| Binary | 11101001 | 10101 | 1111010 | 0 | 1011011 | 110000 | 1001 | 101001011 | 1010011 | 110010 |
Color Harmonies of #E9157A
Complementary color
Monochromatic Colors of #E9157A
Black with #E9157A
Text Example
Text Example
White with #E9157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9157A; }
p { color: rgb(233,21,122); }
H1.HeaderClassName
{
color: #E9157A;
}
.AnyTagClassName
{
color: #E9157A;
}
</style>
background-color css
<style>
a { background-color: #E9157A; }
a { background-color: rgb(233,21,122); }
div.DivClassName
{
background-color: #E9157A;
}
.BgClassName
{
background-color: #E9157A;
}
</style>
border-color css
<style>
span { border-color: #E9157A; }
span { border-color: rgb(233,21,122); }
td.TdClassName
{
border-color: #E9157A;
}
.TagClassName
{
border-color: #E9157A;
}
</style>