Shades of Ruby #E81A77
Tints of Ruby #E81A77
RGB
CMYK
RGB Variations
Color information
#E81A77 (or 0xE81A77) is known color: Ruby. HEX triplet: E8, 1A and 77. RGB value is (232,26,119). Sum of RGB (Red+Green+Blue) = 232+26+119=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A77 is #17E588. Grayscale: #626262. Windows color (decimal): -1566089 or 7805672. OLE color: 7805672.
HSL color Cylindrical-coordinate representation of color #E81A77: hue angle of 332.91º 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 #E81A77 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 119 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.09 |
| HSL | 332.91º | 0.82% | 0.51% | - |
| HSV(B) | 332.91º | 0.89% | 0.91% | - |
| XYZ | 36.98 | 19.23 | 19.21 | - |
| YUV | 98.2 | 139.75 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 119 | 0 | 0.89 | 0.49 | 0.09 | 332.91 | 0.82 | 0.51 |
| Hex | E8 | 1A | 77 | 0 | 59 | 31 | 9 | 14D | 52 | 33 |
| Octal | 350 | 32 | 167 | 0 | 131 | 61 | 11 | 515 | 122 | 63 |
| Binary | 11101000 | 11010 | 1110111 | 0 | 1011001 | 110001 | 1001 | 101001101 | 1010010 | 110011 |
Color Harmonies of #E81A77
Complementary color
Monochromatic Colors of #E81A77
Black with #E81A77
Text Example
Text Example
White with #E81A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A77; }
p { color: rgb(232,26,119); }
H1.HeaderClassName
{
color: #E81A77;
}
.AnyTagClassName
{
color: #E81A77;
}
</style>
background-color css
<style>
a { background-color: #E81A77; }
a { background-color: rgb(232,26,119); }
div.DivClassName
{
background-color: #E81A77;
}
.BgClassName
{
background-color: #E81A77;
}
</style>
border-color css
<style>
span { border-color: #E81A77; }
span { border-color: rgb(232,26,119); }
td.TdClassName
{
border-color: #E81A77;
}
.TagClassName
{
border-color: #E81A77;
}
</style>