Shades of Ruby #E81C78
Tints of Ruby #E81C78
RGB
CMYK
RGB Variations
Color information
#E81C78 (or 0xE81C78) is known color: Ruby. HEX triplet: E8, 1C and 78. RGB value is (232,28,120). Sum of RGB (Red+Green+Blue) = 232+28+120=380 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.05% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81C78 is #17E387. Grayscale: #636363. Windows color (decimal): -1565576 or 7871720. OLE color: 7871720.
HSL color Cylindrical-coordinate representation of color #E81C78: hue angle of 332.94º 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 #E81C78 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 120 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.09 |
| HSL | 332.94º | 0.82% | 0.51% | - |
| HSV(B) | 332.94º | 0.88% | 0.91% | - |
| XYZ | 37.08 | 19.34 | 19.55 | - |
| YUV | 99.48 | 139.59 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 120 | 0 | 0.88 | 0.48 | 0.09 | 332.94 | 0.82 | 0.51 |
| Hex | E8 | 1C | 78 | 0 | 58 | 30 | 9 | 14D | 52 | 33 |
| Octal | 350 | 34 | 170 | 0 | 130 | 60 | 11 | 515 | 122 | 63 |
| Binary | 11101000 | 11100 | 1111000 | 0 | 1011000 | 110000 | 1001 | 101001101 | 1010010 | 110011 |
Color Harmonies of #E81C78
Complementary color
Monochromatic Colors of #E81C78
Black with #E81C78
Text Example
Text Example
White with #E81C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81C78; }
p { color: rgb(232,28,120); }
H1.HeaderClassName
{
color: #E81C78;
}
.AnyTagClassName
{
color: #E81C78;
}
</style>
background-color css
<style>
a { background-color: #E81C78; }
a { background-color: rgb(232,28,120); }
div.DivClassName
{
background-color: #E81C78;
}
.BgClassName
{
background-color: #E81C78;
}
</style>
border-color css
<style>
span { border-color: #E81C78; }
span { border-color: rgb(232,28,120); }
td.TdClassName
{
border-color: #E81C78;
}
.TagClassName
{
border-color: #E81C78;
}
</style>