Shades of Spicy Pink #E119AD
Tints of Spicy Pink #E119AD
RGB
CMYK
RGB Variations
Color information
#E119AD (or 0xE119AD) is known color: Spicy Pink. HEX triplet: E1, 19 and AD. RGB value is (225,25,173). Sum of RGB (Red+Green+Blue) = 225+25+173=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E119AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E119AD is #1EE652. Grayscale: #656565. Windows color (decimal): -2025043 or 11344353. OLE color: 11344353.
HSL color Cylindrical-coordinate representation of color #E119AD: hue angle of 315.6º 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 #E119AD is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 173 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.12 |
| HSL | 315.6º | 0.8% | 0.49% | - |
| HSV(B) | 315.6º | 0.89% | 0.88% | - |
| XYZ | 38.94 | 19.72 | 41.29 | - |
| YUV | 101.67 | 168.26 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 173 | 0 | 0.89 | 0.23 | 0.12 | 315.6 | 0.8 | 0.49 |
| Hex | E1 | 19 | AD | 0 | 59 | 17 | C | 13C | 50 | 31 |
| Octal | 341 | 31 | 255 | 0 | 131 | 27 | 14 | 474 | 120 | 61 |
| Binary | 11100001 | 11001 | 10101101 | 0 | 1011001 | 10111 | 1100 | 100111100 | 1010000 | 110001 |
Color Harmonies of #E119AD
Complementary color
Monochromatic Colors of #E119AD
Black with #E119AD
Text Example
Text Example
White with #E119AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E119AD; }
p { color: rgb(225,25,173); }
H1.HeaderClassName
{
color: #E119AD;
}
.AnyTagClassName
{
color: #E119AD;
}
</style>
background-color css
<style>
a { background-color: #E119AD; }
a { background-color: rgb(225,25,173); }
div.DivClassName
{
background-color: #E119AD;
}
.BgClassName
{
background-color: #E119AD;
}
</style>
border-color css
<style>
span { border-color: #E119AD; }
span { border-color: rgb(225,25,173); }
td.TdClassName
{
border-color: #E119AD;
}
.TagClassName
{
border-color: #E119AD;
}
</style>