Shades of Ruby #E4166C
Tints of Ruby #E4166C
RGB
CMYK
RGB Variations
Color information
#E4166C (or 0xE4166C) is known color: Ruby. HEX triplet: E4, 16 and 6C. RGB value is (228,22,108). Sum of RGB (Red+Green+Blue) = 228+22+108=358 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.69% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 228 - color contains mainly: red. Hex color #E4166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4166C is #1BE993. Grayscale: #5D5D5D. Windows color (decimal): -1829268 or 7083748. OLE color: 7083748.
HSL color Cylindrical-coordinate representation of color #E4166C: hue angle of 334.95º 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 #E4166C is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 108 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.11 |
| HSL | 334.95º | 0.82% | 0.49% | - |
| HSV(B) | 334.95º | 0.9% | 0.89% | - |
| XYZ | 34.99 | 18.15 | 15.85 | - |
| YUV | 93.4 | 136.25 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 108 | 0 | 0.90 | 0.53 | 0.11 | 334.95 | 0.82 | 0.49 |
| Hex | E4 | 16 | 6C | 0 | 5A | 35 | B | 14F | 52 | 31 |
| Octal | 344 | 26 | 154 | 0 | 132 | 65 | 13 | 517 | 122 | 61 |
| Binary | 11100100 | 10110 | 1101100 | 0 | 1011010 | 110101 | 1011 | 101001111 | 1010010 | 110001 |
Color Harmonies of #E4166C
Complementary color
Monochromatic Colors of #E4166C
Black with #E4166C
Text Example
Text Example
White with #E4166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4166C; }
p { color: rgb(228,22,108); }
H1.HeaderClassName
{
color: #E4166C;
}
.AnyTagClassName
{
color: #E4166C;
}
</style>
background-color css
<style>
a { background-color: #E4166C; }
a { background-color: rgb(228,22,108); }
div.DivClassName
{
background-color: #E4166C;
}
.BgClassName
{
background-color: #E4166C;
}
</style>
border-color css
<style>
span { border-color: #E4166C; }
span { border-color: rgb(228,22,108); }
td.TdClassName
{
border-color: #E4166C;
}
.TagClassName
{
border-color: #E4166C;
}
</style>