Shades of Spicy Pink #EE18A1
Tints of Spicy Pink #EE18A1
RGB
CMYK
RGB Variations
Color information
#EE18A1 (or 0xEE18A1) is known color: Spicy Pink. HEX triplet: EE, 18 and A1. RGB value is (238,24,161). Sum of RGB (Red+Green+Blue) = 238+24+161=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE18A1 is #11E75E. Grayscale: #676767. Windows color (decimal): -1173343 or 10557678. OLE color: 10557678.
HSL color Cylindrical-coordinate representation of color #EE18A1: hue angle of 321.59º 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 #EE18A1 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 161 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.07 |
| HSL | 321.59º | 0.86% | 0.51% | - |
| HSV(B) | 321.59º | 0.9% | 0.93% | - |
| XYZ | 42.02 | 21.4 | 35.63 | - |
| YUV | 103.6 | 160.4 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 161 | 0 | 0.90 | 0.32 | 0.07 | 321.59 | 0.86 | 0.51 |
| Hex | EE | 18 | A1 | 0 | 5A | 20 | 7 | 142 | 56 | 33 |
| Octal | 356 | 30 | 241 | 0 | 132 | 40 | 7 | 502 | 126 | 63 |
| Binary | 11101110 | 11000 | 10100001 | 0 | 1011010 | 100000 | 111 | 101000010 | 1010110 | 110011 |
Color Harmonies of #EE18A1
Complementary color
Monochromatic Colors of #EE18A1
Black with #EE18A1
Text Example
Text Example
White with #EE18A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18A1; }
p { color: rgb(238,24,161); }
H1.HeaderClassName
{
color: #EE18A1;
}
.AnyTagClassName
{
color: #EE18A1;
}
</style>
background-color css
<style>
a { background-color: #EE18A1; }
a { background-color: rgb(238,24,161); }
div.DivClassName
{
background-color: #EE18A1;
}
.BgClassName
{
background-color: #EE18A1;
}
</style>
border-color css
<style>
span { border-color: #EE18A1; }
span { border-color: rgb(238,24,161); }
td.TdClassName
{
border-color: #EE18A1;
}
.TagClassName
{
border-color: #EE18A1;
}
</style>