Shades of Ruby #E81065
Tints of Ruby #E81065
RGB
CMYK
RGB Variations
Color information
#E81065 (or 0xE81065) is known color: Ruby. HEX triplet: E8, 10 and 65. RGB value is (232,16,101). Sum of RGB (Red+Green+Blue) = 232+16+101=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E81065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81065 is #17EF9A. Grayscale: #5A5A5A. Windows color (decimal): -1568667 or 6623464. OLE color: 6623464.
HSL color Cylindrical-coordinate representation of color #E81065: hue angle of 336.39º 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 #E81065 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 101 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.09 |
| HSL | 336.39º | 0.87% | 0.49% | - |
| HSV(B) | 336.39º | 0.93% | 0.91% | - |
| XYZ | 35.81 | 18.47 | 13.99 | - |
| YUV | 90.27 | 134.06 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 101 | 0 | 0.93 | 0.56 | 0.09 | 336.39 | 0.87 | 0.49 |
| Hex | E8 | 10 | 65 | 0 | 5D | 38 | 9 | 150 | 57 | 31 |
| Octal | 350 | 20 | 145 | 0 | 135 | 70 | 11 | 520 | 127 | 61 |
| Binary | 11101000 | 10000 | 1100101 | 0 | 1011101 | 111000 | 1001 | 101010000 | 1010111 | 110001 |
Color Harmonies of #E81065
Complementary color
Monochromatic Colors of #E81065
Black with #E81065
Text Example
Text Example
White with #E81065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81065; }
p { color: rgb(232,16,101); }
H1.HeaderClassName
{
color: #E81065;
}
.AnyTagClassName
{
color: #E81065;
}
</style>
background-color css
<style>
a { background-color: #E81065; }
a { background-color: rgb(232,16,101); }
div.DivClassName
{
background-color: #E81065;
}
.BgClassName
{
background-color: #E81065;
}
</style>
border-color css
<style>
span { border-color: #E81065; }
span { border-color: rgb(232,16,101); }
td.TdClassName
{
border-color: #E81065;
}
.TagClassName
{
border-color: #E81065;
}
</style>