Shades of Psychedelic Purple #E827EF
Tints of Psychedelic Purple #E827EF
RGB
CMYK
RGB Variations
Color information
#E827EF (or 0xE827EF) is known color: Psychedelic Purple. HEX triplet: E8, 27 and EF. RGB value is (232,39,239). Sum of RGB (Red+Green+Blue) = 232+39+239=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 39 (15.62% from 255 or 7.65% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #E827EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E827EF is #17D810. Grayscale: #767676. Windows color (decimal): -1562641 or 15673320. OLE color: 15673320.
HSL color Cylindrical-coordinate representation of color #E827EF: hue angle of 297.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E827EF is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 39 | 239 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.06 |
| HSL | 297.9º | 0.86% | 0.55% | - |
| HSV(B) | 297.9º | 0.84% | 0.94% | - |
| XYZ | 49.58 | 24.84 | 83.84 | - |
| YUV | 119.51 | 195.44 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 239 | 0.03 | 0.84 | 0 | 0.06 | 297.9 | 0.86 | 0.55 |
| Hex | E8 | 27 | EF | 3 | 54 | 0 | 6 | 12A | 56 | 37 |
| Octal | 350 | 47 | 357 | 3 | 124 | 0 | 6 | 452 | 126 | 67 |
| Binary | 11101000 | 100111 | 11101111 | 11 | 1010100 | 0 | 110 | 100101010 | 1010110 | 110111 |
Color Harmonies of #E827EF
Complementary color
Monochromatic Colors of #E827EF
Black with #E827EF
Text Example
Text Example
White with #E827EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E827EF; }
p { color: rgb(232,39,239); }
H1.HeaderClassName
{
color: #E827EF;
}
.AnyTagClassName
{
color: #E827EF;
}
</style>
background-color css
<style>
a { background-color: #E827EF; }
a { background-color: rgb(232,39,239); }
div.DivClassName
{
background-color: #E827EF;
}
.BgClassName
{
background-color: #E827EF;
}
</style>
border-color css
<style>
span { border-color: #E827EF; }
span { border-color: rgb(232,39,239); }
td.TdClassName
{
border-color: #E827EF;
}
.TagClassName
{
border-color: #E827EF;
}
</style>