Shades of Ruby #E81A74
Tints of Ruby #E81A74
RGB
CMYK
RGB Variations
Color information
#E81A74 (or 0xE81A74) is known color: Ruby. HEX triplet: E8, 1A and 74. RGB value is (232,26,116). Sum of RGB (Red+Green+Blue) = 232+26+116=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A74 is #17E58B. Grayscale: #616161. Windows color (decimal): -1566092 or 7609064. OLE color: 7609064.
HSL color Cylindrical-coordinate representation of color #E81A74: hue angle of 333.79º 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 #E81A74 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 116 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.09 |
| HSL | 333.79º | 0.82% | 0.51% | - |
| HSV(B) | 333.79º | 0.89% | 0.91% | - |
| XYZ | 36.8 | 19.16 | 18.28 | - |
| YUV | 97.85 | 138.25 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 116 | 0 | 0.89 | 0.50 | 0.09 | 333.79 | 0.82 | 0.51 |
| Hex | E8 | 1A | 74 | 0 | 59 | 32 | 9 | 14E | 52 | 33 |
| Octal | 350 | 32 | 164 | 0 | 131 | 62 | 11 | 516 | 122 | 63 |
| Binary | 11101000 | 11010 | 1110100 | 0 | 1011001 | 110010 | 1001 | 101001110 | 1010010 | 110011 |
Color Harmonies of #E81A74
Complementary color
Monochromatic Colors of #E81A74
Black with #E81A74
Text Example
Text Example
White with #E81A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A74; }
p { color: rgb(232,26,116); }
H1.HeaderClassName
{
color: #E81A74;
}
.AnyTagClassName
{
color: #E81A74;
}
</style>
background-color css
<style>
a { background-color: #E81A74; }
a { background-color: rgb(232,26,116); }
div.DivClassName
{
background-color: #E81A74;
}
.BgClassName
{
background-color: #E81A74;
}
</style>
border-color css
<style>
span { border-color: #E81A74; }
span { border-color: rgb(232,26,116); }
td.TdClassName
{
border-color: #E81A74;
}
.TagClassName
{
border-color: #E81A74;
}
</style>