Shades of Ruby #E3186D
Tints of Ruby #E3186D
RGB
CMYK
RGB Variations
Color information
#E3186D (or 0xE3186D) is known color: Ruby. HEX triplet: E3, 18 and 6D. RGB value is (227,24,109). Sum of RGB (Red+Green+Blue) = 227+24+109=360 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.06% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 227 - color contains mainly: red. Hex color #E3186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3186D is #1CE792. Grayscale: #5E5E5E. Windows color (decimal): -1894291 or 7149795. OLE color: 7149795.
HSL color Cylindrical-coordinate representation of color #E3186D: hue angle of 334.88º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3186D is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 109 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.11 |
| HSL | 334.88º | 0.81% | 0.49% | - |
| HSV(B) | 334.88º | 0.89% | 0.89% | - |
| XYZ | 34.77 | 18.09 | 16.13 | - |
| YUV | 94.39 | 136.25 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 109 | 0 | 0.89 | 0.52 | 0.11 | 334.88 | 0.81 | 0.49 |
| Hex | E3 | 18 | 6D | 0 | 59 | 34 | B | 14F | 51 | 31 |
| Octal | 343 | 30 | 155 | 0 | 131 | 64 | 13 | 517 | 121 | 61 |
| Binary | 11100011 | 11000 | 1101101 | 0 | 1011001 | 110100 | 1011 | 101001111 | 1010001 | 110001 |
Color Harmonies of #E3186D
Complementary color
Monochromatic Colors of #E3186D
Black with #E3186D
Text Example
Text Example
White with #E3186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3186D; }
p { color: rgb(227,24,109); }
H1.HeaderClassName
{
color: #E3186D;
}
.AnyTagClassName
{
color: #E3186D;
}
</style>
background-color css
<style>
a { background-color: #E3186D; }
a { background-color: rgb(227,24,109); }
div.DivClassName
{
background-color: #E3186D;
}
.BgClassName
{
background-color: #E3186D;
}
</style>
border-color css
<style>
span { border-color: #E3186D; }
span { border-color: rgb(227,24,109); }
td.TdClassName
{
border-color: #E3186D;
}
.TagClassName
{
border-color: #E3186D;
}
</style>