Shades of Ruby #E0136E
Tints of Ruby #E0136E
RGB
CMYK
RGB Variations
Color information
#E0136E (or 0xE0136E) is known color: Ruby. HEX triplet: E0, 13 and 6E. RGB value is (224,19,110). Sum of RGB (Red+Green+Blue) = 224+19+110=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E0136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0136E is #1FEC91. Grayscale: #5A5A5A. Windows color (decimal): -2092178 or 7214048. OLE color: 7214048.
HSL color Cylindrical-coordinate representation of color #E0136E: hue angle of 333.37º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0136E is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 110 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.12 |
| HSL | 333.37º | 0.84% | 0.48% | - |
| HSV(B) | 333.37º | 0.92% | 0.88% | - |
| XYZ | 33.79 | 17.44 | 16.34 | - |
| YUV | 90.67 | 138.92 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 110 | 0 | 0.92 | 0.51 | 0.12 | 333.37 | 0.84 | 0.48 |
| Hex | E0 | 13 | 6E | 0 | 5C | 33 | C | 14D | 54 | 30 |
| Octal | 340 | 23 | 156 | 0 | 134 | 63 | 14 | 515 | 124 | 60 |
| Binary | 11100000 | 10011 | 1101110 | 0 | 1011100 | 110011 | 1100 | 101001101 | 1010100 | 110000 |
Color Harmonies of #E0136E
Complementary color
Monochromatic Colors of #E0136E
Black with #E0136E
Text Example
Text Example
White with #E0136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0136E; }
p { color: rgb(224,19,110); }
H1.HeaderClassName
{
color: #E0136E;
}
.AnyTagClassName
{
color: #E0136E;
}
</style>
background-color css
<style>
a { background-color: #E0136E; }
a { background-color: rgb(224,19,110); }
div.DivClassName
{
background-color: #E0136E;
}
.BgClassName
{
background-color: #E0136E;
}
</style>
border-color css
<style>
span { border-color: #E0136E; }
span { border-color: rgb(224,19,110); }
td.TdClassName
{
border-color: #E0136E;
}
.TagClassName
{
border-color: #E0136E;
}
</style>