Shades of Ruby #E81768
Tints of Ruby #E81768
RGB
CMYK
RGB Variations
Color information
#E81768 (or 0xE81768) is known color: Ruby. HEX triplet: E8, 17 and 68. RGB value is (232,23,104). Sum of RGB (Red+Green+Blue) = 232+23+104=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E81768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81768 is #17E897. Grayscale: #5E5E5E. Windows color (decimal): -1566872 or 6821864. OLE color: 6821864.
HSL color Cylindrical-coordinate representation of color #E81768: hue angle of 336.75º 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 #E81768 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 104 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.09 |
| HSL | 336.75º | 0.82% | 0.5% | - |
| HSV(B) | 336.75º | 0.9% | 0.91% | - |
| XYZ | 36.08 | 18.77 | 14.82 | - |
| YUV | 94.73 | 133.24 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 104 | 0 | 0.90 | 0.55 | 0.09 | 336.75 | 0.82 | 0.5 |
| Hex | E8 | 17 | 68 | 0 | 5A | 37 | 9 | 151 | 52 | 32 |
| Octal | 350 | 27 | 150 | 0 | 132 | 67 | 11 | 521 | 122 | 62 |
| Binary | 11101000 | 10111 | 1101000 | 0 | 1011010 | 110111 | 1001 | 101010001 | 1010010 | 110010 |
Color Harmonies of #E81768
Complementary color
Monochromatic Colors of #E81768
Black with #E81768
Text Example
Text Example
White with #E81768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81768; }
p { color: rgb(232,23,104); }
H1.HeaderClassName
{
color: #E81768;
}
.AnyTagClassName
{
color: #E81768;
}
</style>
background-color css
<style>
a { background-color: #E81768; }
a { background-color: rgb(232,23,104); }
div.DivClassName
{
background-color: #E81768;
}
.BgClassName
{
background-color: #E81768;
}
</style>
border-color css
<style>
span { border-color: #E81768; }
span { border-color: rgb(232,23,104); }
td.TdClassName
{
border-color: #E81768;
}
.TagClassName
{
border-color: #E81768;
}
</style>