Shades of Spicy Pink #EE1BAC
Tints of Spicy Pink #EE1BAC
RGB
CMYK
RGB Variations
Color information
#EE1BAC (or 0xEE1BAC) is known color: Spicy Pink. HEX triplet: EE, 1B and AC. RGB value is (238,27,172). Sum of RGB (Red+Green+Blue) = 238+27+172=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1BAC is #11E453. Grayscale: #6A6A6A. Windows color (decimal): -1172564 or 11279342. OLE color: 11279342.
HSL color Cylindrical-coordinate representation of color #EE1BAC: hue angle of 318.77º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BAC is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 27 | 172 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.07 |
| HSL | 318.77º | 0.86% | 0.52% | - |
| HSV(B) | 318.77º | 0.89% | 0.93% | - |
| XYZ | 43.1 | 21.94 | 40.99 | - |
| YUV | 106.62 | 164.9 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 172 | 0 | 0.89 | 0.28 | 0.07 | 318.77 | 0.86 | 0.52 |
| Hex | EE | 1B | AC | 0 | 59 | 1C | 7 | 13F | 56 | 34 |
| Octal | 356 | 33 | 254 | 0 | 131 | 34 | 7 | 477 | 126 | 64 |
| Binary | 11101110 | 11011 | 10101100 | 0 | 1011001 | 11100 | 111 | 100111111 | 1010110 | 110100 |
Color Harmonies of #EE1BAC
Complementary color
Monochromatic Colors of #EE1BAC
Black with #EE1BAC
Text Example
Text Example
White with #EE1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1BAC; }
p { color: rgb(238,27,172); }
H1.HeaderClassName
{
color: #EE1BAC;
}
.AnyTagClassName
{
color: #EE1BAC;
}
</style>
background-color css
<style>
a { background-color: #EE1BAC; }
a { background-color: rgb(238,27,172); }
div.DivClassName
{
background-color: #EE1BAC;
}
.BgClassName
{
background-color: #EE1BAC;
}
</style>
border-color css
<style>
span { border-color: #EE1BAC; }
span { border-color: rgb(238,27,172); }
td.TdClassName
{
border-color: #EE1BAC;
}
.TagClassName
{
border-color: #EE1BAC;
}
</style>