Shades of Spicy Pink #E714AC
Tints of Spicy Pink #E714AC
RGB
CMYK
RGB Variations
Color information
#E714AC (or 0xE714AC) is known color: Spicy Pink. HEX triplet: E7, 14 and AC. RGB value is (231,20,172). Sum of RGB (Red+Green+Blue) = 231+20+172=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E714AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E714AC is #18EB53. Grayscale: #646464. Windows color (decimal): -1633108 or 11277543. OLE color: 11277543.
HSL color Cylindrical-coordinate representation of color #E714AC: hue angle of 316.78º 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 #E714AC is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 172 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.09 |
| HSL | 316.78º | 0.84% | 0.49% | - |
| HSV(B) | 316.78º | 0.91% | 0.91% | - |
| XYZ | 40.65 | 20.47 | 40.84 | - |
| YUV | 100.42 | 168.4 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 172 | 0 | 0.91 | 0.26 | 0.09 | 316.78 | 0.84 | 0.49 |
| Hex | E7 | 14 | AC | 0 | 5B | 1A | 9 | 13D | 54 | 31 |
| Octal | 347 | 24 | 254 | 0 | 133 | 32 | 11 | 475 | 124 | 61 |
| Binary | 11100111 | 10100 | 10101100 | 0 | 1011011 | 11010 | 1001 | 100111101 | 1010100 | 110001 |
Color Harmonies of #E714AC
Complementary color
Monochromatic Colors of #E714AC
Black with #E714AC
Text Example
Text Example
White with #E714AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E714AC; }
p { color: rgb(231,20,172); }
H1.HeaderClassName
{
color: #E714AC;
}
.AnyTagClassName
{
color: #E714AC;
}
</style>
background-color css
<style>
a { background-color: #E714AC; }
a { background-color: rgb(231,20,172); }
div.DivClassName
{
background-color: #E714AC;
}
.BgClassName
{
background-color: #E714AC;
}
</style>
border-color css
<style>
span { border-color: #E714AC; }
span { border-color: rgb(231,20,172); }
td.TdClassName
{
border-color: #E714AC;
}
.TagClassName
{
border-color: #E714AC;
}
</style>