Shades of Spicy Pink #E414AF
Tints of Spicy Pink #E414AF
RGB
CMYK
RGB Variations
Color information
#E414AF (or 0xE414AF) is known color: Spicy Pink. HEX triplet: E4, 14 and AF. RGB value is (228,20,175). Sum of RGB (Red+Green+Blue) = 228+20+175=423 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.90% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 228 - color contains mainly: red. Hex color #E414AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E414AF is #1BEB50. Grayscale: #636363. Windows color (decimal): -1829713 or 11474148. OLE color: 11474148.
HSL color Cylindrical-coordinate representation of color #E414AF: hue angle of 315.29º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E414AF is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 175 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.11 |
| HSL | 315.29º | 0.84% | 0.49% | - |
| HSV(B) | 315.29º | 0.91% | 0.89% | - |
| XYZ | 39.98 | 20.09 | 42.33 | - |
| YUV | 99.86 | 170.41 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 175 | 0 | 0.91 | 0.23 | 0.11 | 315.29 | 0.84 | 0.49 |
| Hex | E4 | 14 | AF | 0 | 5B | 17 | B | 13B | 54 | 31 |
| Octal | 344 | 24 | 257 | 0 | 133 | 27 | 13 | 473 | 124 | 61 |
| Binary | 11100100 | 10100 | 10101111 | 0 | 1011011 | 10111 | 1011 | 100111011 | 1010100 | 110001 |
Color Harmonies of #E414AF
Complementary color
Monochromatic Colors of #E414AF
Black with #E414AF
Text Example
Text Example
White with #E414AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414AF; }
p { color: rgb(228,20,175); }
H1.HeaderClassName
{
color: #E414AF;
}
.AnyTagClassName
{
color: #E414AF;
}
</style>
background-color css
<style>
a { background-color: #E414AF; }
a { background-color: rgb(228,20,175); }
div.DivClassName
{
background-color: #E414AF;
}
.BgClassName
{
background-color: #E414AF;
}
</style>
border-color css
<style>
span { border-color: #E414AF; }
span { border-color: rgb(228,20,175); }
td.TdClassName
{
border-color: #E414AF;
}
.TagClassName
{
border-color: #E414AF;
}
</style>