Shades of Spicy Pink #E914AC
Tints of Spicy Pink #E914AC
RGB
CMYK
RGB Variations
Color information
#E914AC (or 0xE914AC) is known color: Spicy Pink. HEX triplet: E9, 14 and AC. RGB value is (233,20,172). Sum of RGB (Red+Green+Blue) = 233+20+172=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E914AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E914AC is #16EB53. Grayscale: #646464. Windows color (decimal): -1502036 or 11277545. OLE color: 11277545.
HSL color Cylindrical-coordinate representation of color #E914AC: hue angle of 317.18º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E914AC is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 172 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.09 |
| HSL | 317.18º | 0.84% | 0.5% | - |
| HSV(B) | 317.18º | 0.91% | 0.91% | - |
| XYZ | 41.3 | 20.8 | 40.87 | - |
| YUV | 101.02 | 168.07 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 172 | 0 | 0.91 | 0.26 | 0.09 | 317.18 | 0.84 | 0.5 |
| Hex | E9 | 14 | AC | 0 | 5B | 1A | 9 | 13D | 54 | 32 |
| Octal | 351 | 24 | 254 | 0 | 133 | 32 | 11 | 475 | 124 | 62 |
| Binary | 11101001 | 10100 | 10101100 | 0 | 1011011 | 11010 | 1001 | 100111101 | 1010100 | 110010 |
Color Harmonies of #E914AC
Complementary color
Monochromatic Colors of #E914AC
Black with #E914AC
Text Example
Text Example
White with #E914AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914AC; }
p { color: rgb(233,20,172); }
H1.HeaderClassName
{
color: #E914AC;
}
.AnyTagClassName
{
color: #E914AC;
}
</style>
background-color css
<style>
a { background-color: #E914AC; }
a { background-color: rgb(233,20,172); }
div.DivClassName
{
background-color: #E914AC;
}
.BgClassName
{
background-color: #E914AC;
}
</style>
border-color css
<style>
span { border-color: #E914AC; }
span { border-color: rgb(233,20,172); }
td.TdClassName
{
border-color: #E914AC;
}
.TagClassName
{
border-color: #E914AC;
}
</style>