Shades of Spicy Pink #E81DA9
Tints of Spicy Pink #E81DA9
RGB
CMYK
RGB Variations
Color information
#E81DA9 (or 0xE81DA9) is known color: Spicy Pink. HEX triplet: E8, 1D and A9. RGB value is (232,29,169). Sum of RGB (Red+Green+Blue) = 232+29+169=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81DA9 is #17E256. Grayscale: #696969. Windows color (decimal): -1565271 or 11083240. OLE color: 11083240.
HSL color Cylindrical-coordinate representation of color #E81DA9: hue angle of 318.62º 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 #E81DA9 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 169 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.09 |
| HSL | 318.62º | 0.82% | 0.51% | - |
| HSV(B) | 318.62º | 0.88% | 0.91% | - |
| XYZ | 40.88 | 20.9 | 39.42 | - |
| YUV | 105.66 | 163.75 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 169 | 0 | 0.88 | 0.27 | 0.09 | 318.62 | 0.82 | 0.51 |
| Hex | E8 | 1D | A9 | 0 | 58 | 1B | 9 | 13F | 52 | 33 |
| Octal | 350 | 35 | 251 | 0 | 130 | 33 | 11 | 477 | 122 | 63 |
| Binary | 11101000 | 11101 | 10101001 | 0 | 1011000 | 11011 | 1001 | 100111111 | 1010010 | 110011 |
Color Harmonies of #E81DA9
Complementary color
Monochromatic Colors of #E81DA9
Black with #E81DA9
Text Example
Text Example
White with #E81DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DA9; }
p { color: rgb(232,29,169); }
H1.HeaderClassName
{
color: #E81DA9;
}
.AnyTagClassName
{
color: #E81DA9;
}
</style>
background-color css
<style>
a { background-color: #E81DA9; }
a { background-color: rgb(232,29,169); }
div.DivClassName
{
background-color: #E81DA9;
}
.BgClassName
{
background-color: #E81DA9;
}
</style>
border-color css
<style>
span { border-color: #E81DA9; }
span { border-color: rgb(232,29,169); }
td.TdClassName
{
border-color: #E81DA9;
}
.TagClassName
{
border-color: #E81DA9;
}
</style>