Shades of Ruby #E01062
Tints of Ruby #E01062
RGB
CMYK
RGB Variations
Color information
#E01062 (or 0xE01062) is known color: Ruby. HEX triplet: E0, 10 and 62. RGB value is (224,16,98). Sum of RGB (Red+Green+Blue) = 224+16+98=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E01062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01062 is #1FEF9D. Grayscale: #575757. Windows color (decimal): -2092958 or 6426848. OLE color: 6426848.
HSL color Cylindrical-coordinate representation of color #E01062: hue angle of 336.35º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E01062 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 98 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.12 |
| HSL | 336.35º | 0.87% | 0.47% | - |
| HSV(B) | 336.35º | 0.93% | 0.88% | - |
| XYZ | 33.13 | 17.1 | 13.11 | - |
| YUV | 87.54 | 133.91 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 98 | 0 | 0.93 | 0.56 | 0.12 | 336.35 | 0.87 | 0.47 |
| Hex | E0 | 10 | 62 | 0 | 5D | 38 | C | 150 | 57 | 2F |
| Octal | 340 | 20 | 142 | 0 | 135 | 70 | 14 | 520 | 127 | 57 |
| Binary | 11100000 | 10000 | 1100010 | 0 | 1011101 | 111000 | 1100 | 101010000 | 1010111 | 101111 |
Color Harmonies of #E01062
Complementary color
Monochromatic Colors of #E01062
Black with #E01062
Text Example
Text Example
White with #E01062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01062; }
p { color: rgb(224,16,98); }
H1.HeaderClassName
{
color: #E01062;
}
.AnyTagClassName
{
color: #E01062;
}
</style>
background-color css
<style>
a { background-color: #E01062; }
a { background-color: rgb(224,16,98); }
div.DivClassName
{
background-color: #E01062;
}
.BgClassName
{
background-color: #E01062;
}
</style>
border-color css
<style>
span { border-color: #E01062; }
span { border-color: rgb(224,16,98); }
td.TdClassName
{
border-color: #E01062;
}
.TagClassName
{
border-color: #E01062;
}
</style>