Shades of Ruby #E82060
Tints of Ruby #E82060
RGB
CMYK
RGB Variations
Color information
#E82060 (or 0xE82060) is known color: Ruby. HEX triplet: E8, 20 and 60. RGB value is (232,32,96). Sum of RGB (Red+Green+Blue) = 232+32+96=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E82060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82060 is #17DF9F. Grayscale: #636363. Windows color (decimal): -1564576 or 6299880. OLE color: 6299880.
HSL color Cylindrical-coordinate representation of color #E82060: hue angle of 340.8º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82060 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 96 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.09 |
| HSL | 340.8º | 0.81% | 0.52% | - |
| HSV(B) | 340.8º | 0.86% | 0.91% | - |
| XYZ | 35.91 | 19.03 | 12.85 | - |
| YUV | 99.1 | 126.26 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 96 | 0 | 0.86 | 0.59 | 0.09 | 340.8 | 0.81 | 0.52 |
| Hex | E8 | 20 | 60 | 0 | 56 | 3B | 9 | 155 | 51 | 34 |
| Octal | 350 | 40 | 140 | 0 | 126 | 73 | 11 | 525 | 121 | 64 |
| Binary | 11101000 | 100000 | 1100000 | 0 | 1010110 | 111011 | 1001 | 101010101 | 1010001 | 110100 |
Color Harmonies of #E82060
Complementary color
Monochromatic Colors of #E82060
Black with #E82060
Text Example
Text Example
White with #E82060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82060; }
p { color: rgb(232,32,96); }
H1.HeaderClassName
{
color: #E82060;
}
.AnyTagClassName
{
color: #E82060;
}
</style>
background-color css
<style>
a { background-color: #E82060; }
a { background-color: rgb(232,32,96); }
div.DivClassName
{
background-color: #E82060;
}
.BgClassName
{
background-color: #E82060;
}
</style>
border-color css
<style>
span { border-color: #E82060; }
span { border-color: rgb(232,32,96); }
td.TdClassName
{
border-color: #E82060;
}
.TagClassName
{
border-color: #E82060;
}
</style>