Shades of Psychedelic Purple #E80EEF
Tints of Psychedelic Purple #E80EEF
RGB
CMYK
RGB Variations
Color information
#E80EEF (or 0xE80EEF) is known color: Psychedelic Purple. HEX triplet: E8, 0E and EF. RGB value is (232,14,239). Sum of RGB (Red+Green+Blue) = 232+14+239=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 14 (5.86% from 255 or 2.89% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #E80EEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80EEF is #17F110. Grayscale: #686868. Windows color (decimal): -1569041 or 15666920. OLE color: 15666920.
HSL color Cylindrical-coordinate representation of color #E80EEF: hue angle of 298.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80EEF is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 14 | 239 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.06 |
| HSL | 298.13º | 0.89% | 0.5% | - |
| HSV(B) | 298.13º | 0.94% | 0.94% | - |
| XYZ | 49.02 | 23.7 | 83.65 | - |
| YUV | 104.83 | 203.72 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 239 | 0.03 | 0.94 | 0 | 0.06 | 298.13 | 0.89 | 0.5 |
| Hex | E8 | E | EF | 3 | 5E | 0 | 6 | 12A | 59 | 32 |
| Octal | 350 | 16 | 357 | 3 | 136 | 0 | 6 | 452 | 131 | 62 |
| Binary | 11101000 | 1110 | 11101111 | 11 | 1011110 | 0 | 110 | 100101010 | 1011001 | 110010 |
Color Harmonies of #E80EEF
Complementary color
Monochromatic Colors of #E80EEF
Black with #E80EEF
Text Example
Text Example
White with #E80EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80EEF; }
p { color: rgb(232,14,239); }
H1.HeaderClassName
{
color: #E80EEF;
}
.AnyTagClassName
{
color: #E80EEF;
}
</style>
background-color css
<style>
a { background-color: #E80EEF; }
a { background-color: rgb(232,14,239); }
div.DivClassName
{
background-color: #E80EEF;
}
.BgClassName
{
background-color: #E80EEF;
}
</style>
border-color css
<style>
span { border-color: #E80EEF; }
span { border-color: rgb(232,14,239); }
td.TdClassName
{
border-color: #E80EEF;
}
.TagClassName
{
border-color: #E80EEF;
}
</style>