Shades of Ruby #E11073
Tints of Ruby #E11073
RGB
CMYK
RGB Variations
Color information
#E11073 (or 0xE11073) is known color: Ruby. HEX triplet: E1, 10 and 73. RGB value is (225,16,115). Sum of RGB (Red+Green+Blue) = 225+16+115=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E11073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11073 is #1EEF8C. Grayscale: #595959. Windows color (decimal): -2027405 or 7540961. OLE color: 7540961.
HSL color Cylindrical-coordinate representation of color #E11073: hue angle of 331.58º 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 #E11073 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 115 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.12 |
| HSL | 331.58º | 0.87% | 0.47% | - |
| HSV(B) | 331.58º | 0.93% | 0.88% | - |
| XYZ | 34.33 | 17.62 | 17.81 | - |
| YUV | 89.78 | 142.24 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 115 | 0 | 0.93 | 0.49 | 0.12 | 331.58 | 0.87 | 0.47 |
| Hex | E1 | 10 | 73 | 0 | 5D | 31 | C | 14C | 57 | 2F |
| Octal | 341 | 20 | 163 | 0 | 135 | 61 | 14 | 514 | 127 | 57 |
| Binary | 11100001 | 10000 | 1110011 | 0 | 1011101 | 110001 | 1100 | 101001100 | 1010111 | 101111 |
Color Harmonies of #E11073
Complementary color
Monochromatic Colors of #E11073
Black with #E11073
Text Example
Text Example
White with #E11073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11073; }
p { color: rgb(225,16,115); }
H1.HeaderClassName
{
color: #E11073;
}
.AnyTagClassName
{
color: #E11073;
}
</style>
background-color css
<style>
a { background-color: #E11073; }
a { background-color: rgb(225,16,115); }
div.DivClassName
{
background-color: #E11073;
}
.BgClassName
{
background-color: #E11073;
}
</style>
border-color css
<style>
span { border-color: #E11073; }
span { border-color: rgb(225,16,115); }
td.TdClassName
{
border-color: #E11073;
}
.TagClassName
{
border-color: #E11073;
}
</style>