Shades of Spicy Pink #E81FAE
Tints of Spicy Pink #E81FAE
RGB
CMYK
RGB Variations
Color information
#E81FAE (or 0xE81FAE) is known color: Spicy Pink. HEX triplet: E8, 1F and AE. RGB value is (232,31,174). Sum of RGB (Red+Green+Blue) = 232+31+174=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E81FAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81FAE is #17E051. Grayscale: #6B6B6B. Windows color (decimal): -1564754 or 11411432. OLE color: 11411432.
HSL color Cylindrical-coordinate representation of color #E81FAE: hue angle of 317.31º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81FAE is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 31 | 174 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.09 |
| HSL | 317.31º | 0.81% | 0.52% | - |
| HSV(B) | 317.31º | 0.87% | 0.91% | - |
| XYZ | 41.41 | 21.19 | 41.95 | - |
| YUV | 107.4 | 165.59 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 31 | 174 | 0 | 0.87 | 0.25 | 0.09 | 317.31 | 0.81 | 0.52 |
| Hex | E8 | 1F | AE | 0 | 57 | 19 | 9 | 13D | 51 | 34 |
| Octal | 350 | 37 | 256 | 0 | 127 | 31 | 11 | 475 | 121 | 64 |
| Binary | 11101000 | 11111 | 10101110 | 0 | 1010111 | 11001 | 1001 | 100111101 | 1010001 | 110100 |
Color Harmonies of #E81FAE
Complementary color
Monochromatic Colors of #E81FAE
Black with #E81FAE
Text Example
Text Example
White with #E81FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81FAE; }
p { color: rgb(232,31,174); }
H1.HeaderClassName
{
color: #E81FAE;
}
.AnyTagClassName
{
color: #E81FAE;
}
</style>
background-color css
<style>
a { background-color: #E81FAE; }
a { background-color: rgb(232,31,174); }
div.DivClassName
{
background-color: #E81FAE;
}
.BgClassName
{
background-color: #E81FAE;
}
</style>
border-color css
<style>
span { border-color: #E81FAE; }
span { border-color: rgb(232,31,174); }
td.TdClassName
{
border-color: #E81FAE;
}
.TagClassName
{
border-color: #E81FAE;
}
</style>