Shades of Ruby #E8196B
Tints of Ruby #E8196B
RGB
CMYK
RGB Variations
Color information
#E8196B (or 0xE8196B) is known color: Ruby. HEX triplet: E8, 19 and 6B. RGB value is (232,25,107). Sum of RGB (Red+Green+Blue) = 232+25+107=364 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.74% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 232 - color contains mainly: red. Hex color #E8196B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8196B is #17E694. Grayscale: #606060. Windows color (decimal): -1566357 or 7018984. OLE color: 7018984.
HSL color Cylindrical-coordinate representation of color #E8196B: hue angle of 336.23º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8196B is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 107 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.09 |
| HSL | 336.23º | 0.82% | 0.5% | - |
| HSV(B) | 336.23º | 0.89% | 0.91% | - |
| XYZ | 36.28 | 18.91 | 15.65 | - |
| YUV | 96.24 | 134.08 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 107 | 0 | 0.89 | 0.54 | 0.09 | 336.23 | 0.82 | 0.5 |
| Hex | E8 | 19 | 6B | 0 | 59 | 36 | 9 | 150 | 52 | 32 |
| Octal | 350 | 31 | 153 | 0 | 131 | 66 | 11 | 520 | 122 | 62 |
| Binary | 11101000 | 11001 | 1101011 | 0 | 1011001 | 110110 | 1001 | 101010000 | 1010010 | 110010 |
Color Harmonies of #E8196B
Complementary color
Monochromatic Colors of #E8196B
Black with #E8196B
Text Example
Text Example
White with #E8196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8196B; }
p { color: rgb(232,25,107); }
H1.HeaderClassName
{
color: #E8196B;
}
.AnyTagClassName
{
color: #E8196B;
}
</style>
background-color css
<style>
a { background-color: #E8196B; }
a { background-color: rgb(232,25,107); }
div.DivClassName
{
background-color: #E8196B;
}
.BgClassName
{
background-color: #E8196B;
}
</style>
border-color css
<style>
span { border-color: #E8196B; }
span { border-color: rgb(232,25,107); }
td.TdClassName
{
border-color: #E8196B;
}
.TagClassName
{
border-color: #E8196B;
}
</style>