Shades of Spicy Pink #E914AA
Tints of Spicy Pink #E914AA
RGB
CMYK
RGB Variations
Color information
#E914AA (or 0xE914AA) is known color: Spicy Pink. HEX triplet: E9, 14 and AA. RGB value is (233,20,170). Sum of RGB (Red+Green+Blue) = 233+20+170=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E914AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E914AA is #16EB55. Grayscale: #646464. Windows color (decimal): -1502038 or 11146473. OLE color: 11146473.
HSL color Cylindrical-coordinate representation of color #E914AA: hue angle of 317.75º 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 #E914AA is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 170 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.09 |
| HSL | 317.75º | 0.84% | 0.5% | - |
| HSV(B) | 317.75º | 0.91% | 0.91% | - |
| XYZ | 41.11 | 20.73 | 39.86 | - |
| YUV | 100.79 | 167.07 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 170 | 0 | 0.91 | 0.27 | 0.09 | 317.75 | 0.84 | 0.5 |
| Hex | E9 | 14 | AA | 0 | 5B | 1B | 9 | 13E | 54 | 32 |
| Octal | 351 | 24 | 252 | 0 | 133 | 33 | 11 | 476 | 124 | 62 |
| Binary | 11101001 | 10100 | 10101010 | 0 | 1011011 | 11011 | 1001 | 100111110 | 1010100 | 110010 |
Color Harmonies of #E914AA
Complementary color
Monochromatic Colors of #E914AA
Black with #E914AA
Text Example
Text Example
White with #E914AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914AA; }
p { color: rgb(233,20,170); }
H1.HeaderClassName
{
color: #E914AA;
}
.AnyTagClassName
{
color: #E914AA;
}
</style>
background-color css
<style>
a { background-color: #E914AA; }
a { background-color: rgb(233,20,170); }
div.DivClassName
{
background-color: #E914AA;
}
.BgClassName
{
background-color: #E914AA;
}
</style>
border-color css
<style>
span { border-color: #E914AA; }
span { border-color: rgb(233,20,170); }
td.TdClassName
{
border-color: #E914AA;
}
.TagClassName
{
border-color: #E914AA;
}
</style>