Shades of Psychedelic Purple #E827EE
Tints of Psychedelic Purple #E827EE
RGB
CMYK
RGB Variations
Color information
#E827EE (or 0xE827EE) is known color: Psychedelic Purple. HEX triplet: E8, 27 and EE. RGB value is (232,39,238). Sum of RGB (Red+Green+Blue) = 232+39+238=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 39 (15.62% from 255 or 7.66% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #E827EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E827EE is #17D811. Grayscale: #767676. Windows color (decimal): -1562642 or 15607784. OLE color: 15607784.
HSL color Cylindrical-coordinate representation of color #E827EE: hue angle of 298.19º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E827EE is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 39 | 238 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.07 |
| HSL | 298.19º | 0.85% | 0.54% | - |
| HSV(B) | 298.19º | 0.84% | 0.93% | - |
| XYZ | 49.44 | 24.78 | 83.07 | - |
| YUV | 119.39 | 194.94 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 238 | 0.03 | 0.84 | 0 | 0.07 | 298.19 | 0.85 | 0.54 |
| Hex | E8 | 27 | EE | 3 | 54 | 0 | 7 | 12A | 55 | 36 |
| Octal | 350 | 47 | 356 | 3 | 124 | 0 | 7 | 452 | 125 | 66 |
| Binary | 11101000 | 100111 | 11101110 | 11 | 1010100 | 0 | 111 | 100101010 | 1010101 | 110110 |
Color Harmonies of #E827EE
Complementary color
Monochromatic Colors of #E827EE
Black with #E827EE
Text Example
Text Example
White with #E827EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E827EE; }
p { color: rgb(232,39,238); }
H1.HeaderClassName
{
color: #E827EE;
}
.AnyTagClassName
{
color: #E827EE;
}
</style>
background-color css
<style>
a { background-color: #E827EE; }
a { background-color: rgb(232,39,238); }
div.DivClassName
{
background-color: #E827EE;
}
.BgClassName
{
background-color: #E827EE;
}
</style>
border-color css
<style>
span { border-color: #E827EE; }
span { border-color: rgb(232,39,238); }
td.TdClassName
{
border-color: #E827EE;
}
.TagClassName
{
border-color: #E827EE;
}
</style>