Shades of Ruby #E81069
Tints of Ruby #E81069
RGB
CMYK
RGB Variations
Color information
#E81069 (or 0xE81069) is known color: Ruby. HEX triplet: E8, 10 and 69. RGB value is (232,16,105). Sum of RGB (Red+Green+Blue) = 232+16+105=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E81069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81069 is #17EF96. Grayscale: #5A5A5A. Windows color (decimal): -1568663 or 6885608. OLE color: 6885608.
HSL color Cylindrical-coordinate representation of color #E81069: hue angle of 335.28º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81069 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 105 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.09 |
| HSL | 335.28º | 0.87% | 0.49% | - |
| HSV(B) | 335.28º | 0.93% | 0.91% | - |
| XYZ | 36.01 | 18.55 | 15.05 | - |
| YUV | 90.73 | 136.06 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 105 | 0 | 0.93 | 0.55 | 0.09 | 335.28 | 0.87 | 0.49 |
| Hex | E8 | 10 | 69 | 0 | 5D | 37 | 9 | 14F | 57 | 31 |
| Octal | 350 | 20 | 151 | 0 | 135 | 67 | 11 | 517 | 127 | 61 |
| Binary | 11101000 | 10000 | 1101001 | 0 | 1011101 | 110111 | 1001 | 101001111 | 1010111 | 110001 |
Color Harmonies of #E81069
Complementary color
Monochromatic Colors of #E81069
Black with #E81069
Text Example
Text Example
White with #E81069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81069; }
p { color: rgb(232,16,105); }
H1.HeaderClassName
{
color: #E81069;
}
.AnyTagClassName
{
color: #E81069;
}
</style>
background-color css
<style>
a { background-color: #E81069; }
a { background-color: rgb(232,16,105); }
div.DivClassName
{
background-color: #E81069;
}
.BgClassName
{
background-color: #E81069;
}
</style>
border-color css
<style>
span { border-color: #E81069; }
span { border-color: rgb(232,16,105); }
td.TdClassName
{
border-color: #E81069;
}
.TagClassName
{
border-color: #E81069;
}
</style>