Shades of Ruby #E1195B
Tints of Ruby #E1195B
RGB
CMYK
RGB Variations
Color information
#E1195B (or 0xE1195B) is known color: Ruby. HEX triplet: E1, 19 and 5B. RGB value is (225,25,91). Sum of RGB (Red+Green+Blue) = 225+25+91=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E1195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1195B is #1EE6A4. Grayscale: #5C5C5C. Windows color (decimal): -2025125 or 5970401. OLE color: 5970401.
HSL color Cylindrical-coordinate representation of color #E1195B: hue angle of 340.2º 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 #E1195B is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 91 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.12 |
| HSL | 340.2º | 0.8% | 0.49% | - |
| HSV(B) | 340.2º | 0.89% | 0.88% | - |
| XYZ | 33.29 | 17.46 | 11.51 | - |
| YUV | 92.32 | 127.26 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 91 | 0 | 0.89 | 0.60 | 0.12 | 340.2 | 0.8 | 0.49 |
| Hex | E1 | 19 | 5B | 0 | 59 | 3C | C | 154 | 50 | 31 |
| Octal | 341 | 31 | 133 | 0 | 131 | 74 | 14 | 524 | 120 | 61 |
| Binary | 11100001 | 11001 | 1011011 | 0 | 1011001 | 111100 | 1100 | 101010100 | 1010000 | 110001 |
Color Harmonies of #E1195B
Complementary color
Monochromatic Colors of #E1195B
Black with #E1195B
Text Example
Text Example
White with #E1195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1195B; }
p { color: rgb(225,25,91); }
H1.HeaderClassName
{
color: #E1195B;
}
.AnyTagClassName
{
color: #E1195B;
}
</style>
background-color css
<style>
a { background-color: #E1195B; }
a { background-color: rgb(225,25,91); }
div.DivClassName
{
background-color: #E1195B;
}
.BgClassName
{
background-color: #E1195B;
}
</style>
border-color css
<style>
span { border-color: #E1195B; }
span { border-color: rgb(225,25,91); }
td.TdClassName
{
border-color: #E1195B;
}
.TagClassName
{
border-color: #E1195B;
}
</style>