Shades of Ruby #E8195C
Tints of Ruby #E8195C
RGB
CMYK
RGB Variations
Color information
#E8195C (or 0xE8195C) is known color: Ruby. HEX triplet: E8, 19 and 5C. RGB value is (232,25,92). Sum of RGB (Red+Green+Blue) = 232+25+92=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E8195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8195C is #17E6A3. Grayscale: #5E5E5E. Windows color (decimal): -1566372 or 6035944. OLE color: 6035944.
HSL color Cylindrical-coordinate representation of color #E8195C: hue angle of 340.58º 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 #E8195C is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 92 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.09 |
| HSL | 340.58º | 0.82% | 0.5% | - |
| HSV(B) | 340.58º | 0.89% | 0.91% | - |
| XYZ | 35.56 | 18.62 | 11.85 | - |
| YUV | 94.53 | 126.58 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 92 | 0 | 0.89 | 0.60 | 0.09 | 340.58 | 0.82 | 0.5 |
| Hex | E8 | 19 | 5C | 0 | 59 | 3C | 9 | 155 | 52 | 32 |
| Octal | 350 | 31 | 134 | 0 | 131 | 74 | 11 | 525 | 122 | 62 |
| Binary | 11101000 | 11001 | 1011100 | 0 | 1011001 | 111100 | 1001 | 101010101 | 1010010 | 110010 |
Color Harmonies of #E8195C
Complementary color
Monochromatic Colors of #E8195C
Black with #E8195C
Text Example
Text Example
White with #E8195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8195C; }
p { color: rgb(232,25,92); }
H1.HeaderClassName
{
color: #E8195C;
}
.AnyTagClassName
{
color: #E8195C;
}
</style>
background-color css
<style>
a { background-color: #E8195C; }
a { background-color: rgb(232,25,92); }
div.DivClassName
{
background-color: #E8195C;
}
.BgClassName
{
background-color: #E8195C;
}
</style>
border-color css
<style>
span { border-color: #E8195C; }
span { border-color: rgb(232,25,92); }
td.TdClassName
{
border-color: #E8195C;
}
.TagClassName
{
border-color: #E8195C;
}
</style>