Shades of Ruby #E0106E
Tints of Ruby #E0106E
RGB
CMYK
RGB Variations
Color information
#E0106E (or 0xE0106E) is known color: Ruby. HEX triplet: E0, 10 and 6E. RGB value is (224,16,110). Sum of RGB (Red+Green+Blue) = 224+16+110=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0106E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0106E is #1FEF91. Grayscale: #585858. Windows color (decimal): -2092946 or 7213280. OLE color: 7213280.
HSL color Cylindrical-coordinate representation of color #E0106E: hue angle of 332.88º 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 #E0106E is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 110 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.12 |
| HSL | 332.88º | 0.87% | 0.47% | - |
| HSV(B) | 332.88º | 0.93% | 0.88% | - |
| XYZ | 33.74 | 17.34 | 16.32 | - |
| YUV | 88.91 | 139.91 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 110 | 0 | 0.93 | 0.51 | 0.12 | 332.88 | 0.87 | 0.47 |
| Hex | E0 | 10 | 6E | 0 | 5D | 33 | C | 14D | 57 | 2F |
| Octal | 340 | 20 | 156 | 0 | 135 | 63 | 14 | 515 | 127 | 57 |
| Binary | 11100000 | 10000 | 1101110 | 0 | 1011101 | 110011 | 1100 | 101001101 | 1010111 | 101111 |
Color Harmonies of #E0106E
Complementary color
Monochromatic Colors of #E0106E
Black with #E0106E
Text Example
Text Example
White with #E0106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0106E; }
p { color: rgb(224,16,110); }
H1.HeaderClassName
{
color: #E0106E;
}
.AnyTagClassName
{
color: #E0106E;
}
</style>
background-color css
<style>
a { background-color: #E0106E; }
a { background-color: rgb(224,16,110); }
div.DivClassName
{
background-color: #E0106E;
}
.BgClassName
{
background-color: #E0106E;
}
</style>
border-color css
<style>
span { border-color: #E0106E; }
span { border-color: rgb(224,16,110); }
td.TdClassName
{
border-color: #E0106E;
}
.TagClassName
{
border-color: #E0106E;
}
</style>