Shades of Ruby #E3166F
Tints of Ruby #E3166F
RGB
CMYK
RGB Variations
Color information
#E3166F (or 0xE3166F) is known color: Ruby. HEX triplet: E3, 16 and 6F. RGB value is (227,22,111). Sum of RGB (Red+Green+Blue) = 227+22+111=360 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.06% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 227 - color contains mainly: red. Hex color #E3166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3166F is #1CE990. Grayscale: #5D5D5D. Windows color (decimal): -1894801 or 7280355. OLE color: 7280355.
HSL color Cylindrical-coordinate representation of color #E3166F: hue angle of 333.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 #E3166F is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 111 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.11 |
| HSL | 333.95º | 0.82% | 0.49% | - |
| HSV(B) | 333.95º | 0.9% | 0.89% | - |
| XYZ | 34.83 | 18.05 | 16.69 | - |
| YUV | 93.44 | 137.92 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 111 | 0 | 0.90 | 0.51 | 0.11 | 333.95 | 0.82 | 0.49 |
| Hex | E3 | 16 | 6F | 0 | 5A | 33 | B | 14E | 52 | 31 |
| Octal | 343 | 26 | 157 | 0 | 132 | 63 | 13 | 516 | 122 | 61 |
| Binary | 11100011 | 10110 | 1101111 | 0 | 1011010 | 110011 | 1011 | 101001110 | 1010010 | 110001 |
Color Harmonies of #E3166F
Complementary color
Monochromatic Colors of #E3166F
Black with #E3166F
Text Example
Text Example
White with #E3166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3166F; }
p { color: rgb(227,22,111); }
H1.HeaderClassName
{
color: #E3166F;
}
.AnyTagClassName
{
color: #E3166F;
}
</style>
background-color css
<style>
a { background-color: #E3166F; }
a { background-color: rgb(227,22,111); }
div.DivClassName
{
background-color: #E3166F;
}
.BgClassName
{
background-color: #E3166F;
}
</style>
border-color css
<style>
span { border-color: #E3166F; }
span { border-color: rgb(227,22,111); }
td.TdClassName
{
border-color: #E3166F;
}
.TagClassName
{
border-color: #E3166F;
}
</style>