Shades of Ruby #E3186C
Tints of Ruby #E3186C
RGB
CMYK
RGB Variations
Color information
#E3186C (or 0xE3186C) is known color: Ruby. HEX triplet: E3, 18 and 6C. RGB value is (227,24,108). Sum of RGB (Red+Green+Blue) = 227+24+108=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E3186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3186C is #1CE793. Grayscale: #5E5E5E. Windows color (decimal): -1894292 or 7084259. OLE color: 7084259.
HSL color Cylindrical-coordinate representation of color #E3186C: hue angle of 335.17º 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 #E3186C is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 108 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.11 |
| HSL | 335.17º | 0.81% | 0.49% | - |
| HSV(B) | 335.17º | 0.89% | 0.89% | - |
| XYZ | 34.71 | 18.07 | 15.85 | - |
| YUV | 94.27 | 135.75 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 108 | 0 | 0.89 | 0.52 | 0.11 | 335.17 | 0.81 | 0.49 |
| Hex | E3 | 18 | 6C | 0 | 59 | 34 | B | 14F | 51 | 31 |
| Octal | 343 | 30 | 154 | 0 | 131 | 64 | 13 | 517 | 121 | 61 |
| Binary | 11100011 | 11000 | 1101100 | 0 | 1011001 | 110100 | 1011 | 101001111 | 1010001 | 110001 |
Color Harmonies of #E3186C
Complementary color
Monochromatic Colors of #E3186C
Black with #E3186C
Text Example
Text Example
White with #E3186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3186C; }
p { color: rgb(227,24,108); }
H1.HeaderClassName
{
color: #E3186C;
}
.AnyTagClassName
{
color: #E3186C;
}
</style>
background-color css
<style>
a { background-color: #E3186C; }
a { background-color: rgb(227,24,108); }
div.DivClassName
{
background-color: #E3186C;
}
.BgClassName
{
background-color: #E3186C;
}
</style>
border-color css
<style>
span { border-color: #E3186C; }
span { border-color: rgb(227,24,108); }
td.TdClassName
{
border-color: #E3186C;
}
.TagClassName
{
border-color: #E3186C;
}
</style>