Shades of Spicy Pink #EE16A6
Tints of Spicy Pink #EE16A6
RGB
CMYK
RGB Variations
Color information
#EE16A6 (or 0xEE16A6) is known color: Spicy Pink. HEX triplet: EE, 16 and A6. RGB value is (238,22,166). Sum of RGB (Red+Green+Blue) = 238+22+166=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE16A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE16A6 is #11E959. Grayscale: #666666. Windows color (decimal): -1173850 or 10884846. OLE color: 10884846.
HSL color Cylindrical-coordinate representation of color #EE16A6: hue angle of 320º 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 #EE16A6 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 166 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.07 |
| HSL | 320º | 0.86% | 0.51% | - |
| HSV(B) | 320º | 0.91% | 0.93% | - |
| XYZ | 42.43 | 21.5 | 37.99 | - |
| YUV | 103 | 163.56 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 166 | 0 | 0.91 | 0.30 | 0.07 | 320 | 0.86 | 0.51 |
| Hex | EE | 16 | A6 | 0 | 5B | 1E | 7 | 140 | 56 | 33 |
| Octal | 356 | 26 | 246 | 0 | 133 | 36 | 7 | 500 | 126 | 63 |
| Binary | 11101110 | 10110 | 10100110 | 0 | 1011011 | 11110 | 111 | 101000000 | 1010110 | 110011 |
Color Harmonies of #EE16A6
Complementary color
Monochromatic Colors of #EE16A6
Black with #EE16A6
Text Example
Text Example
White with #EE16A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE16A6; }
p { color: rgb(238,22,166); }
H1.HeaderClassName
{
color: #EE16A6;
}
.AnyTagClassName
{
color: #EE16A6;
}
</style>
background-color css
<style>
a { background-color: #EE16A6; }
a { background-color: rgb(238,22,166); }
div.DivClassName
{
background-color: #EE16A6;
}
.BgClassName
{
background-color: #EE16A6;
}
</style>
border-color css
<style>
span { border-color: #EE16A6; }
span { border-color: rgb(238,22,166); }
td.TdClassName
{
border-color: #EE16A6;
}
.TagClassName
{
border-color: #EE16A6;
}
</style>