Shades of Ruby #E10869
Tints of Ruby #E10869
RGB
CMYK
RGB Variations
Color information
#E10869 (or 0xE10869) is known color: Ruby. HEX triplet: E1, 08 and 69. RGB value is (225,8,105). Sum of RGB (Red+Green+Blue) = 225+8+105=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E10869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10869 is #1EF796. Grayscale: #535353. Windows color (decimal): -2029463 or 6883553. OLE color: 6883553.
HSL color Cylindrical-coordinate representation of color #E10869: hue angle of 333.18º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10869 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 105 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.12 |
| HSL | 333.18º | 0.93% | 0.46% | - |
| HSV(B) | 333.18º | 0.96% | 0.88% | - |
| XYZ | 33.69 | 17.2 | 14.91 | - |
| YUV | 83.94 | 139.89 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 105 | 0 | 0.96 | 0.53 | 0.12 | 333.18 | 0.93 | 0.46 |
| Hex | E1 | 8 | 69 | 0 | 60 | 35 | C | 14D | 5D | 2E |
| Octal | 341 | 10 | 151 | 0 | 140 | 65 | 14 | 515 | 135 | 56 |
| Binary | 11100001 | 1000 | 1101001 | 0 | 1100000 | 110101 | 1100 | 101001101 | 1011101 | 101110 |
Color Harmonies of #E10869
Complementary color
Monochromatic Colors of #E10869
Black with #E10869
Text Example
Text Example
White with #E10869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10869; }
p { color: rgb(225,8,105); }
H1.HeaderClassName
{
color: #E10869;
}
.AnyTagClassName
{
color: #E10869;
}
</style>
background-color css
<style>
a { background-color: #E10869; }
a { background-color: rgb(225,8,105); }
div.DivClassName
{
background-color: #E10869;
}
.BgClassName
{
background-color: #E10869;
}
</style>
border-color css
<style>
span { border-color: #E10869; }
span { border-color: rgb(225,8,105); }
td.TdClassName
{
border-color: #E10869;
}
.TagClassName
{
border-color: #E10869;
}
</style>