Shades of Spicy Pink #EE15AD
Tints of Spicy Pink #EE15AD
RGB
CMYK
RGB Variations
Color information
#EE15AD (or 0xEE15AD) is known color: Spicy Pink. HEX triplet: EE, 15 and AD. RGB value is (238,21,173). Sum of RGB (Red+Green+Blue) = 238+21+173=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE15AD is #11EA52. Grayscale: #666666. Windows color (decimal): -1174099 or 11343342. OLE color: 11343342.
HSL color Cylindrical-coordinate representation of color #EE15AD: hue angle of 317.97º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE15AD is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 173 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.07 |
| HSL | 317.97º | 0.86% | 0.51% | - |
| HSV(B) | 317.97º | 0.91% | 0.93% | - |
| XYZ | 43.07 | 21.73 | 41.46 | - |
| YUV | 103.21 | 167.39 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 173 | 0 | 0.91 | 0.27 | 0.07 | 317.97 | 0.86 | 0.51 |
| Hex | EE | 15 | AD | 0 | 5B | 1B | 7 | 13E | 56 | 33 |
| Octal | 356 | 25 | 255 | 0 | 133 | 33 | 7 | 476 | 126 | 63 |
| Binary | 11101110 | 10101 | 10101101 | 0 | 1011011 | 11011 | 111 | 100111110 | 1010110 | 110011 |
Color Harmonies of #EE15AD
Complementary color
Monochromatic Colors of #EE15AD
Black with #EE15AD
Text Example
Text Example
White with #EE15AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE15AD; }
p { color: rgb(238,21,173); }
H1.HeaderClassName
{
color: #EE15AD;
}
.AnyTagClassName
{
color: #EE15AD;
}
</style>
background-color css
<style>
a { background-color: #EE15AD; }
a { background-color: rgb(238,21,173); }
div.DivClassName
{
background-color: #EE15AD;
}
.BgClassName
{
background-color: #EE15AD;
}
</style>
border-color css
<style>
span { border-color: #EE15AD; }
span { border-color: rgb(238,21,173); }
td.TdClassName
{
border-color: #EE15AD;
}
.TagClassName
{
border-color: #EE15AD;
}
</style>