Shades of Spicy Pink #EE16A4
Tints of Spicy Pink #EE16A4
RGB
CMYK
RGB Variations
Color information
#EE16A4 (or 0xEE16A4) is known color: Spicy Pink. HEX triplet: EE, 16 and A4. RGB value is (238,22,164). Sum of RGB (Red+Green+Blue) = 238+22+164=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE16A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE16A4 is #11E95B. Grayscale: #666666. Windows color (decimal): -1173852 or 10753774. OLE color: 10753774.
HSL color Cylindrical-coordinate representation of color #EE16A4: hue angle of 320.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 #EE16A4 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 164 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.07 |
| HSL | 320.56º | 0.86% | 0.51% | - |
| HSV(B) | 320.56º | 0.91% | 0.93% | - |
| XYZ | 42.25 | 21.43 | 37.03 | - |
| YUV | 102.77 | 162.56 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 164 | 0 | 0.91 | 0.31 | 0.07 | 320.56 | 0.86 | 0.51 |
| Hex | EE | 16 | A4 | 0 | 5B | 1F | 7 | 141 | 56 | 33 |
| Octal | 356 | 26 | 244 | 0 | 133 | 37 | 7 | 501 | 126 | 63 |
| Binary | 11101110 | 10110 | 10100100 | 0 | 1011011 | 11111 | 111 | 101000001 | 1010110 | 110011 |
Color Harmonies of #EE16A4
Complementary color
Monochromatic Colors of #EE16A4
Black with #EE16A4
Text Example
Text Example
White with #EE16A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE16A4; }
p { color: rgb(238,22,164); }
H1.HeaderClassName
{
color: #EE16A4;
}
.AnyTagClassName
{
color: #EE16A4;
}
</style>
background-color css
<style>
a { background-color: #EE16A4; }
a { background-color: rgb(238,22,164); }
div.DivClassName
{
background-color: #EE16A4;
}
.BgClassName
{
background-color: #EE16A4;
}
</style>
border-color css
<style>
span { border-color: #EE16A4; }
span { border-color: rgb(238,22,164); }
td.TdClassName
{
border-color: #EE16A4;
}
.TagClassName
{
border-color: #EE16A4;
}
</style>