Shades of Ruby #E81661
Tints of Ruby #E81661
RGB
CMYK
RGB Variations
Color information
#E81661 (or 0xE81661) is known color: Ruby. HEX triplet: E8, 16 and 61. RGB value is (232,22,97). Sum of RGB (Red+Green+Blue) = 232+22+97=351 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.10% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 232 - color contains mainly: red. Hex color #E81661 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81661 is #17E99E. Grayscale: #5D5D5D. Windows color (decimal): -1567135 or 6362856. OLE color: 6362856.
HSL color Cylindrical-coordinate representation of color #E81661: hue angle of 338.57º 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 #E81661 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 97 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.09 |
| HSL | 338.57º | 0.83% | 0.5% | - |
| HSV(B) | 338.57º | 0.91% | 0.91% | - |
| XYZ | 35.72 | 18.59 | 13.02 | - |
| YUV | 93.34 | 130.07 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 97 | 0 | 0.91 | 0.58 | 0.09 | 338.57 | 0.83 | 0.5 |
| Hex | E8 | 16 | 61 | 0 | 5B | 3A | 9 | 153 | 53 | 32 |
| Octal | 350 | 26 | 141 | 0 | 133 | 72 | 11 | 523 | 123 | 62 |
| Binary | 11101000 | 10110 | 1100001 | 0 | 1011011 | 111010 | 1001 | 101010011 | 1010011 | 110010 |
Color Harmonies of #E81661
Complementary color
Monochromatic Colors of #E81661
Black with #E81661
Text Example
Text Example
White with #E81661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81661; }
p { color: rgb(232,22,97); }
H1.HeaderClassName
{
color: #E81661;
}
.AnyTagClassName
{
color: #E81661;
}
</style>
background-color css
<style>
a { background-color: #E81661; }
a { background-color: rgb(232,22,97); }
div.DivClassName
{
background-color: #E81661;
}
.BgClassName
{
background-color: #E81661;
}
</style>
border-color css
<style>
span { border-color: #E81661; }
span { border-color: rgb(232,22,97); }
td.TdClassName
{
border-color: #E81661;
}
.TagClassName
{
border-color: #E81661;
}
</style>