Shades of Spicy Pink #E817AD
Tints of Spicy Pink #E817AD
RGB
CMYK
RGB Variations
Color information
#E817AD (or 0xE817AD) is known color: Spicy Pink. HEX triplet: E8, 17 and AD. RGB value is (232,23,173). Sum of RGB (Red+Green+Blue) = 232+23+173=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E817AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E817AD is #17E852. Grayscale: #666666. Windows color (decimal): -1566803 or 11343848. OLE color: 11343848.
HSL color Cylindrical-coordinate representation of color #E817AD: hue angle of 316.94º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E817AD is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 173 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.09 |
| HSL | 316.94º | 0.82% | 0.5% | - |
| HSV(B) | 316.94º | 0.9% | 0.91% | - |
| XYZ | 41.13 | 20.79 | 41.38 | - |
| YUV | 102.59 | 167.74 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 173 | 0 | 0.90 | 0.25 | 0.09 | 316.94 | 0.82 | 0.5 |
| Hex | E8 | 17 | AD | 0 | 5A | 19 | 9 | 13D | 52 | 32 |
| Octal | 350 | 27 | 255 | 0 | 132 | 31 | 11 | 475 | 122 | 62 |
| Binary | 11101000 | 10111 | 10101101 | 0 | 1011010 | 11001 | 1001 | 100111101 | 1010010 | 110010 |
Color Harmonies of #E817AD
Complementary color
Monochromatic Colors of #E817AD
Black with #E817AD
Text Example
Text Example
White with #E817AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E817AD; }
p { color: rgb(232,23,173); }
H1.HeaderClassName
{
color: #E817AD;
}
.AnyTagClassName
{
color: #E817AD;
}
</style>
background-color css
<style>
a { background-color: #E817AD; }
a { background-color: rgb(232,23,173); }
div.DivClassName
{
background-color: #E817AD;
}
.BgClassName
{
background-color: #E817AD;
}
</style>
border-color css
<style>
span { border-color: #E817AD; }
span { border-color: rgb(232,23,173); }
td.TdClassName
{
border-color: #E817AD;
}
.TagClassName
{
border-color: #E817AD;
}
</style>