Shades of Ruby #E11479
Tints of Ruby #E11479
RGB
CMYK
RGB Variations
Color information
#E11479 (or 0xE11479) is known color: Ruby. HEX triplet: E1, 14 and 79. RGB value is (225,20,121). Sum of RGB (Red+Green+Blue) = 225+20+121=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E11479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11479 is #1EEB86. Grayscale: #5C5C5C. Windows color (decimal): -2026375 or 7935201. OLE color: 7935201.
HSL color Cylindrical-coordinate representation of color #E11479: hue angle of 330.44º degrees, saturation: 0.84, 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 #E11479 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 121 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.12 |
| HSL | 330.44º | 0.84% | 0.48% | - |
| HSV(B) | 330.44º | 0.91% | 0.88% | - |
| XYZ | 34.75 | 17.89 | 19.71 | - |
| YUV | 92.81 | 143.92 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 121 | 0 | 0.91 | 0.46 | 0.12 | 330.44 | 0.84 | 0.48 |
| Hex | E1 | 14 | 79 | 0 | 5B | 2E | C | 14A | 54 | 30 |
| Octal | 341 | 24 | 171 | 0 | 133 | 56 | 14 | 512 | 124 | 60 |
| Binary | 11100001 | 10100 | 1111001 | 0 | 1011011 | 101110 | 1100 | 101001010 | 1010100 | 110000 |
Color Harmonies of #E11479
Complementary color
Monochromatic Colors of #E11479
Black with #E11479
Text Example
Text Example
White with #E11479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11479; }
p { color: rgb(225,20,121); }
H1.HeaderClassName
{
color: #E11479;
}
.AnyTagClassName
{
color: #E11479;
}
</style>
background-color css
<style>
a { background-color: #E11479; }
a { background-color: rgb(225,20,121); }
div.DivClassName
{
background-color: #E11479;
}
.BgClassName
{
background-color: #E11479;
}
</style>
border-color css
<style>
span { border-color: #E11479; }
span { border-color: rgb(225,20,121); }
td.TdClassName
{
border-color: #E11479;
}
.TagClassName
{
border-color: #E11479;
}
</style>