Shades of Ruby #E5186D
Tints of Ruby #E5186D
RGB
CMYK
RGB Variations
Color information
#E5186D (or 0xE5186D) is known color: Ruby. HEX triplet: E5, 18 and 6D. RGB value is (229,24,109). Sum of RGB (Red+Green+Blue) = 229+24+109=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E5186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5186D is #1AE792. Grayscale: #5E5E5E. Windows color (decimal): -1763219 or 7149797. OLE color: 7149797.
HSL color Cylindrical-coordinate representation of color #E5186D: hue angle of 335.12º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5186D is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 109 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.10 |
| HSL | 335.12º | 0.81% | 0.5% | - |
| HSV(B) | 335.12º | 0.9% | 0.9% | - |
| XYZ | 35.4 | 18.42 | 16.16 | - |
| YUV | 94.99 | 135.92 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 109 | 0 | 0.90 | 0.52 | 0.10 | 335.12 | 0.81 | 0.5 |
| Hex | E5 | 18 | 6D | 0 | 5A | 34 | A | 14F | 51 | 32 |
| Octal | 345 | 30 | 155 | 0 | 132 | 64 | 12 | 517 | 121 | 62 |
| Binary | 11100101 | 11000 | 1101101 | 0 | 1011010 | 110100 | 1010 | 101001111 | 1010001 | 110010 |
Color Harmonies of #E5186D
Complementary color
Monochromatic Colors of #E5186D
Black with #E5186D
Text Example
Text Example
White with #E5186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5186D; }
p { color: rgb(229,24,109); }
H1.HeaderClassName
{
color: #E5186D;
}
.AnyTagClassName
{
color: #E5186D;
}
</style>
background-color css
<style>
a { background-color: #E5186D; }
a { background-color: rgb(229,24,109); }
div.DivClassName
{
background-color: #E5186D;
}
.BgClassName
{
background-color: #E5186D;
}
</style>
border-color css
<style>
span { border-color: #E5186D; }
span { border-color: rgb(229,24,109); }
td.TdClassName
{
border-color: #E5186D;
}
.TagClassName
{
border-color: #E5186D;
}
</style>