Shades of Ruby #E91D77
Tints of Ruby #E91D77
RGB
CMYK
RGB Variations
Color information
#E91D77 (or 0xE91D77) is known color: Ruby. HEX triplet: E9, 1D and 77. RGB value is (233,29,119). Sum of RGB (Red+Green+Blue) = 233+29+119=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91D77 is #16E288. Grayscale: #646464. Windows color (decimal): -1499785 or 7806441. OLE color: 7806441.
HSL color Cylindrical-coordinate representation of color #E91D77: hue angle of 333.53º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91D77 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 119 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.09 |
| HSL | 333.53º | 0.82% | 0.51% | - |
| HSV(B) | 333.53º | 0.88% | 0.91% | - |
| XYZ | 37.37 | 19.53 | 19.25 | - |
| YUV | 100.26 | 138.59 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 119 | 0 | 0.88 | 0.49 | 0.09 | 333.53 | 0.82 | 0.51 |
| Hex | E9 | 1D | 77 | 0 | 58 | 31 | 9 | 14E | 52 | 33 |
| Octal | 351 | 35 | 167 | 0 | 130 | 61 | 11 | 516 | 122 | 63 |
| Binary | 11101001 | 11101 | 1110111 | 0 | 1011000 | 110001 | 1001 | 101001110 | 1010010 | 110011 |
Color Harmonies of #E91D77
Complementary color
Monochromatic Colors of #E91D77
Black with #E91D77
Text Example
Text Example
White with #E91D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D77; }
p { color: rgb(233,29,119); }
H1.HeaderClassName
{
color: #E91D77;
}
.AnyTagClassName
{
color: #E91D77;
}
</style>
background-color css
<style>
a { background-color: #E91D77; }
a { background-color: rgb(233,29,119); }
div.DivClassName
{
background-color: #E91D77;
}
.BgClassName
{
background-color: #E91D77;
}
</style>
border-color css
<style>
span { border-color: #E91D77; }
span { border-color: rgb(233,29,119); }
td.TdClassName
{
border-color: #E91D77;
}
.TagClassName
{
border-color: #E91D77;
}
</style>