Shades of Spicy Pink #E019AD
Tints of Spicy Pink #E019AD
RGB
CMYK
RGB Variations
Color information
#E019AD (or 0xE019AD) is known color: Spicy Pink. HEX triplet: E0, 19 and AD. RGB value is (224,25,173). Sum of RGB (Red+Green+Blue) = 224+25+173=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E019AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E019AD is #1FE652. Grayscale: #646464. Windows color (decimal): -2090579 or 11344352. OLE color: 11344352.
HSL color Cylindrical-coordinate representation of color #E019AD: hue angle of 315.38º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E019AD is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 173 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.12 |
| HSL | 315.38º | 0.8% | 0.49% | - |
| HSV(B) | 315.38º | 0.89% | 0.88% | - |
| XYZ | 38.63 | 19.56 | 41.27 | - |
| YUV | 101.37 | 168.43 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 173 | 0 | 0.89 | 0.23 | 0.12 | 315.38 | 0.8 | 0.49 |
| Hex | E0 | 19 | AD | 0 | 59 | 17 | C | 13B | 50 | 31 |
| Octal | 340 | 31 | 255 | 0 | 131 | 27 | 14 | 473 | 120 | 61 |
| Binary | 11100000 | 11001 | 10101101 | 0 | 1011001 | 10111 | 1100 | 100111011 | 1010000 | 110001 |
Color Harmonies of #E019AD
Complementary color
Monochromatic Colors of #E019AD
Black with #E019AD
Text Example
Text Example
White with #E019AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E019AD; }
p { color: rgb(224,25,173); }
H1.HeaderClassName
{
color: #E019AD;
}
.AnyTagClassName
{
color: #E019AD;
}
</style>
background-color css
<style>
a { background-color: #E019AD; }
a { background-color: rgb(224,25,173); }
div.DivClassName
{
background-color: #E019AD;
}
.BgClassName
{
background-color: #E019AD;
}
</style>
border-color css
<style>
span { border-color: #E019AD; }
span { border-color: rgb(224,25,173); }
td.TdClassName
{
border-color: #E019AD;
}
.TagClassName
{
border-color: #E019AD;
}
</style>