Shades of Spicy Pink #E817A5
Tints of Spicy Pink #E817A5
RGB
CMYK
RGB Variations
Color information
#E817A5 (or 0xE817A5) is known color: Spicy Pink. HEX triplet: E8, 17 and A5. RGB value is (232,23,165). Sum of RGB (Red+Green+Blue) = 232+23+165=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E817A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E817A5 is #17E85A. Grayscale: #656565. Windows color (decimal): -1566811 or 10819560. OLE color: 10819560.
HSL color Cylindrical-coordinate representation of color #E817A5: hue angle of 319.23º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E817A5 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 165 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.09 |
| HSL | 319.23º | 0.82% | 0.5% | - |
| HSV(B) | 319.23º | 0.9% | 0.91% | - |
| XYZ | 40.38 | 20.49 | 37.42 | - |
| YUV | 101.68 | 163.74 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 165 | 0 | 0.90 | 0.29 | 0.09 | 319.23 | 0.82 | 0.5 |
| Hex | E8 | 17 | A5 | 0 | 5A | 1D | 9 | 13F | 52 | 32 |
| Octal | 350 | 27 | 245 | 0 | 132 | 35 | 11 | 477 | 122 | 62 |
| Binary | 11101000 | 10111 | 10100101 | 0 | 1011010 | 11101 | 1001 | 100111111 | 1010010 | 110010 |
Color Harmonies of #E817A5
Complementary color
Monochromatic Colors of #E817A5
Black with #E817A5
Text Example
Text Example
White with #E817A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E817A5; }
p { color: rgb(232,23,165); }
H1.HeaderClassName
{
color: #E817A5;
}
.AnyTagClassName
{
color: #E817A5;
}
</style>
background-color css
<style>
a { background-color: #E817A5; }
a { background-color: rgb(232,23,165); }
div.DivClassName
{
background-color: #E817A5;
}
.BgClassName
{
background-color: #E817A5;
}
</style>
border-color css
<style>
span { border-color: #E817A5; }
span { border-color: rgb(232,23,165); }
td.TdClassName
{
border-color: #E817A5;
}
.TagClassName
{
border-color: #E817A5;
}
</style>