Shades of Psychedelic Purple #E82DFF
Tints of Psychedelic Purple #E82DFF
RGB
CMYK
RGB Variations
Color information
#E82DFF (or 0xE82DFF) is known color: Psychedelic Purple. HEX triplet: E8, 2D and FF. RGB value is (232,45,255). Sum of RGB (Red+Green+Blue) = 232+45+255=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 45 (17.97% from 255 or 8.46% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #E82DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E82DFF is #17D200. Grayscale: #7C7C7C. Windows color (decimal): -1561089 or 16723432. OLE color: 16723432.
HSL color Cylindrical-coordinate representation of color #E82DFF: hue angle of 293.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E82DFF is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 45 | 255 | - |
| CMYK | 0.09 | 0.82 | 0 | 0 |
| HSL | 293.43º | 1% | 0.59% | - |
| HSV(B) | 293.43º | 0.82% | 1% | - |
| XYZ | 52.27 | 26.25 | 96.92 | - |
| YUV | 124.85 | 201.45 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 255 | 0.09 | 0.82 | 0 | 0 | 293.43 | 1 | 0.59 |
| Hex | E8 | 2D | FF | 9 | 52 | 0 | 0 | 125 | 64 | 3B |
| Octal | 350 | 55 | 377 | 11 | 122 | 0 | 0 | 445 | 144 | 73 |
| Binary | 11101000 | 101101 | 11111111 | 1001 | 1010010 | 0 | 0 | 100100101 | 1100100 | 111011 |
Color Harmonies of #E82DFF
Complementary color
Monochromatic Colors of #E82DFF
Black with #E82DFF
Text Example
Text Example
White with #E82DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82DFF; }
p { color: rgb(232,45,255); }
H1.HeaderClassName
{
color: #E82DFF;
}
.AnyTagClassName
{
color: #E82DFF;
}
</style>
background-color css
<style>
a { background-color: #E82DFF; }
a { background-color: rgb(232,45,255); }
div.DivClassName
{
background-color: #E82DFF;
}
.BgClassName
{
background-color: #E82DFF;
}
</style>
border-color css
<style>
span { border-color: #E82DFF; }
span { border-color: rgb(232,45,255); }
td.TdClassName
{
border-color: #E82DFF;
}
.TagClassName
{
border-color: #E82DFF;
}
</style>