Shades of Spicy Pink #EE16AF
Tints of Spicy Pink #EE16AF
RGB
CMYK
RGB Variations
Color information
#EE16AF (or 0xEE16AF) is known color: Spicy Pink. HEX triplet: EE, 16 and AF. RGB value is (238,22,175). Sum of RGB (Red+Green+Blue) = 238+22+175=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE16AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE16AF is #11E950. Grayscale: #676767. Windows color (decimal): -1173841 or 11474670. OLE color: 11474670.
HSL color Cylindrical-coordinate representation of color #EE16AF: hue angle of 317.5º 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 #EE16AF is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 175 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.07 |
| HSL | 317.5º | 0.86% | 0.51% | - |
| HSV(B) | 317.5º | 0.91% | 0.93% | - |
| XYZ | 43.28 | 21.85 | 42.49 | - |
| YUV | 104.03 | 168.06 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 175 | 0 | 0.91 | 0.26 | 0.07 | 317.5 | 0.86 | 0.51 |
| Hex | EE | 16 | AF | 0 | 5B | 1A | 7 | 13E | 56 | 33 |
| Octal | 356 | 26 | 257 | 0 | 133 | 32 | 7 | 476 | 126 | 63 |
| Binary | 11101110 | 10110 | 10101111 | 0 | 1011011 | 11010 | 111 | 100111110 | 1010110 | 110011 |
Color Harmonies of #EE16AF
Complementary color
Monochromatic Colors of #EE16AF
Black with #EE16AF
Text Example
Text Example
White with #EE16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE16AF; }
p { color: rgb(238,22,175); }
H1.HeaderClassName
{
color: #EE16AF;
}
.AnyTagClassName
{
color: #EE16AF;
}
</style>
background-color css
<style>
a { background-color: #EE16AF; }
a { background-color: rgb(238,22,175); }
div.DivClassName
{
background-color: #EE16AF;
}
.BgClassName
{
background-color: #EE16AF;
}
</style>
border-color css
<style>
span { border-color: #EE16AF; }
span { border-color: rgb(238,22,175); }
td.TdClassName
{
border-color: #EE16AF;
}
.TagClassName
{
border-color: #EE16AF;
}
</style>