Shades of Ruby #E0107A
Tints of Ruby #E0107A
RGB
CMYK
RGB Variations
Color information
#E0107A (or 0xE0107A) is known color: Ruby. HEX triplet: E0, 10 and 7A. RGB value is (224,16,122). Sum of RGB (Red+Green+Blue) = 224+16+122=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E0107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0107A is #1FEF85. Grayscale: #5A5A5A. Windows color (decimal): -2092934 or 7999712. OLE color: 7999712.
HSL color Cylindrical-coordinate representation of color #E0107A: hue angle of 329.42º 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 #E0107A is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 122 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.12 |
| HSL | 329.42º | 0.87% | 0.47% | - |
| HSV(B) | 329.42º | 0.93% | 0.88% | - |
| XYZ | 34.44 | 17.62 | 20 | - |
| YUV | 90.28 | 145.91 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 122 | 0 | 0.93 | 0.46 | 0.12 | 329.42 | 0.87 | 0.47 |
| Hex | E0 | 10 | 7A | 0 | 5D | 2E | C | 149 | 57 | 2F |
| Octal | 340 | 20 | 172 | 0 | 135 | 56 | 14 | 511 | 127 | 57 |
| Binary | 11100000 | 10000 | 1111010 | 0 | 1011101 | 101110 | 1100 | 101001001 | 1010111 | 101111 |
Color Harmonies of #E0107A
Complementary color
Monochromatic Colors of #E0107A
Black with #E0107A
Text Example
Text Example
White with #E0107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0107A; }
p { color: rgb(224,16,122); }
H1.HeaderClassName
{
color: #E0107A;
}
.AnyTagClassName
{
color: #E0107A;
}
</style>
background-color css
<style>
a { background-color: #E0107A; }
a { background-color: rgb(224,16,122); }
div.DivClassName
{
background-color: #E0107A;
}
.BgClassName
{
background-color: #E0107A;
}
</style>
border-color css
<style>
span { border-color: #E0107A; }
span { border-color: rgb(224,16,122); }
td.TdClassName
{
border-color: #E0107A;
}
.TagClassName
{
border-color: #E0107A;
}
</style>