Shades of Psychedelic Purple #E808E5
Tints of Psychedelic Purple #E808E5
RGB
CMYK
RGB Variations
Color information
#E808E5 (or 0xE808E5) is known color: Psychedelic Purple. HEX triplet: E8, 08 and E5. RGB value is (232,8,229). Sum of RGB (Red+Green+Blue) = 232+8+229=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 8 (3.52% from 255 or 1.71% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E808E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E808E5 is #17F71A. Grayscale: #636363. Windows color (decimal): -1570587 or 15010024. OLE color: 15010024.
HSL color Cylindrical-coordinate representation of color #E808E5: hue angle of 300.8º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E808E5 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 229 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.09 |
| HSL | 300.8º | 0.93% | 0.47% | - |
| HSV(B) | 300.8º | 0.97% | 0.91% | - |
| XYZ | 47.51 | 22.99 | 76.06 | - |
| YUV | 100.17 | 200.71 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 229 | 0 | 0.97 | 0.01 | 0.09 | 300.8 | 0.93 | 0.47 |
| Hex | E8 | 8 | E5 | 0 | 61 | 1 | 9 | 12D | 5D | 2F |
| Octal | 350 | 10 | 345 | 0 | 141 | 1 | 11 | 455 | 135 | 57 |
| Binary | 11101000 | 1000 | 11100101 | 0 | 1100001 | 1 | 1001 | 100101101 | 1011101 | 101111 |
Color Harmonies of #E808E5
Complementary color
Monochromatic Colors of #E808E5
Black with #E808E5
Text Example
Text Example
White with #E808E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E808E5; }
p { color: rgb(232,8,229); }
H1.HeaderClassName
{
color: #E808E5;
}
.AnyTagClassName
{
color: #E808E5;
}
</style>
background-color css
<style>
a { background-color: #E808E5; }
a { background-color: rgb(232,8,229); }
div.DivClassName
{
background-color: #E808E5;
}
.BgClassName
{
background-color: #E808E5;
}
</style>
border-color css
<style>
span { border-color: #E808E5; }
span { border-color: rgb(232,8,229); }
td.TdClassName
{
border-color: #E808E5;
}
.TagClassName
{
border-color: #E808E5;
}
</style>