Shades of Spicy Pink #E921AD
Tints of Spicy Pink #E921AD
RGB
CMYK
RGB Variations
Color information
#E921AD (or 0xE921AD) is known color: Spicy Pink. HEX triplet: E9, 21 and AD. RGB value is (233,33,173). Sum of RGB (Red+Green+Blue) = 233+33+173=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E921AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E921AD is #16DE52. Grayscale: #6C6C6C. Windows color (decimal): -1498707 or 11346409. OLE color: 11346409.
HSL color Cylindrical-coordinate representation of color #E921AD: hue angle of 318º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E921AD is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 173 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.09 |
| HSL | 318º | 0.82% | 0.52% | - |
| HSV(B) | 318º | 0.86% | 0.91% | - |
| XYZ | 41.69 | 21.43 | 41.47 | - |
| YUV | 108.76 | 164.26 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 173 | 0 | 0.86 | 0.26 | 0.09 | 318 | 0.82 | 0.52 |
| Hex | E9 | 21 | AD | 0 | 56 | 1A | 9 | 13E | 52 | 34 |
| Octal | 351 | 41 | 255 | 0 | 126 | 32 | 11 | 476 | 122 | 64 |
| Binary | 11101001 | 100001 | 10101101 | 0 | 1010110 | 11010 | 1001 | 100111110 | 1010010 | 110100 |
Color Harmonies of #E921AD
Complementary color
Monochromatic Colors of #E921AD
Black with #E921AD
Text Example
Text Example
White with #E921AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921AD; }
p { color: rgb(233,33,173); }
H1.HeaderClassName
{
color: #E921AD;
}
.AnyTagClassName
{
color: #E921AD;
}
</style>
background-color css
<style>
a { background-color: #E921AD; }
a { background-color: rgb(233,33,173); }
div.DivClassName
{
background-color: #E921AD;
}
.BgClassName
{
background-color: #E921AD;
}
</style>
border-color css
<style>
span { border-color: #E921AD; }
span { border-color: rgb(233,33,173); }
td.TdClassName
{
border-color: #E921AD;
}
.TagClassName
{
border-color: #E921AD;
}
</style>