Shades of Ruby #E0086B
Tints of Ruby #E0086B
RGB
CMYK
RGB Variations
Color information
#E0086B (or 0xE0086B) is known color: Ruby. HEX triplet: E0, 08 and 6B. RGB value is (224,8,107). Sum of RGB (Red+Green+Blue) = 224+8+107=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0086B is #1FF794. Grayscale: #535353. Windows color (decimal): -2094997 or 7014624. OLE color: 7014624.
HSL color Cylindrical-coordinate representation of color #E0086B: hue angle of 332.5º 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 #E0086B is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 107 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.12 |
| HSL | 332.5º | 0.93% | 0.45% | - |
| HSV(B) | 332.5º | 0.96% | 0.88% | - |
| XYZ | 33.48 | 17.08 | 15.44 | - |
| YUV | 83.87 | 141.06 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 107 | 0 | 0.96 | 0.52 | 0.12 | 332.5 | 0.93 | 0.45 |
| Hex | E0 | 8 | 6B | 0 | 60 | 34 | C | 14C | 5D | 2D |
| Octal | 340 | 10 | 153 | 0 | 140 | 64 | 14 | 514 | 135 | 55 |
| Binary | 11100000 | 1000 | 1101011 | 0 | 1100000 | 110100 | 1100 | 101001100 | 1011101 | 101101 |
Color Harmonies of #E0086B
Complementary color
Monochromatic Colors of #E0086B
Black with #E0086B
Text Example
Text Example
White with #E0086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0086B; }
p { color: rgb(224,8,107); }
H1.HeaderClassName
{
color: #E0086B;
}
.AnyTagClassName
{
color: #E0086B;
}
</style>
background-color css
<style>
a { background-color: #E0086B; }
a { background-color: rgb(224,8,107); }
div.DivClassName
{
background-color: #E0086B;
}
.BgClassName
{
background-color: #E0086B;
}
</style>
border-color css
<style>
span { border-color: #E0086B; }
span { border-color: rgb(224,8,107); }
td.TdClassName
{
border-color: #E0086B;
}
.TagClassName
{
border-color: #E0086B;
}
</style>