Shades of Ruby #EE166E
Tints of Ruby #EE166E
RGB
CMYK
RGB Variations
Color information
#EE166E (or 0xEE166E) is known color: Ruby. HEX triplet: EE, 16 and 6E. RGB value is (238,22,110). Sum of RGB (Red+Green+Blue) = 238+22+110=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE166E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE166E is #11E991. Grayscale: #606060. Windows color (decimal): -1173906 or 7214830. OLE color: 7214830.
HSL color Cylindrical-coordinate representation of color #EE166E: hue angle of 335.56º 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 #EE166E is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 110 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.07 |
| HSL | 335.56º | 0.86% | 0.51% | - |
| HSV(B) | 335.56º | 0.91% | 0.93% | - |
| XYZ | 38.36 | 19.88 | 16.57 | - |
| YUV | 96.62 | 135.56 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 110 | 0 | 0.91 | 0.54 | 0.07 | 335.56 | 0.86 | 0.51 |
| Hex | EE | 16 | 6E | 0 | 5B | 36 | 7 | 150 | 56 | 33 |
| Octal | 356 | 26 | 156 | 0 | 133 | 66 | 7 | 520 | 126 | 63 |
| Binary | 11101110 | 10110 | 1101110 | 0 | 1011011 | 110110 | 111 | 101010000 | 1010110 | 110011 |
Color Harmonies of #EE166E
Complementary color
Monochromatic Colors of #EE166E
Black with #EE166E
Text Example
Text Example
White with #EE166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE166E; }
p { color: rgb(238,22,110); }
H1.HeaderClassName
{
color: #EE166E;
}
.AnyTagClassName
{
color: #EE166E;
}
</style>
background-color css
<style>
a { background-color: #EE166E; }
a { background-color: rgb(238,22,110); }
div.DivClassName
{
background-color: #EE166E;
}
.BgClassName
{
background-color: #EE166E;
}
</style>
border-color css
<style>
span { border-color: #EE166E; }
span { border-color: rgb(238,22,110); }
td.TdClassName
{
border-color: #EE166E;
}
.TagClassName
{
border-color: #EE166E;
}
</style>