Shades of Spicy Pink #EE18A8
Tints of Spicy Pink #EE18A8
RGB
CMYK
RGB Variations
Color information
#EE18A8 (or 0xEE18A8) is known color: Spicy Pink. HEX triplet: EE, 18 and A8. RGB value is (238,24,168). Sum of RGB (Red+Green+Blue) = 238+24+168=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE18A8 is #11E757. Grayscale: #686868. Windows color (decimal): -1173336 or 11016430. OLE color: 11016430.
HSL color Cylindrical-coordinate representation of color #EE18A8: hue angle of 319.63º 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 #EE18A8 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 168 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.07 |
| HSL | 319.63º | 0.86% | 0.51% | - |
| HSV(B) | 319.63º | 0.9% | 0.93% | - |
| XYZ | 42.65 | 21.66 | 38.98 | - |
| YUV | 104.4 | 163.9 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 168 | 0 | 0.90 | 0.29 | 0.07 | 319.63 | 0.86 | 0.51 |
| Hex | EE | 18 | A8 | 0 | 5A | 1D | 7 | 140 | 56 | 33 |
| Octal | 356 | 30 | 250 | 0 | 132 | 35 | 7 | 500 | 126 | 63 |
| Binary | 11101110 | 11000 | 10101000 | 0 | 1011010 | 11101 | 111 | 101000000 | 1010110 | 110011 |
Color Harmonies of #EE18A8
Complementary color
Monochromatic Colors of #EE18A8
Black with #EE18A8
Text Example
Text Example
White with #EE18A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18A8; }
p { color: rgb(238,24,168); }
H1.HeaderClassName
{
color: #EE18A8;
}
.AnyTagClassName
{
color: #EE18A8;
}
</style>
background-color css
<style>
a { background-color: #EE18A8; }
a { background-color: rgb(238,24,168); }
div.DivClassName
{
background-color: #EE18A8;
}
.BgClassName
{
background-color: #EE18A8;
}
</style>
border-color css
<style>
span { border-color: #EE18A8; }
span { border-color: rgb(238,24,168); }
td.TdClassName
{
border-color: #EE18A8;
}
.TagClassName
{
border-color: #EE18A8;
}
</style>