Shades of Ruby #E11772
Tints of Ruby #E11772
RGB
CMYK
RGB Variations
Color information
#E11772 (or 0xE11772) is known color: Ruby. HEX triplet: E1, 17 and 72. RGB value is (225,23,114). Sum of RGB (Red+Green+Blue) = 225+23+114=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E11772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11772 is #1EE88D. Grayscale: #5D5D5D. Windows color (decimal): -2025614 or 7477217. OLE color: 7477217.
HSL color Cylindrical-coordinate representation of color #E11772: hue angle of 332.97º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11772 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 114 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.12 |
| HSL | 332.97º | 0.81% | 0.49% | - |
| HSV(B) | 332.97º | 0.9% | 0.88% | - |
| XYZ | 34.4 | 17.84 | 17.55 | - |
| YUV | 93.77 | 139.42 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 114 | 0 | 0.90 | 0.49 | 0.12 | 332.97 | 0.81 | 0.49 |
| Hex | E1 | 17 | 72 | 0 | 5A | 31 | C | 14D | 51 | 31 |
| Octal | 341 | 27 | 162 | 0 | 132 | 61 | 14 | 515 | 121 | 61 |
| Binary | 11100001 | 10111 | 1110010 | 0 | 1011010 | 110001 | 1100 | 101001101 | 1010001 | 110001 |
Color Harmonies of #E11772
Complementary color
Monochromatic Colors of #E11772
Black with #E11772
Text Example
Text Example
White with #E11772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11772; }
p { color: rgb(225,23,114); }
H1.HeaderClassName
{
color: #E11772;
}
.AnyTagClassName
{
color: #E11772;
}
</style>
background-color css
<style>
a { background-color: #E11772; }
a { background-color: rgb(225,23,114); }
div.DivClassName
{
background-color: #E11772;
}
.BgClassName
{
background-color: #E11772;
}
</style>
border-color css
<style>
span { border-color: #E11772; }
span { border-color: rgb(225,23,114); }
td.TdClassName
{
border-color: #E11772;
}
.TagClassName
{
border-color: #E11772;
}
</style>