Shades of Ruby #E3195C
Tints of Ruby #E3195C
RGB
CMYK
RGB Variations
Color information
#E3195C (or 0xE3195C) is known color: Ruby. HEX triplet: E3, 19 and 5C. RGB value is (227,25,92). Sum of RGB (Red+Green+Blue) = 227+25+92=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E3195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3195C is #1CE6A3. Grayscale: #5C5C5C. Windows color (decimal): -1894052 or 6035939. OLE color: 6035939.
HSL color Cylindrical-coordinate representation of color #E3195C: hue angle of 340.1º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3195C is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 92 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.11 |
| HSL | 340.1º | 0.8% | 0.49% | - |
| HSV(B) | 340.1º | 0.89% | 0.89% | - |
| XYZ | 33.96 | 17.8 | 11.77 | - |
| YUV | 93.04 | 127.42 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 92 | 0 | 0.89 | 0.59 | 0.11 | 340.1 | 0.8 | 0.49 |
| Hex | E3 | 19 | 5C | 0 | 59 | 3B | B | 154 | 50 | 31 |
| Octal | 343 | 31 | 134 | 0 | 131 | 73 | 13 | 524 | 120 | 61 |
| Binary | 11100011 | 11001 | 1011100 | 0 | 1011001 | 111011 | 1011 | 101010100 | 1010000 | 110001 |
Color Harmonies of #E3195C
Complementary color
Monochromatic Colors of #E3195C
Black with #E3195C
Text Example
Text Example
White with #E3195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3195C; }
p { color: rgb(227,25,92); }
H1.HeaderClassName
{
color: #E3195C;
}
.AnyTagClassName
{
color: #E3195C;
}
</style>
background-color css
<style>
a { background-color: #E3195C; }
a { background-color: rgb(227,25,92); }
div.DivClassName
{
background-color: #E3195C;
}
.BgClassName
{
background-color: #E3195C;
}
</style>
border-color css
<style>
span { border-color: #E3195C; }
span { border-color: rgb(227,25,92); }
td.TdClassName
{
border-color: #E3195C;
}
.TagClassName
{
border-color: #E3195C;
}
</style>