Shades of Ruby #E81778
Tints of Ruby #E81778
RGB
CMYK
RGB Variations
Color information
#E81778 (or 0xE81778) is known color: Ruby. HEX triplet: E8, 17 and 78. RGB value is (232,23,120). Sum of RGB (Red+Green+Blue) = 232+23+120=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E81778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81778 is #17E887. Grayscale: #606060. Windows color (decimal): -1566856 or 7870440. OLE color: 7870440.
HSL color Cylindrical-coordinate representation of color #E81778: hue angle of 332.15º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E81778 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 120 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.09 |
| HSL | 332.15º | 0.82% | 0.5% | - |
| HSV(B) | 332.15º | 0.9% | 0.91% | - |
| XYZ | 36.98 | 19.12 | 19.51 | - |
| YUV | 96.55 | 141.24 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 120 | 0 | 0.90 | 0.48 | 0.09 | 332.15 | 0.82 | 0.5 |
| Hex | E8 | 17 | 78 | 0 | 5A | 30 | 9 | 14C | 52 | 32 |
| Octal | 350 | 27 | 170 | 0 | 132 | 60 | 11 | 514 | 122 | 62 |
| Binary | 11101000 | 10111 | 1111000 | 0 | 1011010 | 110000 | 1001 | 101001100 | 1010010 | 110010 |
Color Harmonies of #E81778
Complementary color
Monochromatic Colors of #E81778
Black with #E81778
Text Example
Text Example
White with #E81778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81778; }
p { color: rgb(232,23,120); }
H1.HeaderClassName
{
color: #E81778;
}
.AnyTagClassName
{
color: #E81778;
}
</style>
background-color css
<style>
a { background-color: #E81778; }
a { background-color: rgb(232,23,120); }
div.DivClassName
{
background-color: #E81778;
}
.BgClassName
{
background-color: #E81778;
}
</style>
border-color css
<style>
span { border-color: #E81778; }
span { border-color: rgb(232,23,120); }
td.TdClassName
{
border-color: #E81778;
}
.TagClassName
{
border-color: #E81778;
}
</style>