Shades of Ruby #E91A77
Tints of Ruby #E91A77
RGB
CMYK
RGB Variations
Color information
#E91A77 (or 0xE91A77) is known color: Ruby. HEX triplet: E9, 1A and 77. RGB value is (233,26,119). Sum of RGB (Red+Green+Blue) = 233+26+119=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91A77 is #16E588. Grayscale: #626262. Windows color (decimal): -1500553 or 7805673. OLE color: 7805673.
HSL color Cylindrical-coordinate representation of color #E91A77: hue angle of 333.04º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91A77 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 119 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.09 |
| HSL | 333.04º | 0.82% | 0.51% | - |
| HSV(B) | 333.04º | 0.89% | 0.91% | - |
| XYZ | 37.3 | 19.39 | 19.23 | - |
| YUV | 98.5 | 139.58 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 119 | 0 | 0.89 | 0.49 | 0.09 | 333.04 | 0.82 | 0.51 |
| Hex | E9 | 1A | 77 | 0 | 59 | 31 | 9 | 14D | 52 | 33 |
| Octal | 351 | 32 | 167 | 0 | 131 | 61 | 11 | 515 | 122 | 63 |
| Binary | 11101001 | 11010 | 1110111 | 0 | 1011001 | 110001 | 1001 | 101001101 | 1010010 | 110011 |
Color Harmonies of #E91A77
Complementary color
Monochromatic Colors of #E91A77
Black with #E91A77
Text Example
Text Example
White with #E91A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A77; }
p { color: rgb(233,26,119); }
H1.HeaderClassName
{
color: #E91A77;
}
.AnyTagClassName
{
color: #E91A77;
}
</style>
background-color css
<style>
a { background-color: #E91A77; }
a { background-color: rgb(233,26,119); }
div.DivClassName
{
background-color: #E91A77;
}
.BgClassName
{
background-color: #E91A77;
}
</style>
border-color css
<style>
span { border-color: #E91A77; }
span { border-color: rgb(233,26,119); }
td.TdClassName
{
border-color: #E91A77;
}
.TagClassName
{
border-color: #E91A77;
}
</style>