Shades of Ruby #E91477
Tints of Ruby #E91477
RGB
CMYK
RGB Variations
Color information
#E91477 (or 0xE91477) is known color: Ruby. HEX triplet: E9, 14 and 77. RGB value is (233,20,119). Sum of RGB (Red+Green+Blue) = 233+20+119=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E91477 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91477 is #16EB88. Grayscale: #5E5E5E. Windows color (decimal): -1502089 or 7804137. OLE color: 7804137.
HSL color Cylindrical-coordinate representation of color #E91477: hue angle of 332.11º degrees, saturation: 0.84, 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 #E91477 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 119 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.09 |
| HSL | 332.11º | 0.84% | 0.5% | - |
| HSV(B) | 332.11º | 0.91% | 0.91% | - |
| XYZ | 37.18 | 19.16 | 19.19 | - |
| YUV | 94.97 | 141.57 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 119 | 0 | 0.91 | 0.49 | 0.09 | 332.11 | 0.84 | 0.5 |
| Hex | E9 | 14 | 77 | 0 | 5B | 31 | 9 | 14C | 54 | 32 |
| Octal | 351 | 24 | 167 | 0 | 133 | 61 | 11 | 514 | 124 | 62 |
| Binary | 11101001 | 10100 | 1110111 | 0 | 1011011 | 110001 | 1001 | 101001100 | 1010100 | 110010 |
Color Harmonies of #E91477
Complementary color
Monochromatic Colors of #E91477
Black with #E91477
Text Example
Text Example
White with #E91477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91477; }
p { color: rgb(233,20,119); }
H1.HeaderClassName
{
color: #E91477;
}
.AnyTagClassName
{
color: #E91477;
}
</style>
background-color css
<style>
a { background-color: #E91477; }
a { background-color: rgb(233,20,119); }
div.DivClassName
{
background-color: #E91477;
}
.BgClassName
{
background-color: #E91477;
}
</style>
border-color css
<style>
span { border-color: #E91477; }
span { border-color: rgb(233,20,119); }
td.TdClassName
{
border-color: #E91477;
}
.TagClassName
{
border-color: #E91477;
}
</style>