Shades of Spicy Pink #E71CA8
Tints of Spicy Pink #E71CA8
RGB
CMYK
RGB Variations
Color information
#E71CA8 (or 0xE71CA8) is known color: Spicy Pink. HEX triplet: E7, 1C and A8. RGB value is (231,28,168). Sum of RGB (Red+Green+Blue) = 231+28+168=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71CA8 is #18E357. Grayscale: #686868. Windows color (decimal): -1631064 or 11017447. OLE color: 11017447.
HSL color Cylindrical-coordinate representation of color #E71CA8: hue angle of 318.62º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71CA8 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 168 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.09 |
| HSL | 318.62º | 0.81% | 0.51% | - |
| HSV(B) | 318.62º | 0.88% | 0.91% | - |
| XYZ | 40.44 | 20.65 | 38.9 | - |
| YUV | 104.66 | 163.75 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 168 | 0 | 0.88 | 0.27 | 0.09 | 318.62 | 0.81 | 0.51 |
| Hex | E7 | 1C | A8 | 0 | 58 | 1B | 9 | 13F | 51 | 33 |
| Octal | 347 | 34 | 250 | 0 | 130 | 33 | 11 | 477 | 121 | 63 |
| Binary | 11100111 | 11100 | 10101000 | 0 | 1011000 | 11011 | 1001 | 100111111 | 1010001 | 110011 |
Color Harmonies of #E71CA8
Complementary color
Monochromatic Colors of #E71CA8
Black with #E71CA8
Text Example
Text Example
White with #E71CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71CA8; }
p { color: rgb(231,28,168); }
H1.HeaderClassName
{
color: #E71CA8;
}
.AnyTagClassName
{
color: #E71CA8;
}
</style>
background-color css
<style>
a { background-color: #E71CA8; }
a { background-color: rgb(231,28,168); }
div.DivClassName
{
background-color: #E71CA8;
}
.BgClassName
{
background-color: #E71CA8;
}
</style>
border-color css
<style>
span { border-color: #E71CA8; }
span { border-color: rgb(231,28,168); }
td.TdClassName
{
border-color: #E71CA8;
}
.TagClassName
{
border-color: #E71CA8;
}
</style>