Shades of Ruby #EE166C
Tints of Ruby #EE166C
RGB
CMYK
RGB Variations
Color information
#EE166C (or 0xEE166C) is known color: Ruby. HEX triplet: EE, 16 and 6C. RGB value is (238,22,108). Sum of RGB (Red+Green+Blue) = 238+22+108=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE166C is #11E993. Grayscale: #606060. Windows color (decimal): -1173908 or 7083758. OLE color: 7083758.
HSL color Cylindrical-coordinate representation of color #EE166C: hue angle of 336.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE166C is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 108 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.07 |
| HSL | 336.11º | 0.86% | 0.51% | - |
| HSV(B) | 336.11º | 0.91% | 0.93% | - |
| XYZ | 38.25 | 19.83 | 16 | - |
| YUV | 96.39 | 134.56 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 108 | 0 | 0.91 | 0.55 | 0.07 | 336.11 | 0.86 | 0.51 |
| Hex | EE | 16 | 6C | 0 | 5B | 37 | 7 | 150 | 56 | 33 |
| Octal | 356 | 26 | 154 | 0 | 133 | 67 | 7 | 520 | 126 | 63 |
| Binary | 11101110 | 10110 | 1101100 | 0 | 1011011 | 110111 | 111 | 101010000 | 1010110 | 110011 |
Color Harmonies of #EE166C
Complementary color
Monochromatic Colors of #EE166C
Black with #EE166C
Text Example
Text Example
White with #EE166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE166C; }
p { color: rgb(238,22,108); }
H1.HeaderClassName
{
color: #EE166C;
}
.AnyTagClassName
{
color: #EE166C;
}
</style>
background-color css
<style>
a { background-color: #EE166C; }
a { background-color: rgb(238,22,108); }
div.DivClassName
{
background-color: #EE166C;
}
.BgClassName
{
background-color: #EE166C;
}
</style>
border-color css
<style>
span { border-color: #EE166C; }
span { border-color: rgb(238,22,108); }
td.TdClassName
{
border-color: #EE166C;
}
.TagClassName
{
border-color: #EE166C;
}
</style>