Shades of Ruby #E0126D
Tints of Ruby #E0126D
RGB
CMYK
RGB Variations
Color information
#E0126D (or 0xE0126D) is known color: Ruby. HEX triplet: E0, 12 and 6D. RGB value is (224,18,109). Sum of RGB (Red+Green+Blue) = 224+18+109=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0126D is #1FED92. Grayscale: #595959. Windows color (decimal): -2092435 or 7148256. OLE color: 7148256.
HSL color Cylindrical-coordinate representation of color #E0126D: hue angle of 333.5º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0126D is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 109 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.12 |
| HSL | 333.5º | 0.85% | 0.47% | - |
| HSV(B) | 333.5º | 0.92% | 0.88% | - |
| XYZ | 33.72 | 17.38 | 16.05 | - |
| YUV | 89.97 | 138.75 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 109 | 0 | 0.92 | 0.51 | 0.12 | 333.5 | 0.85 | 0.47 |
| Hex | E0 | 12 | 6D | 0 | 5C | 33 | C | 14D | 55 | 2F |
| Octal | 340 | 22 | 155 | 0 | 134 | 63 | 14 | 515 | 125 | 57 |
| Binary | 11100000 | 10010 | 1101101 | 0 | 1011100 | 110011 | 1100 | 101001101 | 1010101 | 101111 |
Color Harmonies of #E0126D
Complementary color
Monochromatic Colors of #E0126D
Black with #E0126D
Text Example
Text Example
White with #E0126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0126D; }
p { color: rgb(224,18,109); }
H1.HeaderClassName
{
color: #E0126D;
}
.AnyTagClassName
{
color: #E0126D;
}
</style>
background-color css
<style>
a { background-color: #E0126D; }
a { background-color: rgb(224,18,109); }
div.DivClassName
{
background-color: #E0126D;
}
.BgClassName
{
background-color: #E0126D;
}
</style>
border-color css
<style>
span { border-color: #E0126D; }
span { border-color: rgb(224,18,109); }
td.TdClassName
{
border-color: #E0126D;
}
.TagClassName
{
border-color: #E0126D;
}
</style>