Shades of Spicy Pink #E81DAB
Tints of Spicy Pink #E81DAB
RGB
CMYK
RGB Variations
Color information
#E81DAB (or 0xE81DAB) is known color: Spicy Pink. HEX triplet: E8, 1D and AB. RGB value is (232,29,171). Sum of RGB (Red+Green+Blue) = 232+29+171=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81DAB is #17E254. Grayscale: #696969. Windows color (decimal): -1565269 or 11214312. OLE color: 11214312.
HSL color Cylindrical-coordinate representation of color #E81DAB: hue angle of 318.03º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81DAB is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 171 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.09 |
| HSL | 318.03º | 0.82% | 0.51% | - |
| HSV(B) | 318.03º | 0.88% | 0.91% | - |
| XYZ | 41.07 | 20.97 | 40.41 | - |
| YUV | 105.89 | 164.75 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 171 | 0 | 0.88 | 0.26 | 0.09 | 318.03 | 0.82 | 0.51 |
| Hex | E8 | 1D | AB | 0 | 58 | 1A | 9 | 13E | 52 | 33 |
| Octal | 350 | 35 | 253 | 0 | 130 | 32 | 11 | 476 | 122 | 63 |
| Binary | 11101000 | 11101 | 10101011 | 0 | 1011000 | 11010 | 1001 | 100111110 | 1010010 | 110011 |
Color Harmonies of #E81DAB
Complementary color
Monochromatic Colors of #E81DAB
Black with #E81DAB
Text Example
Text Example
White with #E81DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DAB; }
p { color: rgb(232,29,171); }
H1.HeaderClassName
{
color: #E81DAB;
}
.AnyTagClassName
{
color: #E81DAB;
}
</style>
background-color css
<style>
a { background-color: #E81DAB; }
a { background-color: rgb(232,29,171); }
div.DivClassName
{
background-color: #E81DAB;
}
.BgClassName
{
background-color: #E81DAB;
}
</style>
border-color css
<style>
span { border-color: #E81DAB; }
span { border-color: rgb(232,29,171); }
td.TdClassName
{
border-color: #E81DAB;
}
.TagClassName
{
border-color: #E81DAB;
}
</style>