Shades of Ruby #E0166B
Tints of Ruby #E0166B
RGB
CMYK
RGB Variations
Color information
#E0166B (or 0xE0166B) is known color: Ruby. HEX triplet: E0, 16 and 6B. RGB value is (224,22,107). Sum of RGB (Red+Green+Blue) = 224+22+107=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E0166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0166B is #1FE994. Grayscale: #5B5B5B. Windows color (decimal): -2091413 or 7018208. OLE color: 7018208.
HSL color Cylindrical-coordinate representation of color #E0166B: hue angle of 334.75º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0166B is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 107 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.12 |
| HSL | 334.75º | 0.82% | 0.48% | - |
| HSV(B) | 334.75º | 0.9% | 0.88% | - |
| XYZ | 33.68 | 17.48 | 15.51 | - |
| YUV | 92.09 | 136.42 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 107 | 0 | 0.90 | 0.52 | 0.12 | 334.75 | 0.82 | 0.48 |
| Hex | E0 | 16 | 6B | 0 | 5A | 34 | C | 14F | 52 | 30 |
| Octal | 340 | 26 | 153 | 0 | 132 | 64 | 14 | 517 | 122 | 60 |
| Binary | 11100000 | 10110 | 1101011 | 0 | 1011010 | 110100 | 1100 | 101001111 | 1010010 | 110000 |
Color Harmonies of #E0166B
Complementary color
Monochromatic Colors of #E0166B
Black with #E0166B
Text Example
Text Example
White with #E0166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0166B; }
p { color: rgb(224,22,107); }
H1.HeaderClassName
{
color: #E0166B;
}
.AnyTagClassName
{
color: #E0166B;
}
</style>
background-color css
<style>
a { background-color: #E0166B; }
a { background-color: rgb(224,22,107); }
div.DivClassName
{
background-color: #E0166B;
}
.BgClassName
{
background-color: #E0166B;
}
</style>
border-color css
<style>
span { border-color: #E0166B; }
span { border-color: rgb(224,22,107); }
td.TdClassName
{
border-color: #E0166B;
}
.TagClassName
{
border-color: #E0166B;
}
</style>