Shades of Spicy Pink #EE18B3
Tints of Spicy Pink #EE18B3
RGB
CMYK
RGB Variations
Color information
#EE18B3 (or 0xEE18B3) is known color: Spicy Pink. HEX triplet: EE, 18 and B3. RGB value is (238,24,179). Sum of RGB (Red+Green+Blue) = 238+24+179=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE18B3 is #11E74C. Grayscale: #696969. Windows color (decimal): -1173325 or 11737326. OLE color: 11737326.
HSL color Cylindrical-coordinate representation of color #EE18B3: hue angle of 316.54º 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 #EE18B3 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 179 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.07 |
| HSL | 316.54º | 0.86% | 0.51% | - |
| HSV(B) | 316.54º | 0.9% | 0.93% | - |
| XYZ | 43.72 | 22.09 | 44.61 | - |
| YUV | 105.66 | 169.4 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 179 | 0 | 0.90 | 0.25 | 0.07 | 316.54 | 0.86 | 0.51 |
| Hex | EE | 18 | B3 | 0 | 5A | 19 | 7 | 13D | 56 | 33 |
| Octal | 356 | 30 | 263 | 0 | 132 | 31 | 7 | 475 | 126 | 63 |
| Binary | 11101110 | 11000 | 10110011 | 0 | 1011010 | 11001 | 111 | 100111101 | 1010110 | 110011 |
Color Harmonies of #EE18B3
Complementary color
Monochromatic Colors of #EE18B3
Black with #EE18B3
Text Example
Text Example
White with #EE18B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18B3; }
p { color: rgb(238,24,179); }
H1.HeaderClassName
{
color: #EE18B3;
}
.AnyTagClassName
{
color: #EE18B3;
}
</style>
background-color css
<style>
a { background-color: #EE18B3; }
a { background-color: rgb(238,24,179); }
div.DivClassName
{
background-color: #EE18B3;
}
.BgClassName
{
background-color: #EE18B3;
}
</style>
border-color css
<style>
span { border-color: #EE18B3; }
span { border-color: rgb(238,24,179); }
td.TdClassName
{
border-color: #EE18B3;
}
.TagClassName
{
border-color: #EE18B3;
}
</style>