Shades of Ruby #E1195E
Tints of Ruby #E1195E
RGB
CMYK
RGB Variations
Color information
#E1195E (or 0xE1195E) is known color: Ruby. HEX triplet: E1, 19 and 5E. RGB value is (225,25,94). Sum of RGB (Red+Green+Blue) = 225+25+94=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E1195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1195E is #1EE6A1. Grayscale: #5C5C5C. Windows color (decimal): -2025122 or 6167009. OLE color: 6167009.
HSL color Cylindrical-coordinate representation of color #E1195E: hue angle of 339.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1195E is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 94 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.12 |
| HSL | 339.3º | 0.8% | 0.49% | - |
| HSV(B) | 339.3º | 0.89% | 0.88% | - |
| XYZ | 33.42 | 17.51 | 12.21 | - |
| YUV | 92.67 | 128.76 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 94 | 0 | 0.89 | 0.58 | 0.12 | 339.3 | 0.8 | 0.49 |
| Hex | E1 | 19 | 5E | 0 | 59 | 3A | C | 153 | 50 | 31 |
| Octal | 341 | 31 | 136 | 0 | 131 | 72 | 14 | 523 | 120 | 61 |
| Binary | 11100001 | 11001 | 1011110 | 0 | 1011001 | 111010 | 1100 | 101010011 | 1010000 | 110001 |
Color Harmonies of #E1195E
Complementary color
Monochromatic Colors of #E1195E
Black with #E1195E
Text Example
Text Example
White with #E1195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1195E; }
p { color: rgb(225,25,94); }
H1.HeaderClassName
{
color: #E1195E;
}
.AnyTagClassName
{
color: #E1195E;
}
</style>
background-color css
<style>
a { background-color: #E1195E; }
a { background-color: rgb(225,25,94); }
div.DivClassName
{
background-color: #E1195E;
}
.BgClassName
{
background-color: #E1195E;
}
</style>
border-color css
<style>
span { border-color: #E1195E; }
span { border-color: rgb(225,25,94); }
td.TdClassName
{
border-color: #E1195E;
}
.TagClassName
{
border-color: #E1195E;
}
</style>