Shades of Ruby #E11074
Tints of Ruby #E11074
RGB
CMYK
RGB Variations
Color information
#E11074 (or 0xE11074) is known color: Ruby. HEX triplet: E1, 10 and 74. RGB value is (225,16,116). Sum of RGB (Red+Green+Blue) = 225+16+116=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E11074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11074 is #1EEF8B. Grayscale: #595959. Windows color (decimal): -2027404 or 7606497. OLE color: 7606497.
HSL color Cylindrical-coordinate representation of color #E11074: hue angle of 331.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11074 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 116 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.12 |
| HSL | 331.29º | 0.87% | 0.47% | - |
| HSV(B) | 331.29º | 0.93% | 0.88% | - |
| XYZ | 34.39 | 17.64 | 18.12 | - |
| YUV | 89.89 | 142.74 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 116 | 0 | 0.93 | 0.48 | 0.12 | 331.29 | 0.87 | 0.47 |
| Hex | E1 | 10 | 74 | 0 | 5D | 30 | C | 14B | 57 | 2F |
| Octal | 341 | 20 | 164 | 0 | 135 | 60 | 14 | 513 | 127 | 57 |
| Binary | 11100001 | 10000 | 1110100 | 0 | 1011101 | 110000 | 1100 | 101001011 | 1010111 | 101111 |
Color Harmonies of #E11074
Complementary color
Monochromatic Colors of #E11074
Black with #E11074
Text Example
Text Example
White with #E11074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11074; }
p { color: rgb(225,16,116); }
H1.HeaderClassName
{
color: #E11074;
}
.AnyTagClassName
{
color: #E11074;
}
</style>
background-color css
<style>
a { background-color: #E11074; }
a { background-color: rgb(225,16,116); }
div.DivClassName
{
background-color: #E11074;
}
.BgClassName
{
background-color: #E11074;
}
</style>
border-color css
<style>
span { border-color: #E11074; }
span { border-color: rgb(225,16,116); }
td.TdClassName
{
border-color: #E11074;
}
.TagClassName
{
border-color: #E11074;
}
</style>