Shades of Spicy Pink #EE1FAC
Tints of Spicy Pink #EE1FAC
RGB
CMYK
RGB Variations
Color information
#EE1FAC (or 0xEE1FAC) is known color: Spicy Pink. HEX triplet: EE, 1F and AC. RGB value is (238,31,172). Sum of RGB (Red+Green+Blue) = 238+31+172=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1FAC is #11E053. Grayscale: #6C6C6C. Windows color (decimal): -1171540 or 11280366. OLE color: 11280366.
HSL color Cylindrical-coordinate representation of color #EE1FAC: hue angle of 319.13º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1FAC is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 31 | 172 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.07 |
| HSL | 319.13º | 0.86% | 0.53% | - |
| HSV(B) | 319.13º | 0.87% | 0.93% | - |
| XYZ | 43.2 | 22.14 | 41.03 | - |
| YUV | 108.97 | 163.58 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 31 | 172 | 0 | 0.87 | 0.28 | 0.07 | 319.13 | 0.86 | 0.53 |
| Hex | EE | 1F | AC | 0 | 57 | 1C | 7 | 13F | 56 | 35 |
| Octal | 356 | 37 | 254 | 0 | 127 | 34 | 7 | 477 | 126 | 65 |
| Binary | 11101110 | 11111 | 10101100 | 0 | 1010111 | 11100 | 111 | 100111111 | 1010110 | 110101 |
Color Harmonies of #EE1FAC
Complementary color
Monochromatic Colors of #EE1FAC
Black with #EE1FAC
Text Example
Text Example
White with #EE1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1FAC; }
p { color: rgb(238,31,172); }
H1.HeaderClassName
{
color: #EE1FAC;
}
.AnyTagClassName
{
color: #EE1FAC;
}
</style>
background-color css
<style>
a { background-color: #EE1FAC; }
a { background-color: rgb(238,31,172); }
div.DivClassName
{
background-color: #EE1FAC;
}
.BgClassName
{
background-color: #EE1FAC;
}
</style>
border-color css
<style>
span { border-color: #EE1FAC; }
span { border-color: rgb(238,31,172); }
td.TdClassName
{
border-color: #EE1FAC;
}
.TagClassName
{
border-color: #EE1FAC;
}
</style>