Shades of Ruby #E0187A
Tints of Ruby #E0187A
RGB
CMYK
RGB Variations
Color information
#E0187A (or 0xE0187A) is known color: Ruby. HEX triplet: E0, 18 and 7A. RGB value is (224,24,122). Sum of RGB (Red+Green+Blue) = 224+24+122=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E0187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0187A is #1FE785. Grayscale: #5E5E5E. Windows color (decimal): -2090886 or 8001760. OLE color: 8001760.
HSL color Cylindrical-coordinate representation of color #E0187A: hue angle of 330.6º 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 #E0187A is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 122 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.12 |
| HSL | 330.6º | 0.81% | 0.49% | - |
| HSV(B) | 330.6º | 0.89% | 0.88% | - |
| XYZ | 34.58 | 17.91 | 20.05 | - |
| YUV | 94.97 | 143.26 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 122 | 0 | 0.89 | 0.46 | 0.12 | 330.6 | 0.81 | 0.49 |
| Hex | E0 | 18 | 7A | 0 | 59 | 2E | C | 14B | 51 | 31 |
| Octal | 340 | 30 | 172 | 0 | 131 | 56 | 14 | 513 | 121 | 61 |
| Binary | 11100000 | 11000 | 1111010 | 0 | 1011001 | 101110 | 1100 | 101001011 | 1010001 | 110001 |
Color Harmonies of #E0187A
Complementary color
Monochromatic Colors of #E0187A
Black with #E0187A
Text Example
Text Example
White with #E0187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0187A; }
p { color: rgb(224,24,122); }
H1.HeaderClassName
{
color: #E0187A;
}
.AnyTagClassName
{
color: #E0187A;
}
</style>
background-color css
<style>
a { background-color: #E0187A; }
a { background-color: rgb(224,24,122); }
div.DivClassName
{
background-color: #E0187A;
}
.BgClassName
{
background-color: #E0187A;
}
</style>
border-color css
<style>
span { border-color: #E0187A; }
span { border-color: rgb(224,24,122); }
td.TdClassName
{
border-color: #E0187A;
}
.TagClassName
{
border-color: #E0187A;
}
</style>