Shades of Ruby #E3166B
Tints of Ruby #E3166B
RGB
CMYK
RGB Variations
Color information
#E3166B (or 0xE3166B) is known color: Ruby. HEX triplet: E3, 16 and 6B. RGB value is (227,22,107). Sum of RGB (Red+Green+Blue) = 227+22+107=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E3166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3166B is #1CE994. Grayscale: #5C5C5C. Windows color (decimal): -1894805 or 7018211. OLE color: 7018211.
HSL color Cylindrical-coordinate representation of color #E3166B: hue angle of 335.12º 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 #E3166B is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 107 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.11 |
| HSL | 335.12º | 0.82% | 0.49% | - |
| HSV(B) | 335.12º | 0.9% | 0.89% | - |
| XYZ | 34.62 | 17.97 | 15.55 | - |
| YUV | 92.99 | 135.92 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 107 | 0 | 0.90 | 0.53 | 0.11 | 335.12 | 0.82 | 0.49 |
| Hex | E3 | 16 | 6B | 0 | 5A | 35 | B | 14F | 52 | 31 |
| Octal | 343 | 26 | 153 | 0 | 132 | 65 | 13 | 517 | 122 | 61 |
| Binary | 11100011 | 10110 | 1101011 | 0 | 1011010 | 110101 | 1011 | 101001111 | 1010010 | 110001 |
Color Harmonies of #E3166B
Complementary color
Monochromatic Colors of #E3166B
Black with #E3166B
Text Example
Text Example
White with #E3166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3166B; }
p { color: rgb(227,22,107); }
H1.HeaderClassName
{
color: #E3166B;
}
.AnyTagClassName
{
color: #E3166B;
}
</style>
background-color css
<style>
a { background-color: #E3166B; }
a { background-color: rgb(227,22,107); }
div.DivClassName
{
background-color: #E3166B;
}
.BgClassName
{
background-color: #E3166B;
}
</style>
border-color css
<style>
span { border-color: #E3166B; }
span { border-color: rgb(227,22,107); }
td.TdClassName
{
border-color: #E3166B;
}
.TagClassName
{
border-color: #E3166B;
}
</style>