Shades of Ruby #E2107A
Tints of Ruby #E2107A
RGB
CMYK
RGB Variations
Color information
#E2107A (or 0xE2107A) is known color: Ruby. HEX triplet: E2, 10 and 7A. RGB value is (226,16,122). Sum of RGB (Red+Green+Blue) = 226+16+122=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E2107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2107A is #1DEF85. Grayscale: #5A5A5A. Windows color (decimal): -1961862 or 7999714. OLE color: 7999714.
HSL color Cylindrical-coordinate representation of color #E2107A: hue angle of 329.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2107A is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 122 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.11 |
| HSL | 329.71º | 0.87% | 0.47% | - |
| HSV(B) | 329.71º | 0.93% | 0.89% | - |
| XYZ | 35.06 | 17.94 | 20.03 | - |
| YUV | 90.87 | 145.57 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 122 | 0 | 0.93 | 0.46 | 0.11 | 329.71 | 0.87 | 0.47 |
| Hex | E2 | 10 | 7A | 0 | 5D | 2E | B | 14A | 57 | 2F |
| Octal | 342 | 20 | 172 | 0 | 135 | 56 | 13 | 512 | 127 | 57 |
| Binary | 11100010 | 10000 | 1111010 | 0 | 1011101 | 101110 | 1011 | 101001010 | 1010111 | 101111 |
Color Harmonies of #E2107A
Complementary color
Monochromatic Colors of #E2107A
Black with #E2107A
Text Example
Text Example
White with #E2107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2107A; }
p { color: rgb(226,16,122); }
H1.HeaderClassName
{
color: #E2107A;
}
.AnyTagClassName
{
color: #E2107A;
}
</style>
background-color css
<style>
a { background-color: #E2107A; }
a { background-color: rgb(226,16,122); }
div.DivClassName
{
background-color: #E2107A;
}
.BgClassName
{
background-color: #E2107A;
}
</style>
border-color css
<style>
span { border-color: #E2107A; }
span { border-color: rgb(226,16,122); }
td.TdClassName
{
border-color: #E2107A;
}
.TagClassName
{
border-color: #E2107A;
}
</style>