Shades of Psychedelic Purple #E81DFD
Tints of Psychedelic Purple #E81DFD
RGB
CMYK
RGB Variations
Color information
#E81DFD (or 0xE81DFD) is known color: Psychedelic Purple. HEX triplet: E8, 1D and FD. RGB value is (232,29,253). Sum of RGB (Red+Green+Blue) = 232+29+253=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 29 (11.72% from 255 or 5.64% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #E81DFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81DFD is #17E202. Grayscale: #727272. Windows color (decimal): -1565187 or 16588264. OLE color: 16588264.
HSL color Cylindrical-coordinate representation of color #E81DFD: hue angle of 294.38º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81DFD is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 29 | 253 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.01 |
| HSL | 294.38º | 0.98% | 0.55% | - |
| HSV(B) | 294.38º | 0.89% | 0.99% | - |
| XYZ | 51.45 | 25.13 | 95.07 | - |
| YUV | 115.23 | 205.75 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 253 | 0.08 | 0.89 | 0 | 0.01 | 294.38 | 0.98 | 0.55 |
| Hex | E8 | 1D | FD | 8 | 59 | 0 | 1 | 126 | 62 | 37 |
| Octal | 350 | 35 | 375 | 10 | 131 | 0 | 1 | 446 | 142 | 67 |
| Binary | 11101000 | 11101 | 11111101 | 1000 | 1011001 | 0 | 1 | 100100110 | 1100010 | 110111 |
Color Harmonies of #E81DFD
Complementary color
Monochromatic Colors of #E81DFD
Black with #E81DFD
Text Example
Text Example
White with #E81DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DFD; }
p { color: rgb(232,29,253); }
H1.HeaderClassName
{
color: #E81DFD;
}
.AnyTagClassName
{
color: #E81DFD;
}
</style>
background-color css
<style>
a { background-color: #E81DFD; }
a { background-color: rgb(232,29,253); }
div.DivClassName
{
background-color: #E81DFD;
}
.BgClassName
{
background-color: #E81DFD;
}
</style>
border-color css
<style>
span { border-color: #E81DFD; }
span { border-color: rgb(232,29,253); }
td.TdClassName
{
border-color: #E81DFD;
}
.TagClassName
{
border-color: #E81DFD;
}
</style>