Shades of Ruby #E81C76
Tints of Ruby #E81C76
RGB
CMYK
RGB Variations
Color information
#E81C76 (or 0xE81C76) is known color: Ruby. HEX triplet: E8, 1C and 76. RGB value is (232,28,118). Sum of RGB (Red+Green+Blue) = 232+28+118=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81C76 is #17E389. Grayscale: #636363. Windows color (decimal): -1565578 or 7740648. OLE color: 7740648.
HSL color Cylindrical-coordinate representation of color #E81C76: 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 #E81C76 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 118 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.09 |
| HSL | 333.53º | 0.82% | 0.51% | - |
| HSV(B) | 333.53º | 0.88% | 0.91% | - |
| XYZ | 36.96 | 19.29 | 18.92 | - |
| YUV | 99.26 | 138.59 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 118 | 0 | 0.88 | 0.49 | 0.09 | 333.53 | 0.82 | 0.51 |
| Hex | E8 | 1C | 76 | 0 | 58 | 31 | 9 | 14E | 52 | 33 |
| Octal | 350 | 34 | 166 | 0 | 130 | 61 | 11 | 516 | 122 | 63 |
| Binary | 11101000 | 11100 | 1110110 | 0 | 1011000 | 110001 | 1001 | 101001110 | 1010010 | 110011 |
Color Harmonies of #E81C76
Complementary color
Monochromatic Colors of #E81C76
Black with #E81C76
Text Example
Text Example
White with #E81C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81C76; }
p { color: rgb(232,28,118); }
H1.HeaderClassName
{
color: #E81C76;
}
.AnyTagClassName
{
color: #E81C76;
}
</style>
background-color css
<style>
a { background-color: #E81C76; }
a { background-color: rgb(232,28,118); }
div.DivClassName
{
background-color: #E81C76;
}
.BgClassName
{
background-color: #E81C76;
}
</style>
border-color css
<style>
span { border-color: #E81C76; }
span { border-color: rgb(232,28,118); }
td.TdClassName
{
border-color: #E81C76;
}
.TagClassName
{
border-color: #E81C76;
}
</style>