Shades of Spicy Pink #EE18AC
Tints of Spicy Pink #EE18AC
RGB
CMYK
RGB Variations
Color information
#EE18AC (or 0xEE18AC) is known color: Spicy Pink. HEX triplet: EE, 18 and AC. RGB value is (238,24,172). Sum of RGB (Red+Green+Blue) = 238+24+172=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE18AC is #11E753. Grayscale: #686868. Windows color (decimal): -1173332 or 11278574. OLE color: 11278574.
HSL color Cylindrical-coordinate representation of color #EE18AC: hue angle of 318.5º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE18AC is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 172 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.07 |
| HSL | 318.5º | 0.86% | 0.51% | - |
| HSV(B) | 318.5º | 0.9% | 0.93% | - |
| XYZ | 43.03 | 21.81 | 40.97 | - |
| YUV | 104.86 | 165.9 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 172 | 0 | 0.90 | 0.28 | 0.07 | 318.5 | 0.86 | 0.51 |
| Hex | EE | 18 | AC | 0 | 5A | 1C | 7 | 13F | 56 | 33 |
| Octal | 356 | 30 | 254 | 0 | 132 | 34 | 7 | 477 | 126 | 63 |
| Binary | 11101110 | 11000 | 10101100 | 0 | 1011010 | 11100 | 111 | 100111111 | 1010110 | 110011 |
Color Harmonies of #EE18AC
Complementary color
Monochromatic Colors of #EE18AC
Black with #EE18AC
Text Example
Text Example
White with #EE18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18AC; }
p { color: rgb(238,24,172); }
H1.HeaderClassName
{
color: #EE18AC;
}
.AnyTagClassName
{
color: #EE18AC;
}
</style>
background-color css
<style>
a { background-color: #EE18AC; }
a { background-color: rgb(238,24,172); }
div.DivClassName
{
background-color: #EE18AC;
}
.BgClassName
{
background-color: #EE18AC;
}
</style>
border-color css
<style>
span { border-color: #EE18AC; }
span { border-color: rgb(238,24,172); }
td.TdClassName
{
border-color: #EE18AC;
}
.TagClassName
{
border-color: #EE18AC;
}
</style>