Shades of Psychedelic Purple #E81FEC
Tints of Psychedelic Purple #E81FEC
RGB
CMYK
RGB Variations
Color information
#E81FEC (or 0xE81FEC) is known color: Psychedelic Purple. HEX triplet: E8, 1F and EC. RGB value is (232,31,236). Sum of RGB (Red+Green+Blue) = 232+31+236=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 31 (12.5% from 255 or 6.21% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #E81FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81FEC is #17E013. Grayscale: #717171. Windows color (decimal): -1564692 or 15474664. OLE color: 15474664.
HSL color Cylindrical-coordinate representation of color #E81FEC: hue angle of 298.83º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81FEC is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 31 | 236 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.07 |
| HSL | 298.83º | 0.84% | 0.52% | - |
| HSV(B) | 298.83º | 0.87% | 0.93% | - |
| XYZ | 48.91 | 24.19 | 81.45 | - |
| YUV | 114.47 | 196.59 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 31 | 236 | 0.02 | 0.87 | 0 | 0.07 | 298.83 | 0.84 | 0.52 |
| Hex | E8 | 1F | EC | 2 | 57 | 0 | 7 | 12B | 54 | 34 |
| Octal | 350 | 37 | 354 | 2 | 127 | 0 | 7 | 453 | 124 | 64 |
| Binary | 11101000 | 11111 | 11101100 | 10 | 1010111 | 0 | 111 | 100101011 | 1010100 | 110100 |
Color Harmonies of #E81FEC
Complementary color
Monochromatic Colors of #E81FEC
Black with #E81FEC
Text Example
Text Example
White with #E81FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81FEC; }
p { color: rgb(232,31,236); }
H1.HeaderClassName
{
color: #E81FEC;
}
.AnyTagClassName
{
color: #E81FEC;
}
</style>
background-color css
<style>
a { background-color: #E81FEC; }
a { background-color: rgb(232,31,236); }
div.DivClassName
{
background-color: #E81FEC;
}
.BgClassName
{
background-color: #E81FEC;
}
</style>
border-color css
<style>
span { border-color: #E81FEC; }
span { border-color: rgb(232,31,236); }
td.TdClassName
{
border-color: #E81FEC;
}
.TagClassName
{
border-color: #E81FEC;
}
</style>