Shades of Spicy Pink #EE19AD
Tints of Spicy Pink #EE19AD
RGB
CMYK
RGB Variations
Color information
#EE19AD (or 0xEE19AD) is known color: Spicy Pink. HEX triplet: EE, 19 and AD. RGB value is (238,25,173). Sum of RGB (Red+Green+Blue) = 238+25+173=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE19AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE19AD is #11E652. Grayscale: #696969. Windows color (decimal): -1173075 or 11344366. OLE color: 11344366.
HSL color Cylindrical-coordinate representation of color #EE19AD: hue angle of 318.31º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE19AD is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 173 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.07 |
| HSL | 318.31º | 0.86% | 0.52% | - |
| HSV(B) | 318.31º | 0.89% | 0.93% | - |
| XYZ | 43.15 | 21.89 | 41.49 | - |
| YUV | 105.56 | 166.07 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 173 | 0 | 0.89 | 0.27 | 0.07 | 318.31 | 0.86 | 0.52 |
| Hex | EE | 19 | AD | 0 | 59 | 1B | 7 | 13E | 56 | 34 |
| Octal | 356 | 31 | 255 | 0 | 131 | 33 | 7 | 476 | 126 | 64 |
| Binary | 11101110 | 11001 | 10101101 | 0 | 1011001 | 11011 | 111 | 100111110 | 1010110 | 110100 |
Color Harmonies of #EE19AD
Complementary color
Monochromatic Colors of #EE19AD
Black with #EE19AD
Text Example
Text Example
White with #EE19AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE19AD; }
p { color: rgb(238,25,173); }
H1.HeaderClassName
{
color: #EE19AD;
}
.AnyTagClassName
{
color: #EE19AD;
}
</style>
background-color css
<style>
a { background-color: #EE19AD; }
a { background-color: rgb(238,25,173); }
div.DivClassName
{
background-color: #EE19AD;
}
.BgClassName
{
background-color: #EE19AD;
}
</style>
border-color css
<style>
span { border-color: #EE19AD; }
span { border-color: rgb(238,25,173); }
td.TdClassName
{
border-color: #EE19AD;
}
.TagClassName
{
border-color: #EE19AD;
}
</style>