Shades of Spicy Pink #EE18AF
Tints of Spicy Pink #EE18AF
RGB
CMYK
RGB Variations
Color information
#EE18AF (or 0xEE18AF) is known color: Spicy Pink. HEX triplet: EE, 18 and AF. RGB value is (238,24,175). Sum of RGB (Red+Green+Blue) = 238+24+175=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE18AF is #11E750. Grayscale: #686868. Windows color (decimal): -1173329 or 11475182. OLE color: 11475182.
HSL color Cylindrical-coordinate representation of color #EE18AF: hue angle of 317.66º 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 #EE18AF is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 175 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.07 |
| HSL | 317.66º | 0.86% | 0.51% | - |
| HSV(B) | 317.66º | 0.9% | 0.93% | - |
| XYZ | 43.32 | 21.93 | 42.51 | - |
| YUV | 105.2 | 167.4 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 175 | 0 | 0.90 | 0.26 | 0.07 | 317.66 | 0.86 | 0.51 |
| Hex | EE | 18 | AF | 0 | 5A | 1A | 7 | 13E | 56 | 33 |
| Octal | 356 | 30 | 257 | 0 | 132 | 32 | 7 | 476 | 126 | 63 |
| Binary | 11101110 | 11000 | 10101111 | 0 | 1011010 | 11010 | 111 | 100111110 | 1010110 | 110011 |
Color Harmonies of #EE18AF
Complementary color
Monochromatic Colors of #EE18AF
Black with #EE18AF
Text Example
Text Example
White with #EE18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18AF; }
p { color: rgb(238,24,175); }
H1.HeaderClassName
{
color: #EE18AF;
}
.AnyTagClassName
{
color: #EE18AF;
}
</style>
background-color css
<style>
a { background-color: #EE18AF; }
a { background-color: rgb(238,24,175); }
div.DivClassName
{
background-color: #EE18AF;
}
.BgClassName
{
background-color: #EE18AF;
}
</style>
border-color css
<style>
span { border-color: #EE18AF; }
span { border-color: rgb(238,24,175); }
td.TdClassName
{
border-color: #EE18AF;
}
.TagClassName
{
border-color: #EE18AF;
}
</style>