Shades of Ruby #E91062
Tints of Ruby #E91062
RGB
CMYK
RGB Variations
Color information
#E91062 (or 0xE91062) is known color: Ruby. HEX triplet: E9, 10 and 62. RGB value is (233,16,98). Sum of RGB (Red+Green+Blue) = 233+16+98=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E91062 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91062 is #16EF9D. Grayscale: #5A5A5A. Windows color (decimal): -1503134 or 6426857. OLE color: 6426857.
HSL color Cylindrical-coordinate representation of color #E91062: hue angle of 337.33º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E91062 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 16 | 98 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.09 |
| HSL | 337.33º | 0.87% | 0.49% | - |
| HSV(B) | 337.33º | 0.93% | 0.91% | - |
| XYZ | 35.99 | 18.58 | 13.24 | - |
| YUV | 90.23 | 132.39 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 98 | 0 | 0.93 | 0.58 | 0.09 | 337.33 | 0.87 | 0.49 |
| Hex | E9 | 10 | 62 | 0 | 5D | 3A | 9 | 151 | 57 | 31 |
| Octal | 351 | 20 | 142 | 0 | 135 | 72 | 11 | 521 | 127 | 61 |
| Binary | 11101001 | 10000 | 1100010 | 0 | 1011101 | 111010 | 1001 | 101010001 | 1010111 | 110001 |
Color Harmonies of #E91062
Complementary color
Monochromatic Colors of #E91062
Black with #E91062
Text Example
Text Example
White with #E91062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91062; }
p { color: rgb(233,16,98); }
H1.HeaderClassName
{
color: #E91062;
}
.AnyTagClassName
{
color: #E91062;
}
</style>
background-color css
<style>
a { background-color: #E91062; }
a { background-color: rgb(233,16,98); }
div.DivClassName
{
background-color: #E91062;
}
.BgClassName
{
background-color: #E91062;
}
</style>
border-color css
<style>
span { border-color: #E91062; }
span { border-color: rgb(233,16,98); }
td.TdClassName
{
border-color: #E91062;
}
.TagClassName
{
border-color: #E91062;
}
</style>