Shades of Ruby #E4166A
Tints of Ruby #E4166A
RGB
CMYK
RGB Variations
Color information
#E4166A (or 0xE4166A) is known color: Ruby. HEX triplet: E4, 16 and 6A. RGB value is (228,22,106). Sum of RGB (Red+Green+Blue) = 228+22+106=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E4166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4166A is #1BE995. Grayscale: #5D5D5D. Windows color (decimal): -1829270 or 6952676. OLE color: 6952676.
HSL color Cylindrical-coordinate representation of color #E4166A: hue angle of 335.53º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E4166A is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 106 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.11 |
| HSL | 335.53º | 0.82% | 0.49% | - |
| HSV(B) | 335.53º | 0.9% | 0.89% | - |
| XYZ | 34.88 | 18.11 | 15.29 | - |
| YUV | 93.17 | 135.25 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 106 | 0 | 0.90 | 0.54 | 0.11 | 335.53 | 0.82 | 0.49 |
| Hex | E4 | 16 | 6A | 0 | 5A | 36 | B | 150 | 52 | 31 |
| Octal | 344 | 26 | 152 | 0 | 132 | 66 | 13 | 520 | 122 | 61 |
| Binary | 11100100 | 10110 | 1101010 | 0 | 1011010 | 110110 | 1011 | 101010000 | 1010010 | 110001 |
Color Harmonies of #E4166A
Complementary color
Monochromatic Colors of #E4166A
Black with #E4166A
Text Example
Text Example
White with #E4166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4166A; }
p { color: rgb(228,22,106); }
H1.HeaderClassName
{
color: #E4166A;
}
.AnyTagClassName
{
color: #E4166A;
}
</style>
background-color css
<style>
a { background-color: #E4166A; }
a { background-color: rgb(228,22,106); }
div.DivClassName
{
background-color: #E4166A;
}
.BgClassName
{
background-color: #E4166A;
}
</style>
border-color css
<style>
span { border-color: #E4166A; }
span { border-color: rgb(228,22,106); }
td.TdClassName
{
border-color: #E4166A;
}
.TagClassName
{
border-color: #E4166A;
}
</style>