Shades of Spicy Pink #E81DAA
Tints of Spicy Pink #E81DAA
RGB
CMYK
RGB Variations
Color information
#E81DAA (or 0xE81DAA) is known color: Spicy Pink. HEX triplet: E8, 1D and AA. RGB value is (232,29,170). Sum of RGB (Red+Green+Blue) = 232+29+170=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81DAA is #17E255. Grayscale: #696969. Windows color (decimal): -1565270 or 11148776. OLE color: 11148776.
HSL color Cylindrical-coordinate representation of color #E81DAA: hue angle of 318.33º 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 #E81DAA is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 170 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.09 |
| HSL | 318.33º | 0.82% | 0.51% | - |
| HSV(B) | 318.33º | 0.88% | 0.91% | - |
| XYZ | 40.97 | 20.94 | 39.91 | - |
| YUV | 105.77 | 164.25 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 170 | 0 | 0.88 | 0.27 | 0.09 | 318.33 | 0.82 | 0.51 |
| Hex | E8 | 1D | AA | 0 | 58 | 1B | 9 | 13E | 52 | 33 |
| Octal | 350 | 35 | 252 | 0 | 130 | 33 | 11 | 476 | 122 | 63 |
| Binary | 11101000 | 11101 | 10101010 | 0 | 1011000 | 11011 | 1001 | 100111110 | 1010010 | 110011 |
Color Harmonies of #E81DAA
Complementary color
Monochromatic Colors of #E81DAA
Black with #E81DAA
Text Example
Text Example
White with #E81DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DAA; }
p { color: rgb(232,29,170); }
H1.HeaderClassName
{
color: #E81DAA;
}
.AnyTagClassName
{
color: #E81DAA;
}
</style>
background-color css
<style>
a { background-color: #E81DAA; }
a { background-color: rgb(232,29,170); }
div.DivClassName
{
background-color: #E81DAA;
}
.BgClassName
{
background-color: #E81DAA;
}
</style>
border-color css
<style>
span { border-color: #E81DAA; }
span { border-color: rgb(232,29,170); }
td.TdClassName
{
border-color: #E81DAA;
}
.TagClassName
{
border-color: #E81DAA;
}
</style>