Shades of Spicy Pink #E814AE
Tints of Spicy Pink #E814AE
RGB
CMYK
RGB Variations
Color information
#E814AE (or 0xE814AE) is known color: Spicy Pink. HEX triplet: E8, 14 and AE. RGB value is (232,20,174). Sum of RGB (Red+Green+Blue) = 232+20+174=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E814AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E814AE is #17EB51. Grayscale: #646464. Windows color (decimal): -1567570 or 11408616. OLE color: 11408616.
HSL color Cylindrical-coordinate representation of color #E814AE: hue angle of 316.42º 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 #E814AE is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 174 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.09 |
| HSL | 316.42º | 0.84% | 0.49% | - |
| HSV(B) | 316.42º | 0.91% | 0.91% | - |
| XYZ | 41.17 | 20.71 | 41.87 | - |
| YUV | 100.94 | 169.24 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 174 | 0 | 0.91 | 0.25 | 0.09 | 316.42 | 0.84 | 0.49 |
| Hex | E8 | 14 | AE | 0 | 5B | 19 | 9 | 13C | 54 | 31 |
| Octal | 350 | 24 | 256 | 0 | 133 | 31 | 11 | 474 | 124 | 61 |
| Binary | 11101000 | 10100 | 10101110 | 0 | 1011011 | 11001 | 1001 | 100111100 | 1010100 | 110001 |
Color Harmonies of #E814AE
Complementary color
Monochromatic Colors of #E814AE
Black with #E814AE
Text Example
Text Example
White with #E814AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E814AE; }
p { color: rgb(232,20,174); }
H1.HeaderClassName
{
color: #E814AE;
}
.AnyTagClassName
{
color: #E814AE;
}
</style>
background-color css
<style>
a { background-color: #E814AE; }
a { background-color: rgb(232,20,174); }
div.DivClassName
{
background-color: #E814AE;
}
.BgClassName
{
background-color: #E814AE;
}
</style>
border-color css
<style>
span { border-color: #E814AE; }
span { border-color: rgb(232,20,174); }
td.TdClassName
{
border-color: #E814AE;
}
.TagClassName
{
border-color: #E814AE;
}
</style>