Shades of Ruby #E4116B
Tints of Ruby #E4116B
RGB
CMYK
RGB Variations
Color information
#E4116B (or 0xE4116B) is known color: Ruby. HEX triplet: E4, 11 and 6B. RGB value is (228,17,107). Sum of RGB (Red+Green+Blue) = 228+17+107=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E4116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4116B is #1BEE94. Grayscale: #5A5A5A. Windows color (decimal): -1830549 or 7016932. OLE color: 7016932.
HSL color Cylindrical-coordinate representation of color #E4116B: hue angle of 334.41º 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 #E4116B is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 17 | 107 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.11 |
| HSL | 334.41º | 0.86% | 0.48% | - |
| HSV(B) | 334.41º | 0.93% | 0.89% | - |
| XYZ | 34.85 | 17.96 | 15.54 | - |
| YUV | 90.35 | 137.4 | 226.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 17 | 107 | 0 | 0.93 | 0.53 | 0.11 | 334.41 | 0.86 | 0.48 |
| Hex | E4 | 11 | 6B | 0 | 5D | 35 | B | 14E | 56 | 30 |
| Octal | 344 | 21 | 153 | 0 | 135 | 65 | 13 | 516 | 126 | 60 |
| Binary | 11100100 | 10001 | 1101011 | 0 | 1011101 | 110101 | 1011 | 101001110 | 1010110 | 110000 |
Color Harmonies of #E4116B
Complementary color
Monochromatic Colors of #E4116B
Black with #E4116B
Text Example
Text Example
White with #E4116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4116B; }
p { color: rgb(228,17,107); }
H1.HeaderClassName
{
color: #E4116B;
}
.AnyTagClassName
{
color: #E4116B;
}
</style>
background-color css
<style>
a { background-color: #E4116B; }
a { background-color: rgb(228,17,107); }
div.DivClassName
{
background-color: #E4116B;
}
.BgClassName
{
background-color: #E4116B;
}
</style>
border-color css
<style>
span { border-color: #E4116B; }
span { border-color: rgb(228,17,107); }
td.TdClassName
{
border-color: #E4116B;
}
.TagClassName
{
border-color: #E4116B;
}
</style>