Shades of Ruby #E91762
Tints of Ruby #E91762
RGB
CMYK
RGB Variations
Color information
#E91762 (or 0xE91762) is known color: Ruby. HEX triplet: E9, 17 and 62. RGB value is (233,23,98). Sum of RGB (Red+Green+Blue) = 233+23+98=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E91762 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91762 is #16E89D. Grayscale: #5E5E5E. Windows color (decimal): -1501342 or 6428649. OLE color: 6428649.
HSL color Cylindrical-coordinate representation of color #E91762: hue angle of 338.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E91762 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 98 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.09 |
| HSL | 338.57º | 0.83% | 0.5% | - |
| HSV(B) | 338.57º | 0.9% | 0.91% | - |
| XYZ | 36.12 | 18.82 | 13.28 | - |
| YUV | 94.34 | 130.07 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 98 | 0 | 0.90 | 0.58 | 0.09 | 338.57 | 0.83 | 0.5 |
| Hex | E9 | 17 | 62 | 0 | 5A | 3A | 9 | 153 | 53 | 32 |
| Octal | 351 | 27 | 142 | 0 | 132 | 72 | 11 | 523 | 123 | 62 |
| Binary | 11101001 | 10111 | 1100010 | 0 | 1011010 | 111010 | 1001 | 101010011 | 1010011 | 110010 |
Color Harmonies of #E91762
Complementary color
Monochromatic Colors of #E91762
Black with #E91762
Text Example
Text Example
White with #E91762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91762; }
p { color: rgb(233,23,98); }
H1.HeaderClassName
{
color: #E91762;
}
.AnyTagClassName
{
color: #E91762;
}
</style>
background-color css
<style>
a { background-color: #E91762; }
a { background-color: rgb(233,23,98); }
div.DivClassName
{
background-color: #E91762;
}
.BgClassName
{
background-color: #E91762;
}
</style>
border-color css
<style>
span { border-color: #E91762; }
span { border-color: rgb(233,23,98); }
td.TdClassName
{
border-color: #E91762;
}
.TagClassName
{
border-color: #E91762;
}
</style>