Shades of Psychedelic Purple #E80AEE
Tints of Psychedelic Purple #E80AEE
RGB
CMYK
RGB Variations
Color information
#E80AEE (or 0xE80AEE) is known color: Psychedelic Purple. HEX triplet: E8, 0A and EE. RGB value is (232,10,238). Sum of RGB (Red+Green+Blue) = 232+10+238=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 10 (4.30% from 255 or 2.08% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #E80AEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80AEE is #17F511. Grayscale: #656565. Windows color (decimal): -1570066 or 15600360. OLE color: 15600360.
HSL color Cylindrical-coordinate representation of color #E80AEE: hue angle of 298.42º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80AEE is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 10 | 238 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.07 |
| HSL | 298.42º | 0.92% | 0.49% | - |
| HSV(B) | 298.42º | 0.96% | 0.93% | - |
| XYZ | 48.82 | 23.55 | 82.86 | - |
| YUV | 102.37 | 204.55 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 238 | 0.03 | 0.96 | 0 | 0.07 | 298.42 | 0.92 | 0.49 |
| Hex | E8 | A | EE | 3 | 60 | 0 | 7 | 12A | 5C | 31 |
| Octal | 350 | 12 | 356 | 3 | 140 | 0 | 7 | 452 | 134 | 61 |
| Binary | 11101000 | 1010 | 11101110 | 11 | 1100000 | 0 | 111 | 100101010 | 1011100 | 110001 |
Color Harmonies of #E80AEE
Complementary color
Monochromatic Colors of #E80AEE
Black with #E80AEE
Text Example
Text Example
White with #E80AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80AEE; }
p { color: rgb(232,10,238); }
H1.HeaderClassName
{
color: #E80AEE;
}
.AnyTagClassName
{
color: #E80AEE;
}
</style>
background-color css
<style>
a { background-color: #E80AEE; }
a { background-color: rgb(232,10,238); }
div.DivClassName
{
background-color: #E80AEE;
}
.BgClassName
{
background-color: #E80AEE;
}
</style>
border-color css
<style>
span { border-color: #E80AEE; }
span { border-color: rgb(232,10,238); }
td.TdClassName
{
border-color: #E80AEE;
}
.TagClassName
{
border-color: #E80AEE;
}
</style>