Shades of Ruby #E3166D
Tints of Ruby #E3166D
RGB
CMYK
RGB Variations
Color information
#E3166D (or 0xE3166D) is known color: Ruby. HEX triplet: E3, 16 and 6D. RGB value is (227,22,109). Sum of RGB (Red+Green+Blue) = 227+22+109=358 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.41% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 227 - color contains mainly: red. Hex color #E3166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3166D is #1CE992. Grayscale: #5D5D5D. Windows color (decimal): -1894803 or 7149283. OLE color: 7149283.
HSL color Cylindrical-coordinate representation of color #E3166D: hue angle of 334.54º 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 #E3166D is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 109 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.11 |
| HSL | 334.54º | 0.82% | 0.49% | - |
| HSV(B) | 334.54º | 0.9% | 0.89% | - |
| XYZ | 34.73 | 18.01 | 16.11 | - |
| YUV | 93.21 | 136.92 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 109 | 0 | 0.90 | 0.52 | 0.11 | 334.54 | 0.82 | 0.49 |
| Hex | E3 | 16 | 6D | 0 | 5A | 34 | B | 14F | 52 | 31 |
| Octal | 343 | 26 | 155 | 0 | 132 | 64 | 13 | 517 | 122 | 61 |
| Binary | 11100011 | 10110 | 1101101 | 0 | 1011010 | 110100 | 1011 | 101001111 | 1010010 | 110001 |
Color Harmonies of #E3166D
Complementary color
Monochromatic Colors of #E3166D
Black with #E3166D
Text Example
Text Example
White with #E3166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3166D; }
p { color: rgb(227,22,109); }
H1.HeaderClassName
{
color: #E3166D;
}
.AnyTagClassName
{
color: #E3166D;
}
</style>
background-color css
<style>
a { background-color: #E3166D; }
a { background-color: rgb(227,22,109); }
div.DivClassName
{
background-color: #E3166D;
}
.BgClassName
{
background-color: #E3166D;
}
</style>
border-color css
<style>
span { border-color: #E3166D; }
span { border-color: rgb(227,22,109); }
td.TdClassName
{
border-color: #E3166D;
}
.TagClassName
{
border-color: #E3166D;
}
</style>