Shades of Spicy Pink #E719A0
Tints of Spicy Pink #E719A0
RGB
CMYK
RGB Variations
Color information
#E719A0 (or 0xE719A0) is known color: Spicy Pink. HEX triplet: E7, 19 and A0. RGB value is (231,25,160). Sum of RGB (Red+Green+Blue) = 231+25+160=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E719A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E719A0 is #18E65F. Grayscale: #656565. Windows color (decimal): -1631840 or 10492391. OLE color: 10492391.
HSL color Cylindrical-coordinate representation of color #E719A0: hue angle of 320.68º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E719A0 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 160 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.09 |
| HSL | 320.68º | 0.81% | 0.5% | - |
| HSV(B) | 320.68º | 0.89% | 0.91% | - |
| XYZ | 39.65 | 20.22 | 35.07 | - |
| YUV | 101.98 | 160.75 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 160 | 0 | 0.89 | 0.31 | 0.09 | 320.68 | 0.81 | 0.5 |
| Hex | E7 | 19 | A0 | 0 | 59 | 1F | 9 | 141 | 51 | 32 |
| Octal | 347 | 31 | 240 | 0 | 131 | 37 | 11 | 501 | 121 | 62 |
| Binary | 11100111 | 11001 | 10100000 | 0 | 1011001 | 11111 | 1001 | 101000001 | 1010001 | 110010 |
Color Harmonies of #E719A0
Complementary color
Monochromatic Colors of #E719A0
Black with #E719A0
Text Example
Text Example
White with #E719A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E719A0; }
p { color: rgb(231,25,160); }
H1.HeaderClassName
{
color: #E719A0;
}
.AnyTagClassName
{
color: #E719A0;
}
</style>
background-color css
<style>
a { background-color: #E719A0; }
a { background-color: rgb(231,25,160); }
div.DivClassName
{
background-color: #E719A0;
}
.BgClassName
{
background-color: #E719A0;
}
</style>
border-color css
<style>
span { border-color: #E719A0; }
span { border-color: rgb(231,25,160); }
td.TdClassName
{
border-color: #E719A0;
}
.TagClassName
{
border-color: #E719A0;
}
</style>