Shades of Ruby #E81568
Tints of Ruby #E81568
RGB
CMYK
RGB Variations
Color information
#E81568 (or 0xE81568) is known color: Ruby. HEX triplet: E8, 15 and 68. RGB value is (232,21,104). Sum of RGB (Red+Green+Blue) = 232+21+104=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E81568 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81568 is #17EA97. Grayscale: #5D5D5D. Windows color (decimal): -1567384 or 6821352. OLE color: 6821352.
HSL color Cylindrical-coordinate representation of color #E81568: hue angle of 336.4º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81568 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 104 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.09 |
| HSL | 336.4º | 0.83% | 0.5% | - |
| HSV(B) | 336.4º | 0.91% | 0.91% | - |
| XYZ | 36.05 | 18.69 | 14.8 | - |
| YUV | 93.55 | 133.9 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 104 | 0 | 0.91 | 0.55 | 0.09 | 336.4 | 0.83 | 0.5 |
| Hex | E8 | 15 | 68 | 0 | 5B | 37 | 9 | 150 | 53 | 32 |
| Octal | 350 | 25 | 150 | 0 | 133 | 67 | 11 | 520 | 123 | 62 |
| Binary | 11101000 | 10101 | 1101000 | 0 | 1011011 | 110111 | 1001 | 101010000 | 1010011 | 110010 |
Color Harmonies of #E81568
Complementary color
Monochromatic Colors of #E81568
Black with #E81568
Text Example
Text Example
White with #E81568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81568; }
p { color: rgb(232,21,104); }
H1.HeaderClassName
{
color: #E81568;
}
.AnyTagClassName
{
color: #E81568;
}
</style>
background-color css
<style>
a { background-color: #E81568; }
a { background-color: rgb(232,21,104); }
div.DivClassName
{
background-color: #E81568;
}
.BgClassName
{
background-color: #E81568;
}
</style>
border-color css
<style>
span { border-color: #E81568; }
span { border-color: rgb(232,21,104); }
td.TdClassName
{
border-color: #E81568;
}
.TagClassName
{
border-color: #E81568;
}
</style>