Shades of Ruby #E11F5D
Tints of Ruby #E11F5D
RGB
CMYK
RGB Variations
Color information
#E11F5D (or 0xE11F5D) is known color: Ruby. HEX triplet: E1, 1F and 5D. RGB value is (225,31,93). Sum of RGB (Red+Green+Blue) = 225+31+93=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11F5D is #1EE0A2. Grayscale: #606060. Windows color (decimal): -2023587 or 6103009. OLE color: 6103009.
HSL color Cylindrical-coordinate representation of color #E11F5D: hue angle of 340.82º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11F5D is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 93 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.12 |
| HSL | 340.82º | 0.76% | 0.5% | - |
| HSV(B) | 340.82º | 0.86% | 0.88% | - |
| XYZ | 33.52 | 17.78 | 12.02 | - |
| YUV | 96.07 | 126.27 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 93 | 0 | 0.86 | 0.59 | 0.12 | 340.82 | 0.76 | 0.5 |
| Hex | E1 | 1F | 5D | 0 | 56 | 3B | C | 155 | 4C | 32 |
| Octal | 341 | 37 | 135 | 0 | 126 | 73 | 14 | 525 | 114 | 62 |
| Binary | 11100001 | 11111 | 1011101 | 0 | 1010110 | 111011 | 1100 | 101010101 | 1001100 | 110010 |
Color Harmonies of #E11F5D
Complementary color
Monochromatic Colors of #E11F5D
Black with #E11F5D
Text Example
Text Example
White with #E11F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F5D; }
p { color: rgb(225,31,93); }
H1.HeaderClassName
{
color: #E11F5D;
}
.AnyTagClassName
{
color: #E11F5D;
}
</style>
background-color css
<style>
a { background-color: #E11F5D; }
a { background-color: rgb(225,31,93); }
div.DivClassName
{
background-color: #E11F5D;
}
.BgClassName
{
background-color: #E11F5D;
}
</style>
border-color css
<style>
span { border-color: #E11F5D; }
span { border-color: rgb(225,31,93); }
td.TdClassName
{
border-color: #E11F5D;
}
.TagClassName
{
border-color: #E11F5D;
}
</style>