Shades of Ruby #E0106B
Tints of Ruby #E0106B
RGB
CMYK
RGB Variations
Color information
#E0106B (or 0xE0106B) is known color: Ruby. HEX triplet: E0, 10 and 6B. RGB value is (224,16,107). Sum of RGB (Red+Green+Blue) = 224+16+107=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E0106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0106B is #1FEF94. Grayscale: #585858. Windows color (decimal): -2092949 or 7016672. OLE color: 7016672.
HSL color Cylindrical-coordinate representation of color #E0106B: hue angle of 333.75º 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 #E0106B is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 107 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.12 |
| HSL | 333.75º | 0.87% | 0.47% | - |
| HSV(B) | 333.75º | 0.93% | 0.88% | - |
| XYZ | 33.58 | 17.28 | 15.48 | - |
| YUV | 88.57 | 138.41 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 107 | 0 | 0.93 | 0.52 | 0.12 | 333.75 | 0.87 | 0.47 |
| Hex | E0 | 10 | 6B | 0 | 5D | 34 | C | 14E | 57 | 2F |
| Octal | 340 | 20 | 153 | 0 | 135 | 64 | 14 | 516 | 127 | 57 |
| Binary | 11100000 | 10000 | 1101011 | 0 | 1011101 | 110100 | 1100 | 101001110 | 1010111 | 101111 |
Color Harmonies of #E0106B
Complementary color
Monochromatic Colors of #E0106B
Black with #E0106B
Text Example
Text Example
White with #E0106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0106B; }
p { color: rgb(224,16,107); }
H1.HeaderClassName
{
color: #E0106B;
}
.AnyTagClassName
{
color: #E0106B;
}
</style>
background-color css
<style>
a { background-color: #E0106B; }
a { background-color: rgb(224,16,107); }
div.DivClassName
{
background-color: #E0106B;
}
.BgClassName
{
background-color: #E0106B;
}
</style>
border-color css
<style>
span { border-color: #E0106B; }
span { border-color: rgb(224,16,107); }
td.TdClassName
{
border-color: #E0106B;
}
.TagClassName
{
border-color: #E0106B;
}
</style>