Shades of Ruby #E1157A
Tints of Ruby #E1157A
RGB
CMYK
RGB Variations
Color information
#E1157A (or 0xE1157A) is known color: Ruby. HEX triplet: E1, 15 and 7A. RGB value is (225,21,122). Sum of RGB (Red+Green+Blue) = 225+21+122=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1157A is #1EEA85. Grayscale: #5D5D5D. Windows color (decimal): -2026118 or 8000993. OLE color: 8000993.
HSL color Cylindrical-coordinate representation of color #E1157A: hue angle of 330.29º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1157A is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 122 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.12 |
| HSL | 330.29º | 0.83% | 0.48% | - |
| HSV(B) | 330.29º | 0.91% | 0.88% | - |
| XYZ | 34.83 | 17.95 | 20.04 | - |
| YUV | 93.51 | 144.09 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 122 | 0 | 0.91 | 0.46 | 0.12 | 330.29 | 0.83 | 0.48 |
| Hex | E1 | 15 | 7A | 0 | 5B | 2E | C | 14A | 53 | 30 |
| Octal | 341 | 25 | 172 | 0 | 133 | 56 | 14 | 512 | 123 | 60 |
| Binary | 11100001 | 10101 | 1111010 | 0 | 1011011 | 101110 | 1100 | 101001010 | 1010011 | 110000 |
Color Harmonies of #E1157A
Complementary color
Monochromatic Colors of #E1157A
Black with #E1157A
Text Example
Text Example
White with #E1157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1157A; }
p { color: rgb(225,21,122); }
H1.HeaderClassName
{
color: #E1157A;
}
.AnyTagClassName
{
color: #E1157A;
}
</style>
background-color css
<style>
a { background-color: #E1157A; }
a { background-color: rgb(225,21,122); }
div.DivClassName
{
background-color: #E1157A;
}
.BgClassName
{
background-color: #E1157A;
}
</style>
border-color css
<style>
span { border-color: #E1157A; }
span { border-color: rgb(225,21,122); }
td.TdClassName
{
border-color: #E1157A;
}
.TagClassName
{
border-color: #E1157A;
}
</style>