Shades of Ruby #E0135D
Tints of Ruby #E0135D
RGB
CMYK
RGB Variations
Color information
#E0135D (or 0xE0135D) is known color: Ruby. HEX triplet: E0, 13 and 5D. RGB value is (224,19,93). Sum of RGB (Red+Green+Blue) = 224+19+93=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E0135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0135D is #1FECA2. Grayscale: #585858. Windows color (decimal): -2092195 or 6099936. OLE color: 6099936.
HSL color Cylindrical-coordinate representation of color #E0135D: hue angle of 338.34º 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 #E0135D is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 93 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.12 |
| HSL | 338.34º | 0.84% | 0.48% | - |
| HSV(B) | 338.34º | 0.92% | 0.88% | - |
| XYZ | 32.95 | 17.1 | 11.92 | - |
| YUV | 88.73 | 130.42 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 93 | 0 | 0.92 | 0.58 | 0.12 | 338.34 | 0.84 | 0.48 |
| Hex | E0 | 13 | 5D | 0 | 5C | 3A | C | 152 | 54 | 30 |
| Octal | 340 | 23 | 135 | 0 | 134 | 72 | 14 | 522 | 124 | 60 |
| Binary | 11100000 | 10011 | 1011101 | 0 | 1011100 | 111010 | 1100 | 101010010 | 1010100 | 110000 |
Color Harmonies of #E0135D
Complementary color
Monochromatic Colors of #E0135D
Black with #E0135D
Text Example
Text Example
White with #E0135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0135D; }
p { color: rgb(224,19,93); }
H1.HeaderClassName
{
color: #E0135D;
}
.AnyTagClassName
{
color: #E0135D;
}
</style>
background-color css
<style>
a { background-color: #E0135D; }
a { background-color: rgb(224,19,93); }
div.DivClassName
{
background-color: #E0135D;
}
.BgClassName
{
background-color: #E0135D;
}
</style>
border-color css
<style>
span { border-color: #E0135D; }
span { border-color: rgb(224,19,93); }
td.TdClassName
{
border-color: #E0135D;
}
.TagClassName
{
border-color: #E0135D;
}
</style>