Shades of Ruby #E11D6C
Tints of Ruby #E11D6C
RGB
CMYK
RGB Variations
Color information
#E11D6C (or 0xE11D6C) is known color: Ruby. HEX triplet: E1, 1D and 6C. RGB value is (225,29,108). Sum of RGB (Red+Green+Blue) = 225+29+108=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11D6C is #1EE293. Grayscale: #606060. Windows color (decimal): -2024084 or 7085537. OLE color: 7085537.
HSL color Cylindrical-coordinate representation of color #E11D6C: hue angle of 335.82º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11D6C is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 108 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.12 |
| HSL | 335.82º | 0.77% | 0.5% | - |
| HSV(B) | 335.82º | 0.87% | 0.88% | - |
| XYZ | 34.2 | 17.97 | 15.85 | - |
| YUV | 96.61 | 134.43 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 108 | 0 | 0.87 | 0.52 | 0.12 | 335.82 | 0.77 | 0.5 |
| Hex | E1 | 1D | 6C | 0 | 57 | 34 | C | 150 | 4D | 32 |
| Octal | 341 | 35 | 154 | 0 | 127 | 64 | 14 | 520 | 115 | 62 |
| Binary | 11100001 | 11101 | 1101100 | 0 | 1010111 | 110100 | 1100 | 101010000 | 1001101 | 110010 |
Color Harmonies of #E11D6C
Complementary color
Monochromatic Colors of #E11D6C
Black with #E11D6C
Text Example
Text Example
White with #E11D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11D6C; }
p { color: rgb(225,29,108); }
H1.HeaderClassName
{
color: #E11D6C;
}
.AnyTagClassName
{
color: #E11D6C;
}
</style>
background-color css
<style>
a { background-color: #E11D6C; }
a { background-color: rgb(225,29,108); }
div.DivClassName
{
background-color: #E11D6C;
}
.BgClassName
{
background-color: #E11D6C;
}
</style>
border-color css
<style>
span { border-color: #E11D6C; }
span { border-color: rgb(225,29,108); }
td.TdClassName
{
border-color: #E11D6C;
}
.TagClassName
{
border-color: #E11D6C;
}
</style>