Shades of Ruby #E4166E
Tints of Ruby #E4166E
RGB
CMYK
RGB Variations
Color information
#E4166E (or 0xE4166E) is known color: Ruby. HEX triplet: E4, 16 and 6E. RGB value is (228,22,110). Sum of RGB (Red+Green+Blue) = 228+22+110=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E4166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4166E is #1BE991. Grayscale: #5D5D5D. Windows color (decimal): -1829266 or 7214820. OLE color: 7214820.
HSL color Cylindrical-coordinate representation of color #E4166E: hue angle of 334.37º 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 #E4166E is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 110 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.11 |
| HSL | 334.37º | 0.82% | 0.49% | - |
| HSV(B) | 334.37º | 0.9% | 0.89% | - |
| XYZ | 35.1 | 18.19 | 16.41 | - |
| YUV | 93.63 | 137.25 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 110 | 0 | 0.90 | 0.52 | 0.11 | 334.37 | 0.82 | 0.49 |
| Hex | E4 | 16 | 6E | 0 | 5A | 34 | B | 14E | 52 | 31 |
| Octal | 344 | 26 | 156 | 0 | 132 | 64 | 13 | 516 | 122 | 61 |
| Binary | 11100100 | 10110 | 1101110 | 0 | 1011010 | 110100 | 1011 | 101001110 | 1010010 | 110001 |
Color Harmonies of #E4166E
Complementary color
Monochromatic Colors of #E4166E
Black with #E4166E
Text Example
Text Example
White with #E4166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4166E; }
p { color: rgb(228,22,110); }
H1.HeaderClassName
{
color: #E4166E;
}
.AnyTagClassName
{
color: #E4166E;
}
</style>
background-color css
<style>
a { background-color: #E4166E; }
a { background-color: rgb(228,22,110); }
div.DivClassName
{
background-color: #E4166E;
}
.BgClassName
{
background-color: #E4166E;
}
</style>
border-color css
<style>
span { border-color: #E4166E; }
span { border-color: rgb(228,22,110); }
td.TdClassName
{
border-color: #E4166E;
}
.TagClassName
{
border-color: #E4166E;
}
</style>