Shades of Ruby #E0136A
Tints of Ruby #E0136A
RGB
CMYK
RGB Variations
Color information
#E0136A (or 0xE0136A) is known color: Ruby. HEX triplet: E0, 13 and 6A. RGB value is (224,19,106). Sum of RGB (Red+Green+Blue) = 224+19+106=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E0136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0136A is #1FEC95. Grayscale: #5A5A5A. Windows color (decimal): -2092182 or 6951904. OLE color: 6951904.
HSL color Cylindrical-coordinate representation of color #E0136A: hue angle of 334.54º 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 #E0136A is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 106 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.12 |
| HSL | 334.54º | 0.84% | 0.48% | - |
| HSV(B) | 334.54º | 0.92% | 0.88% | - |
| XYZ | 33.57 | 17.35 | 15.22 | - |
| YUV | 90.21 | 136.92 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 106 | 0 | 0.92 | 0.53 | 0.12 | 334.54 | 0.84 | 0.48 |
| Hex | E0 | 13 | 6A | 0 | 5C | 35 | C | 14F | 54 | 30 |
| Octal | 340 | 23 | 152 | 0 | 134 | 65 | 14 | 517 | 124 | 60 |
| Binary | 11100000 | 10011 | 1101010 | 0 | 1011100 | 110101 | 1100 | 101001111 | 1010100 | 110000 |
Color Harmonies of #E0136A
Complementary color
Monochromatic Colors of #E0136A
Black with #E0136A
Text Example
Text Example
White with #E0136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0136A; }
p { color: rgb(224,19,106); }
H1.HeaderClassName
{
color: #E0136A;
}
.AnyTagClassName
{
color: #E0136A;
}
</style>
background-color css
<style>
a { background-color: #E0136A; }
a { background-color: rgb(224,19,106); }
div.DivClassName
{
background-color: #E0136A;
}
.BgClassName
{
background-color: #E0136A;
}
</style>
border-color css
<style>
span { border-color: #E0136A; }
span { border-color: rgb(224,19,106); }
td.TdClassName
{
border-color: #E0136A;
}
.TagClassName
{
border-color: #E0136A;
}
</style>