Shades of Ruby #E8195F
Tints of Ruby #E8195F
RGB
CMYK
RGB Variations
Color information
#E8195F (or 0xE8195F) is known color: Ruby. HEX triplet: E8, 19 and 5F. RGB value is (232,25,95). Sum of RGB (Red+Green+Blue) = 232+25+95=352 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.91% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 232 - color contains mainly: red. Hex color #E8195F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8195F is #17E6A0. Grayscale: #5E5E5E. Windows color (decimal): -1566369 or 6232552. OLE color: 6232552.
HSL color Cylindrical-coordinate representation of color #E8195F: hue angle of 339.71º 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 #E8195F is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 95 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.09 |
| HSL | 339.71º | 0.82% | 0.5% | - |
| HSV(B) | 339.71º | 0.89% | 0.91% | - |
| XYZ | 35.69 | 18.68 | 12.55 | - |
| YUV | 94.87 | 128.08 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 95 | 0 | 0.89 | 0.59 | 0.09 | 339.71 | 0.82 | 0.5 |
| Hex | E8 | 19 | 5F | 0 | 59 | 3B | 9 | 154 | 52 | 32 |
| Octal | 350 | 31 | 137 | 0 | 131 | 73 | 11 | 524 | 122 | 62 |
| Binary | 11101000 | 11001 | 1011111 | 0 | 1011001 | 111011 | 1001 | 101010100 | 1010010 | 110010 |
Color Harmonies of #E8195F
Complementary color
Monochromatic Colors of #E8195F
Black with #E8195F
Text Example
Text Example
White with #E8195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8195F; }
p { color: rgb(232,25,95); }
H1.HeaderClassName
{
color: #E8195F;
}
.AnyTagClassName
{
color: #E8195F;
}
</style>
background-color css
<style>
a { background-color: #E8195F; }
a { background-color: rgb(232,25,95); }
div.DivClassName
{
background-color: #E8195F;
}
.BgClassName
{
background-color: #E8195F;
}
</style>
border-color css
<style>
span { border-color: #E8195F; }
span { border-color: rgb(232,25,95); }
td.TdClassName
{
border-color: #E8195F;
}
.TagClassName
{
border-color: #E8195F;
}
</style>