Shades of Ruby #E11272
Tints of Ruby #E11272
RGB
CMYK
RGB Variations
Color information
#E11272 (or 0xE11272) is known color: Ruby. HEX triplet: E1, 12 and 72. RGB value is (225,18,114). Sum of RGB (Red+Green+Blue) = 225+18+114=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E11272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11272 is #1EED8D. Grayscale: #5A5A5A. Windows color (decimal): -2026894 or 7475937. OLE color: 7475937.
HSL color Cylindrical-coordinate representation of color #E11272: hue angle of 332.17º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11272 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 114 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.12 |
| HSL | 332.17º | 0.85% | 0.48% | - |
| HSV(B) | 332.17º | 0.92% | 0.88% | - |
| XYZ | 34.3 | 17.66 | 17.52 | - |
| YUV | 90.84 | 141.08 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 114 | 0 | 0.92 | 0.49 | 0.12 | 332.17 | 0.85 | 0.48 |
| Hex | E1 | 12 | 72 | 0 | 5C | 31 | C | 14C | 55 | 30 |
| Octal | 341 | 22 | 162 | 0 | 134 | 61 | 14 | 514 | 125 | 60 |
| Binary | 11100001 | 10010 | 1110010 | 0 | 1011100 | 110001 | 1100 | 101001100 | 1010101 | 110000 |
Color Harmonies of #E11272
Complementary color
Monochromatic Colors of #E11272
Black with #E11272
Text Example
Text Example
White with #E11272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11272; }
p { color: rgb(225,18,114); }
H1.HeaderClassName
{
color: #E11272;
}
.AnyTagClassName
{
color: #E11272;
}
</style>
background-color css
<style>
a { background-color: #E11272; }
a { background-color: rgb(225,18,114); }
div.DivClassName
{
background-color: #E11272;
}
.BgClassName
{
background-color: #E11272;
}
</style>
border-color css
<style>
span { border-color: #E11272; }
span { border-color: rgb(225,18,114); }
td.TdClassName
{
border-color: #E11272;
}
.TagClassName
{
border-color: #E11272;
}
</style>