Shades of Ruby #E0185D
Tints of Ruby #E0185D
RGB
CMYK
RGB Variations
Color information
#E0185D (or 0xE0185D) is known color: Ruby. HEX triplet: E0, 18 and 5D. RGB value is (224,24,93). Sum of RGB (Red+Green+Blue) = 224+24+93=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E0185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0185D is #1FE7A2. Grayscale: #5B5B5B. Windows color (decimal): -2090915 or 6101216. OLE color: 6101216.
HSL color Cylindrical-coordinate representation of color #E0185D: hue angle of 339.3º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0185D is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 93 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.12 |
| HSL | 339.3º | 0.81% | 0.49% | - |
| HSV(B) | 339.3º | 0.89% | 0.88% | - |
| XYZ | 33.04 | 17.29 | 11.95 | - |
| YUV | 91.67 | 128.76 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 93 | 0 | 0.89 | 0.58 | 0.12 | 339.3 | 0.81 | 0.49 |
| Hex | E0 | 18 | 5D | 0 | 59 | 3A | C | 153 | 51 | 31 |
| Octal | 340 | 30 | 135 | 0 | 131 | 72 | 14 | 523 | 121 | 61 |
| Binary | 11100000 | 11000 | 1011101 | 0 | 1011001 | 111010 | 1100 | 101010011 | 1010001 | 110001 |
Color Harmonies of #E0185D
Complementary color
Monochromatic Colors of #E0185D
Black with #E0185D
Text Example
Text Example
White with #E0185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0185D; }
p { color: rgb(224,24,93); }
H1.HeaderClassName
{
color: #E0185D;
}
.AnyTagClassName
{
color: #E0185D;
}
</style>
background-color css
<style>
a { background-color: #E0185D; }
a { background-color: rgb(224,24,93); }
div.DivClassName
{
background-color: #E0185D;
}
.BgClassName
{
background-color: #E0185D;
}
</style>
border-color css
<style>
span { border-color: #E0185D; }
span { border-color: rgb(224,24,93); }
td.TdClassName
{
border-color: #E0185D;
}
.TagClassName
{
border-color: #E0185D;
}
</style>