Shades of Ruby #E81670
Tints of Ruby #E81670
RGB
CMYK
RGB Variations
Color information
#E81670 (or 0xE81670) is known color: Ruby. HEX triplet: E8, 16 and 70. RGB value is (232,22,112). Sum of RGB (Red+Green+Blue) = 232+22+112=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E81670 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81670 is #17E98F. Grayscale: #5E5E5E. Windows color (decimal): -1567120 or 7345896. OLE color: 7345896.
HSL color Cylindrical-coordinate representation of color #E81670: hue angle of 334.29º 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 #E81670 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 112 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.09 |
| HSL | 334.29º | 0.83% | 0.5% | - |
| HSV(B) | 334.29º | 0.91% | 0.91% | - |
| XYZ | 36.49 | 18.9 | 17.05 | - |
| YUV | 95.05 | 137.57 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 112 | 0 | 0.91 | 0.52 | 0.09 | 334.29 | 0.83 | 0.5 |
| Hex | E8 | 16 | 70 | 0 | 5B | 34 | 9 | 14E | 53 | 32 |
| Octal | 350 | 26 | 160 | 0 | 133 | 64 | 11 | 516 | 123 | 62 |
| Binary | 11101000 | 10110 | 1110000 | 0 | 1011011 | 110100 | 1001 | 101001110 | 1010011 | 110010 |
Color Harmonies of #E81670
Complementary color
Monochromatic Colors of #E81670
Black with #E81670
Text Example
Text Example
White with #E81670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81670; }
p { color: rgb(232,22,112); }
H1.HeaderClassName
{
color: #E81670;
}
.AnyTagClassName
{
color: #E81670;
}
</style>
background-color css
<style>
a { background-color: #E81670; }
a { background-color: rgb(232,22,112); }
div.DivClassName
{
background-color: #E81670;
}
.BgClassName
{
background-color: #E81670;
}
</style>
border-color css
<style>
span { border-color: #E81670; }
span { border-color: rgb(232,22,112); }
td.TdClassName
{
border-color: #E81670;
}
.TagClassName
{
border-color: #E81670;
}
</style>