Shades of Ruby #E0086E
Tints of Ruby #E0086E
RGB
CMYK
RGB Variations
Color information
#E0086E (or 0xE0086E) is known color: Ruby. HEX triplet: E0, 08 and 6E. RGB value is (224,8,110). Sum of RGB (Red+Green+Blue) = 224+8+110=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E0086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0086E is #1FF791. Grayscale: #545454. Windows color (decimal): -2094994 or 7211232. OLE color: 7211232.
HSL color Cylindrical-coordinate representation of color #E0086E: hue angle of 331.67º 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 #E0086E is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 110 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.12 |
| HSL | 331.67º | 0.93% | 0.45% | - |
| HSV(B) | 331.67º | 0.96% | 0.88% | - |
| XYZ | 33.64 | 17.15 | 16.29 | - |
| YUV | 84.21 | 142.56 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 110 | 0 | 0.96 | 0.51 | 0.12 | 331.67 | 0.93 | 0.45 |
| Hex | E0 | 8 | 6E | 0 | 60 | 33 | C | 14C | 5D | 2D |
| Octal | 340 | 10 | 156 | 0 | 140 | 63 | 14 | 514 | 135 | 55 |
| Binary | 11100000 | 1000 | 1101110 | 0 | 1100000 | 110011 | 1100 | 101001100 | 1011101 | 101101 |
Color Harmonies of #E0086E
Complementary color
Monochromatic Colors of #E0086E
Black with #E0086E
Text Example
Text Example
White with #E0086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0086E; }
p { color: rgb(224,8,110); }
H1.HeaderClassName
{
color: #E0086E;
}
.AnyTagClassName
{
color: #E0086E;
}
</style>
background-color css
<style>
a { background-color: #E0086E; }
a { background-color: rgb(224,8,110); }
div.DivClassName
{
background-color: #E0086E;
}
.BgClassName
{
background-color: #E0086E;
}
</style>
border-color css
<style>
span { border-color: #E0086E; }
span { border-color: rgb(224,8,110); }
td.TdClassName
{
border-color: #E0086E;
}
.TagClassName
{
border-color: #E0086E;
}
</style>