Shades of Ruby #E11D6F
Tints of Ruby #E11D6F
RGB
CMYK
RGB Variations
Color information
#E11D6F (or 0xE11D6F) is known color: Ruby. HEX triplet: E1, 1D and 6F. RGB value is (225,29,111). Sum of RGB (Red+Green+Blue) = 225+29+111=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11D6F is #1EE290. Grayscale: #606060. Windows color (decimal): -2024081 or 7282145. OLE color: 7282145.
HSL color Cylindrical-coordinate representation of color #E11D6F: hue angle of 334.9º 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 #E11D6F is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 111 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.12 |
| HSL | 334.9º | 0.77% | 0.5% | - |
| HSV(B) | 334.9º | 0.87% | 0.88% | - |
| XYZ | 34.36 | 18.03 | 16.71 | - |
| YUV | 96.95 | 135.93 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 111 | 0 | 0.87 | 0.51 | 0.12 | 334.9 | 0.77 | 0.5 |
| Hex | E1 | 1D | 6F | 0 | 57 | 33 | C | 14F | 4D | 32 |
| Octal | 341 | 35 | 157 | 0 | 127 | 63 | 14 | 517 | 115 | 62 |
| Binary | 11100001 | 11101 | 1101111 | 0 | 1010111 | 110011 | 1100 | 101001111 | 1001101 | 110010 |
Color Harmonies of #E11D6F
Complementary color
Monochromatic Colors of #E11D6F
Black with #E11D6F
Text Example
Text Example
White with #E11D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11D6F; }
p { color: rgb(225,29,111); }
H1.HeaderClassName
{
color: #E11D6F;
}
.AnyTagClassName
{
color: #E11D6F;
}
</style>
background-color css
<style>
a { background-color: #E11D6F; }
a { background-color: rgb(225,29,111); }
div.DivClassName
{
background-color: #E11D6F;
}
.BgClassName
{
background-color: #E11D6F;
}
</style>
border-color css
<style>
span { border-color: #E11D6F; }
span { border-color: rgb(225,29,111); }
td.TdClassName
{
border-color: #E11D6F;
}
.TagClassName
{
border-color: #E11D6F;
}
</style>