Shades of Ruby #E4115D
Tints of Ruby #E4115D
RGB
CMYK
RGB Variations
Color information
#E4115D (or 0xE4115D) is known color: Ruby. HEX triplet: E4, 11 and 5D. RGB value is (228,17,93). Sum of RGB (Red+Green+Blue) = 228+17+93=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E4115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4115D is #1BEEA2. Grayscale: #585858. Windows color (decimal): -1830563 or 6099428. OLE color: 6099428.
HSL color Cylindrical-coordinate representation of color #E4115D: hue angle of 338.39º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4115D is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 17 | 93 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.11 |
| HSL | 338.39º | 0.86% | 0.48% | - |
| HSV(B) | 338.39º | 0.93% | 0.89% | - |
| XYZ | 34.17 | 17.69 | 11.97 | - |
| YUV | 88.75 | 130.4 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 17 | 93 | 0 | 0.93 | 0.59 | 0.11 | 338.39 | 0.86 | 0.48 |
| Hex | E4 | 11 | 5D | 0 | 5D | 3B | B | 152 | 56 | 30 |
| Octal | 344 | 21 | 135 | 0 | 135 | 73 | 13 | 522 | 126 | 60 |
| Binary | 11100100 | 10001 | 1011101 | 0 | 1011101 | 111011 | 1011 | 101010010 | 1010110 | 110000 |
Color Harmonies of #E4115D
Complementary color
Monochromatic Colors of #E4115D
Black with #E4115D
Text Example
Text Example
White with #E4115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4115D; }
p { color: rgb(228,17,93); }
H1.HeaderClassName
{
color: #E4115D;
}
.AnyTagClassName
{
color: #E4115D;
}
</style>
background-color css
<style>
a { background-color: #E4115D; }
a { background-color: rgb(228,17,93); }
div.DivClassName
{
background-color: #E4115D;
}
.BgClassName
{
background-color: #E4115D;
}
</style>
border-color css
<style>
span { border-color: #E4115D; }
span { border-color: rgb(228,17,93); }
td.TdClassName
{
border-color: #E4115D;
}
.TagClassName
{
border-color: #E4115D;
}
</style>