Shades of Ruby #E81769
Tints of Ruby #E81769
RGB
CMYK
RGB Variations
Color information
#E81769 (or 0xE81769) is known color: Ruby. HEX triplet: E8, 17 and 69. RGB value is (232,23,105). Sum of RGB (Red+Green+Blue) = 232+23+105=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E81769 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81769 is #17E896. Grayscale: #5E5E5E. Windows color (decimal): -1566871 or 6887400. OLE color: 6887400.
HSL color Cylindrical-coordinate representation of color #E81769: hue angle of 336.46º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E81769 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 105 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.09 |
| HSL | 336.46º | 0.82% | 0.5% | - |
| HSV(B) | 336.46º | 0.9% | 0.91% | - |
| XYZ | 36.13 | 18.79 | 15.09 | - |
| YUV | 94.84 | 133.74 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 105 | 0 | 0.90 | 0.55 | 0.09 | 336.46 | 0.82 | 0.5 |
| Hex | E8 | 17 | 69 | 0 | 5A | 37 | 9 | 150 | 52 | 32 |
| Octal | 350 | 27 | 151 | 0 | 132 | 67 | 11 | 520 | 122 | 62 |
| Binary | 11101000 | 10111 | 1101001 | 0 | 1011010 | 110111 | 1001 | 101010000 | 1010010 | 110010 |
Color Harmonies of #E81769
Complementary color
Monochromatic Colors of #E81769
Black with #E81769
Text Example
Text Example
White with #E81769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81769; }
p { color: rgb(232,23,105); }
H1.HeaderClassName
{
color: #E81769;
}
.AnyTagClassName
{
color: #E81769;
}
</style>
background-color css
<style>
a { background-color: #E81769; }
a { background-color: rgb(232,23,105); }
div.DivClassName
{
background-color: #E81769;
}
.BgClassName
{
background-color: #E81769;
}
</style>
border-color css
<style>
span { border-color: #E81769; }
span { border-color: rgb(232,23,105); }
td.TdClassName
{
border-color: #E81769;
}
.TagClassName
{
border-color: #E81769;
}
</style>