Shades of Ruby #E02060
Tints of Ruby #E02060
RGB
CMYK
RGB Variations
Color information
#E02060 (or 0xE02060) is known color: Ruby. HEX triplet: E0, 20 and 60. RGB value is (224,32,96). Sum of RGB (Red+Green+Blue) = 224+32+96=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E02060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02060 is #1FDF9F. Grayscale: #606060. Windows color (decimal): -2088864 or 6299872. OLE color: 6299872.
HSL color Cylindrical-coordinate representation of color #E02060: hue angle of 340º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02060 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 96 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.12 |
| HSL | 340º | 0.76% | 0.5% | - |
| HSV(B) | 340º | 0.86% | 0.88% | - |
| XYZ | 33.37 | 17.72 | 12.73 | - |
| YUV | 96.7 | 127.61 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 96 | 0 | 0.86 | 0.57 | 0.12 | 340 | 0.76 | 0.5 |
| Hex | E0 | 20 | 60 | 0 | 56 | 39 | C | 154 | 4C | 32 |
| Octal | 340 | 40 | 140 | 0 | 126 | 71 | 14 | 524 | 114 | 62 |
| Binary | 11100000 | 100000 | 1100000 | 0 | 1010110 | 111001 | 1100 | 101010100 | 1001100 | 110010 |
Color Harmonies of #E02060
Complementary color
Monochromatic Colors of #E02060
Black with #E02060
Text Example
Text Example
White with #E02060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02060; }
p { color: rgb(224,32,96); }
H1.HeaderClassName
{
color: #E02060;
}
.AnyTagClassName
{
color: #E02060;
}
</style>
background-color css
<style>
a { background-color: #E02060; }
a { background-color: rgb(224,32,96); }
div.DivClassName
{
background-color: #E02060;
}
.BgClassName
{
background-color: #E02060;
}
</style>
border-color css
<style>
span { border-color: #E02060; }
span { border-color: rgb(224,32,96); }
td.TdClassName
{
border-color: #E02060;
}
.TagClassName
{
border-color: #E02060;
}
</style>