Shades of Spicy Pink #E714AB
Tints of Spicy Pink #E714AB
RGB
CMYK
RGB Variations
Color information
#E714AB (or 0xE714AB) is known color: Spicy Pink. HEX triplet: E7, 14 and AB. RGB value is (231,20,171). Sum of RGB (Red+Green+Blue) = 231+20+171=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E714AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E714AB is #18EB54. Grayscale: #636363. Windows color (decimal): -1633109 or 11212007. OLE color: 11212007.
HSL color Cylindrical-coordinate representation of color #E714AB: hue angle of 317.06º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E714AB is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 171 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.09 |
| HSL | 317.06º | 0.84% | 0.49% | - |
| HSV(B) | 317.06º | 0.91% | 0.91% | - |
| XYZ | 40.56 | 20.43 | 40.33 | - |
| YUV | 100.3 | 167.9 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 171 | 0 | 0.91 | 0.26 | 0.09 | 317.06 | 0.84 | 0.49 |
| Hex | E7 | 14 | AB | 0 | 5B | 1A | 9 | 13D | 54 | 31 |
| Octal | 347 | 24 | 253 | 0 | 133 | 32 | 11 | 475 | 124 | 61 |
| Binary | 11100111 | 10100 | 10101011 | 0 | 1011011 | 11010 | 1001 | 100111101 | 1010100 | 110001 |
Color Harmonies of #E714AB
Complementary color
Monochromatic Colors of #E714AB
Black with #E714AB
Text Example
Text Example
White with #E714AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E714AB; }
p { color: rgb(231,20,171); }
H1.HeaderClassName
{
color: #E714AB;
}
.AnyTagClassName
{
color: #E714AB;
}
</style>
background-color css
<style>
a { background-color: #E714AB; }
a { background-color: rgb(231,20,171); }
div.DivClassName
{
background-color: #E714AB;
}
.BgClassName
{
background-color: #E714AB;
}
</style>
border-color css
<style>
span { border-color: #E714AB; }
span { border-color: rgb(231,20,171); }
td.TdClassName
{
border-color: #E714AB;
}
.TagClassName
{
border-color: #E714AB;
}
</style>