Shades of Ruby #E81A62
Tints of Ruby #E81A62
RGB
CMYK
RGB Variations
Color information
#E81A62 (or 0xE81A62) is known color: Ruby. HEX triplet: E8, 1A and 62. RGB value is (232,26,98). Sum of RGB (Red+Green+Blue) = 232+26+98=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A62 is #17E59D. Grayscale: #5F5F5F. Windows color (decimal): -1566110 or 6429416. OLE color: 6429416.
HSL color Cylindrical-coordinate representation of color #E81A62: hue angle of 339.03º 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 #E81A62 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 98 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.09 |
| HSL | 339.03º | 0.82% | 0.51% | - |
| HSV(B) | 339.03º | 0.89% | 0.91% | - |
| XYZ | 35.85 | 18.78 | 13.29 | - |
| YUV | 95.8 | 129.25 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 98 | 0 | 0.89 | 0.58 | 0.09 | 339.03 | 0.82 | 0.51 |
| Hex | E8 | 1A | 62 | 0 | 59 | 3A | 9 | 153 | 52 | 33 |
| Octal | 350 | 32 | 142 | 0 | 131 | 72 | 11 | 523 | 122 | 63 |
| Binary | 11101000 | 11010 | 1100010 | 0 | 1011001 | 111010 | 1001 | 101010011 | 1010010 | 110011 |
Color Harmonies of #E81A62
Complementary color
Monochromatic Colors of #E81A62
Black with #E81A62
Text Example
Text Example
White with #E81A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A62; }
p { color: rgb(232,26,98); }
H1.HeaderClassName
{
color: #E81A62;
}
.AnyTagClassName
{
color: #E81A62;
}
</style>
background-color css
<style>
a { background-color: #E81A62; }
a { background-color: rgb(232,26,98); }
div.DivClassName
{
background-color: #E81A62;
}
.BgClassName
{
background-color: #E81A62;
}
</style>
border-color css
<style>
span { border-color: #E81A62; }
span { border-color: rgb(232,26,98); }
td.TdClassName
{
border-color: #E81A62;
}
.TagClassName
{
border-color: #E81A62;
}
</style>