Shades of Spicy Pink #E81DAE
Tints of Spicy Pink #E81DAE
RGB
CMYK
RGB Variations
Color information
#E81DAE (or 0xE81DAE) is known color: Spicy Pink. HEX triplet: E8, 1D and AE. RGB value is (232,29,174). Sum of RGB (Red+Green+Blue) = 232+29+174=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81DAE is #17E251. Grayscale: #696969. Windows color (decimal): -1565266 or 11410920. OLE color: 11410920.
HSL color Cylindrical-coordinate representation of color #E81DAE: hue angle of 317.14º 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 #E81DAE is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 174 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.09 |
| HSL | 317.14º | 0.82% | 0.51% | - |
| HSV(B) | 317.14º | 0.88% | 0.91% | - |
| XYZ | 41.36 | 21.09 | 41.94 | - |
| YUV | 106.23 | 166.25 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 174 | 0 | 0.88 | 0.25 | 0.09 | 317.14 | 0.82 | 0.51 |
| Hex | E8 | 1D | AE | 0 | 58 | 19 | 9 | 13D | 52 | 33 |
| Octal | 350 | 35 | 256 | 0 | 130 | 31 | 11 | 475 | 122 | 63 |
| Binary | 11101000 | 11101 | 10101110 | 0 | 1011000 | 11001 | 1001 | 100111101 | 1010010 | 110011 |
Color Harmonies of #E81DAE
Complementary color
Monochromatic Colors of #E81DAE
Black with #E81DAE
Text Example
Text Example
White with #E81DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DAE; }
p { color: rgb(232,29,174); }
H1.HeaderClassName
{
color: #E81DAE;
}
.AnyTagClassName
{
color: #E81DAE;
}
</style>
background-color css
<style>
a { background-color: #E81DAE; }
a { background-color: rgb(232,29,174); }
div.DivClassName
{
background-color: #E81DAE;
}
.BgClassName
{
background-color: #E81DAE;
}
</style>
border-color css
<style>
span { border-color: #E81DAE; }
span { border-color: rgb(232,29,174); }
td.TdClassName
{
border-color: #E81DAE;
}
.TagClassName
{
border-color: #E81DAE;
}
</style>