Shades of Psychedelic Purple #E82EFF
Tints of Psychedelic Purple #E82EFF
RGB
CMYK
RGB Variations
Color information
#E82EFF (or 0xE82EFF) is known color: Psychedelic Purple. HEX triplet: E8, 2E and FF. RGB value is (232,46,255). Sum of RGB (Red+Green+Blue) = 232+46+255=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 46 (18.36% from 255 or 8.63% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #E82EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E82EFF is #17D100. Grayscale: #7C7C7C. Windows color (decimal): -1560833 or 16723688. OLE color: 16723688.
HSL color Cylindrical-coordinate representation of color #E82EFF: hue angle of 293.4º 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 #E82EFF is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 46 | 255 | - |
| CMYK | 0.09 | 0.82 | 0 | 0 |
| HSL | 293.4º | 1% | 0.59% | - |
| HSV(B) | 293.4º | 0.82% | 1% | - |
| XYZ | 52.31 | 26.33 | 96.93 | - |
| YUV | 125.44 | 201.12 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 46 | 255 | 0.09 | 0.82 | 0 | 0 | 293.4 | 1 | 0.59 |
| Hex | E8 | 2E | FF | 9 | 52 | 0 | 0 | 125 | 64 | 3B |
| Octal | 350 | 56 | 377 | 11 | 122 | 0 | 0 | 445 | 144 | 73 |
| Binary | 11101000 | 101110 | 11111111 | 1001 | 1010010 | 0 | 0 | 100100101 | 1100100 | 111011 |
Color Harmonies of #E82EFF
Complementary color
Monochromatic Colors of #E82EFF
Black with #E82EFF
Text Example
Text Example
White with #E82EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82EFF; }
p { color: rgb(232,46,255); }
H1.HeaderClassName
{
color: #E82EFF;
}
.AnyTagClassName
{
color: #E82EFF;
}
</style>
background-color css
<style>
a { background-color: #E82EFF; }
a { background-color: rgb(232,46,255); }
div.DivClassName
{
background-color: #E82EFF;
}
.BgClassName
{
background-color: #E82EFF;
}
</style>
border-color css
<style>
span { border-color: #E82EFF; }
span { border-color: rgb(232,46,255); }
td.TdClassName
{
border-color: #E82EFF;
}
.TagClassName
{
border-color: #E82EFF;
}
</style>