Shades of Psychedelic Purple #E81FFD
Tints of Psychedelic Purple #E81FFD
RGB
CMYK
RGB Variations
Color information
#E81FFD (or 0xE81FFD) is known color: Psychedelic Purple. HEX triplet: E8, 1F and FD. RGB value is (232,31,253). Sum of RGB (Red+Green+Blue) = 232+31+253=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 31 (12.5% from 255 or 6.01% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #E81FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81FFD is #17E002. Grayscale: #737373. Windows color (decimal): -1564675 or 16588776. OLE color: 16588776.
HSL color Cylindrical-coordinate representation of color #E81FFD: hue angle of 294.32º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81FFD is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 31 | 253 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.01 |
| HSL | 294.32º | 0.98% | 0.56% | - |
| HSV(B) | 294.32º | 0.88% | 0.99% | - |
| XYZ | 51.5 | 25.23 | 95.08 | - |
| YUV | 116.41 | 205.09 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 31 | 253 | 0.08 | 0.88 | 0 | 0.01 | 294.32 | 0.98 | 0.56 |
| Hex | E8 | 1F | FD | 8 | 58 | 0 | 1 | 126 | 62 | 38 |
| Octal | 350 | 37 | 375 | 10 | 130 | 0 | 1 | 446 | 142 | 70 |
| Binary | 11101000 | 11111 | 11111101 | 1000 | 1011000 | 0 | 1 | 100100110 | 1100010 | 111000 |
Color Harmonies of #E81FFD
Complementary color
Monochromatic Colors of #E81FFD
Black with #E81FFD
Text Example
Text Example
White with #E81FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81FFD; }
p { color: rgb(232,31,253); }
H1.HeaderClassName
{
color: #E81FFD;
}
.AnyTagClassName
{
color: #E81FFD;
}
</style>
background-color css
<style>
a { background-color: #E81FFD; }
a { background-color: rgb(232,31,253); }
div.DivClassName
{
background-color: #E81FFD;
}
.BgClassName
{
background-color: #E81FFD;
}
</style>
border-color css
<style>
span { border-color: #E81FFD; }
span { border-color: rgb(232,31,253); }
td.TdClassName
{
border-color: #E81FFD;
}
.TagClassName
{
border-color: #E81FFD;
}
</style>