Shades of Psychedelic Purple #E81DFF
Tints of Psychedelic Purple #E81DFF
RGB
CMYK
RGB Variations
Color information
#E81DFF (or 0xE81DFF) is known color: Psychedelic Purple. HEX triplet: E8, 1D and FF. RGB value is (232,29,255). Sum of RGB (Red+Green+Blue) = 232+29+255=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 29 (11.72% from 255 or 5.62% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #E81DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81DFF is #17E200. Grayscale: #727272. Windows color (decimal): -1565185 or 16719336. OLE color: 16719336.
HSL color Cylindrical-coordinate representation of color #E81DFF: hue angle of 293.89º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81DFF is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 29 | 255 | - |
| CMYK | 0.09 | 0.89 | 0 | 0 |
| HSL | 293.89º | 1% | 0.56% | - |
| HSV(B) | 293.89º | 0.89% | 1% | - |
| XYZ | 51.77 | 25.25 | 96.75 | - |
| YUV | 115.46 | 206.75 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 255 | 0.09 | 0.89 | 0 | 0 | 293.89 | 1 | 0.56 |
| Hex | E8 | 1D | FF | 9 | 59 | 0 | 0 | 126 | 64 | 38 |
| Octal | 350 | 35 | 377 | 11 | 131 | 0 | 0 | 446 | 144 | 70 |
| Binary | 11101000 | 11101 | 11111111 | 1001 | 1011001 | 0 | 0 | 100100110 | 1100100 | 111000 |
Color Harmonies of #E81DFF
Complementary color
Monochromatic Colors of #E81DFF
Black with #E81DFF
Text Example
Text Example
White with #E81DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DFF; }
p { color: rgb(232,29,255); }
H1.HeaderClassName
{
color: #E81DFF;
}
.AnyTagClassName
{
color: #E81DFF;
}
</style>
background-color css
<style>
a { background-color: #E81DFF; }
a { background-color: rgb(232,29,255); }
div.DivClassName
{
background-color: #E81DFF;
}
.BgClassName
{
background-color: #E81DFF;
}
</style>
border-color css
<style>
span { border-color: #E81DFF; }
span { border-color: rgb(232,29,255); }
td.TdClassName
{
border-color: #E81DFF;
}
.TagClassName
{
border-color: #E81DFF;
}
</style>