Shades of Psychedelic Purple #E81EEE
Tints of Psychedelic Purple #E81EEE
RGB
CMYK
RGB Variations
Color information
#E81EEE (or 0xE81EEE) is known color: Psychedelic Purple. HEX triplet: E8, 1E and EE. RGB value is (232,30,238). Sum of RGB (Red+Green+Blue) = 232+30+238=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 30 (12.11% from 255 or 6% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #E81EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81EEE is #17E111. Grayscale: #717171. Windows color (decimal): -1564946 or 15605480. OLE color: 15605480.
HSL color Cylindrical-coordinate representation of color #E81EEE: hue angle of 298.27º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81EEE is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 30 | 238 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.07 |
| HSL | 298.27º | 0.86% | 0.53% | - |
| HSV(B) | 298.27º | 0.87% | 0.93% | - |
| XYZ | 49.18 | 24.26 | 82.98 | - |
| YUV | 114.11 | 197.92 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 238 | 0.03 | 0.87 | 0 | 0.07 | 298.27 | 0.86 | 0.53 |
| Hex | E8 | 1E | EE | 3 | 57 | 0 | 7 | 12A | 56 | 35 |
| Octal | 350 | 36 | 356 | 3 | 127 | 0 | 7 | 452 | 126 | 65 |
| Binary | 11101000 | 11110 | 11101110 | 11 | 1010111 | 0 | 111 | 100101010 | 1010110 | 110101 |
Color Harmonies of #E81EEE
Complementary color
Monochromatic Colors of #E81EEE
Black with #E81EEE
Text Example
Text Example
White with #E81EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81EEE; }
p { color: rgb(232,30,238); }
H1.HeaderClassName
{
color: #E81EEE;
}
.AnyTagClassName
{
color: #E81EEE;
}
</style>
background-color css
<style>
a { background-color: #E81EEE; }
a { background-color: rgb(232,30,238); }
div.DivClassName
{
background-color: #E81EEE;
}
.BgClassName
{
background-color: #E81EEE;
}
</style>
border-color css
<style>
span { border-color: #E81EEE; }
span { border-color: rgb(232,30,238); }
td.TdClassName
{
border-color: #E81EEE;
}
.TagClassName
{
border-color: #E81EEE;
}
</style>