Shades of Ruby #E91562
Tints of Ruby #E91562
RGB
CMYK
RGB Variations
Color information
#E91562 (or 0xE91562) is known color: Ruby. HEX triplet: E9, 15 and 62. RGB value is (233,21,98). Sum of RGB (Red+Green+Blue) = 233+21+98=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E91562 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91562 is #16EA9D. Grayscale: #5D5D5D. Windows color (decimal): -1501854 or 6428137. OLE color: 6428137.
HSL color Cylindrical-coordinate representation of color #E91562: hue angle of 338.21º 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 #E91562 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 98 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.09 |
| HSL | 338.21º | 0.83% | 0.5% | - |
| HSV(B) | 338.21º | 0.91% | 0.91% | - |
| XYZ | 36.08 | 18.74 | 13.27 | - |
| YUV | 93.17 | 130.74 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 98 | 0 | 0.91 | 0.58 | 0.09 | 338.21 | 0.83 | 0.5 |
| Hex | E9 | 15 | 62 | 0 | 5B | 3A | 9 | 152 | 53 | 32 |
| Octal | 351 | 25 | 142 | 0 | 133 | 72 | 11 | 522 | 123 | 62 |
| Binary | 11101001 | 10101 | 1100010 | 0 | 1011011 | 111010 | 1001 | 101010010 | 1010011 | 110010 |
Color Harmonies of #E91562
Complementary color
Monochromatic Colors of #E91562
Black with #E91562
Text Example
Text Example
White with #E91562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91562; }
p { color: rgb(233,21,98); }
H1.HeaderClassName
{
color: #E91562;
}
.AnyTagClassName
{
color: #E91562;
}
</style>
background-color css
<style>
a { background-color: #E91562; }
a { background-color: rgb(233,21,98); }
div.DivClassName
{
background-color: #E91562;
}
.BgClassName
{
background-color: #E91562;
}
</style>
border-color css
<style>
span { border-color: #E91562; }
span { border-color: rgb(233,21,98); }
td.TdClassName
{
border-color: #E91562;
}
.TagClassName
{
border-color: #E91562;
}
</style>