Shades of Ruby #E0086C
Tints of Ruby #E0086C
RGB
CMYK
RGB Variations
Color information
#E0086C (or 0xE0086C) is known color: Ruby. HEX triplet: E0, 08 and 6C. RGB value is (224,8,108). Sum of RGB (Red+Green+Blue) = 224+8+108=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0086C is #1FF793. Grayscale: #535353. Windows color (decimal): -2094996 or 7080160. OLE color: 7080160.
HSL color Cylindrical-coordinate representation of color #E0086C: hue angle of 332.22º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0086C is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 108 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.12 |
| HSL | 332.22º | 0.93% | 0.45% | - |
| HSV(B) | 332.22º | 0.96% | 0.88% | - |
| XYZ | 33.53 | 17.1 | 15.72 | - |
| YUV | 83.98 | 141.56 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 108 | 0 | 0.96 | 0.52 | 0.12 | 332.22 | 0.93 | 0.45 |
| Hex | E0 | 8 | 6C | 0 | 60 | 34 | C | 14C | 5D | 2D |
| Octal | 340 | 10 | 154 | 0 | 140 | 64 | 14 | 514 | 135 | 55 |
| Binary | 11100000 | 1000 | 1101100 | 0 | 1100000 | 110100 | 1100 | 101001100 | 1011101 | 101101 |
Color Harmonies of #E0086C
Complementary color
Monochromatic Colors of #E0086C
Black with #E0086C
Text Example
Text Example
White with #E0086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0086C; }
p { color: rgb(224,8,108); }
H1.HeaderClassName
{
color: #E0086C;
}
.AnyTagClassName
{
color: #E0086C;
}
</style>
background-color css
<style>
a { background-color: #E0086C; }
a { background-color: rgb(224,8,108); }
div.DivClassName
{
background-color: #E0086C;
}
.BgClassName
{
background-color: #E0086C;
}
</style>
border-color css
<style>
span { border-color: #E0086C; }
span { border-color: rgb(224,8,108); }
td.TdClassName
{
border-color: #E0086C;
}
.TagClassName
{
border-color: #E0086C;
}
</style>