Shades of Ruby #E5115C
Tints of Ruby #E5115C
RGB
CMYK
RGB Variations
Color information
#E5115C (or 0xE5115C) is known color: Ruby. HEX triplet: E5, 11 and 5C. RGB value is (229,17,92). Sum of RGB (Red+Green+Blue) = 229+17+92=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E5115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5115C is #1AEEA3. Grayscale: #585858. Windows color (decimal): -1765028 or 6033893. OLE color: 6033893.
HSL color Cylindrical-coordinate representation of color #E5115C: hue angle of 338.77º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5115C is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 92 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.10 |
| HSL | 338.77º | 0.86% | 0.48% | - |
| HSV(B) | 338.77º | 0.93% | 0.9% | - |
| XYZ | 34.45 | 17.83 | 11.75 | - |
| YUV | 88.94 | 129.74 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 92 | 0 | 0.93 | 0.60 | 0.10 | 338.77 | 0.86 | 0.48 |
| Hex | E5 | 11 | 5C | 0 | 5D | 3C | A | 153 | 56 | 30 |
| Octal | 345 | 21 | 134 | 0 | 135 | 74 | 12 | 523 | 126 | 60 |
| Binary | 11100101 | 10001 | 1011100 | 0 | 1011101 | 111100 | 1010 | 101010011 | 1010110 | 110000 |
Color Harmonies of #E5115C
Complementary color
Monochromatic Colors of #E5115C
Black with #E5115C
Text Example
Text Example
White with #E5115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5115C; }
p { color: rgb(229,17,92); }
H1.HeaderClassName
{
color: #E5115C;
}
.AnyTagClassName
{
color: #E5115C;
}
</style>
background-color css
<style>
a { background-color: #E5115C; }
a { background-color: rgb(229,17,92); }
div.DivClassName
{
background-color: #E5115C;
}
.BgClassName
{
background-color: #E5115C;
}
</style>
border-color css
<style>
span { border-color: #E5115C; }
span { border-color: rgb(229,17,92); }
td.TdClassName
{
border-color: #E5115C;
}
.TagClassName
{
border-color: #E5115C;
}
</style>