Shades of Ruby #E8186F
Tints of Ruby #E8186F
RGB
CMYK
RGB Variations
Color information
#E8186F (or 0xE8186F) is known color: Ruby. HEX triplet: E8, 18 and 6F. RGB value is (232,24,111). Sum of RGB (Red+Green+Blue) = 232+24+111=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E8186F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8186F is #17E790. Grayscale: #5F5F5F. Windows color (decimal): -1566609 or 7280872. OLE color: 7280872.
HSL color Cylindrical-coordinate representation of color #E8186F: hue angle of 334.9º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E8186F is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 111 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.09 |
| HSL | 334.9º | 0.82% | 0.5% | - |
| HSV(B) | 334.9º | 0.9% | 0.91% | - |
| XYZ | 36.47 | 18.96 | 16.78 | - |
| YUV | 96.11 | 136.41 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 111 | 0 | 0.90 | 0.52 | 0.09 | 334.9 | 0.82 | 0.5 |
| Hex | E8 | 18 | 6F | 0 | 5A | 34 | 9 | 14F | 52 | 32 |
| Octal | 350 | 30 | 157 | 0 | 132 | 64 | 11 | 517 | 122 | 62 |
| Binary | 11101000 | 11000 | 1101111 | 0 | 1011010 | 110100 | 1001 | 101001111 | 1010010 | 110010 |
Color Harmonies of #E8186F
Complementary color
Monochromatic Colors of #E8186F
Black with #E8186F
Text Example
Text Example
White with #E8186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8186F; }
p { color: rgb(232,24,111); }
H1.HeaderClassName
{
color: #E8186F;
}
.AnyTagClassName
{
color: #E8186F;
}
</style>
background-color css
<style>
a { background-color: #E8186F; }
a { background-color: rgb(232,24,111); }
div.DivClassName
{
background-color: #E8186F;
}
.BgClassName
{
background-color: #E8186F;
}
</style>
border-color css
<style>
span { border-color: #E8186F; }
span { border-color: rgb(232,24,111); }
td.TdClassName
{
border-color: #E8186F;
}
.TagClassName
{
border-color: #E8186F;
}
</style>