Shades of Ruby #E0137A
Tints of Ruby #E0137A
RGB
CMYK
RGB Variations
Color information
#E0137A (or 0xE0137A) is known color: Ruby. HEX triplet: E0, 13 and 7A. RGB value is (224,19,122). Sum of RGB (Red+Green+Blue) = 224+19+122=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0137A is #1FEC85. Grayscale: #5B5B5B. Windows color (decimal): -2092166 or 8000480. OLE color: 8000480.
HSL color Cylindrical-coordinate representation of color #E0137A: hue angle of 329.85º 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 #E0137A is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 122 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.12 |
| HSL | 329.85º | 0.84% | 0.48% | - |
| HSV(B) | 329.85º | 0.92% | 0.88% | - |
| XYZ | 34.49 | 17.72 | 20.01 | - |
| YUV | 92.04 | 144.92 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 122 | 0 | 0.92 | 0.46 | 0.12 | 329.85 | 0.84 | 0.48 |
| Hex | E0 | 13 | 7A | 0 | 5C | 2E | C | 14A | 54 | 30 |
| Octal | 340 | 23 | 172 | 0 | 134 | 56 | 14 | 512 | 124 | 60 |
| Binary | 11100000 | 10011 | 1111010 | 0 | 1011100 | 101110 | 1100 | 101001010 | 1010100 | 110000 |
Color Harmonies of #E0137A
Complementary color
Monochromatic Colors of #E0137A
Black with #E0137A
Text Example
Text Example
White with #E0137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0137A; }
p { color: rgb(224,19,122); }
H1.HeaderClassName
{
color: #E0137A;
}
.AnyTagClassName
{
color: #E0137A;
}
</style>
background-color css
<style>
a { background-color: #E0137A; }
a { background-color: rgb(224,19,122); }
div.DivClassName
{
background-color: #E0137A;
}
.BgClassName
{
background-color: #E0137A;
}
</style>
border-color css
<style>
span { border-color: #E0137A; }
span { border-color: rgb(224,19,122); }
td.TdClassName
{
border-color: #E0137A;
}
.TagClassName
{
border-color: #E0137A;
}
</style>