Shades of Spicy Pink #E814AD
Tints of Spicy Pink #E814AD
RGB
CMYK
RGB Variations
Color information
#E814AD (or 0xE814AD) is known color: Spicy Pink. HEX triplet: E8, 14 and AD. RGB value is (232,20,173). Sum of RGB (Red+Green+Blue) = 232+20+173=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E814AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E814AD is #17EB52. Grayscale: #646464. Windows color (decimal): -1567571 or 11343080. OLE color: 11343080.
HSL color Cylindrical-coordinate representation of color #E814AD: hue angle of 316.7º 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 #E814AD is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 173 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.09 |
| HSL | 316.7º | 0.84% | 0.49% | - |
| HSV(B) | 316.7º | 0.91% | 0.91% | - |
| XYZ | 41.07 | 20.67 | 41.36 | - |
| YUV | 100.83 | 168.74 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 173 | 0 | 0.91 | 0.25 | 0.09 | 316.7 | 0.84 | 0.49 |
| Hex | E8 | 14 | AD | 0 | 5B | 19 | 9 | 13D | 54 | 31 |
| Octal | 350 | 24 | 255 | 0 | 133 | 31 | 11 | 475 | 124 | 61 |
| Binary | 11101000 | 10100 | 10101101 | 0 | 1011011 | 11001 | 1001 | 100111101 | 1010100 | 110001 |
Color Harmonies of #E814AD
Complementary color
Monochromatic Colors of #E814AD
Black with #E814AD
Text Example
Text Example
White with #E814AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E814AD; }
p { color: rgb(232,20,173); }
H1.HeaderClassName
{
color: #E814AD;
}
.AnyTagClassName
{
color: #E814AD;
}
</style>
background-color css
<style>
a { background-color: #E814AD; }
a { background-color: rgb(232,20,173); }
div.DivClassName
{
background-color: #E814AD;
}
.BgClassName
{
background-color: #E814AD;
}
</style>
border-color css
<style>
span { border-color: #E814AD; }
span { border-color: rgb(232,20,173); }
td.TdClassName
{
border-color: #E814AD;
}
.TagClassName
{
border-color: #E814AD;
}
</style>