Shades of Psychedelic Purple #E808E7
Tints of Psychedelic Purple #E808E7
RGB
CMYK
RGB Variations
Color information
#E808E7 (or 0xE808E7) is known color: Psychedelic Purple. HEX triplet: E8, 08 and E7. RGB value is (232,8,231). Sum of RGB (Red+Green+Blue) = 232+8+231=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E808E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E808E7 is #17F718. Grayscale: #636363. Windows color (decimal): -1570585 or 15141096. OLE color: 15141096.
HSL color Cylindrical-coordinate representation of color #E808E7: hue angle of 300.27º 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 #E808E7 is Cyan = 0, Magento = 0.97, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 231 | - |
| CMYK | 0 | 0.97 | 0.00 | 0.09 |
| HSL | 300.27º | 0.93% | 0.47% | - |
| HSV(B) | 300.27º | 0.97% | 0.91% | - |
| XYZ | 47.79 | 23.1 | 77.54 | - |
| YUV | 100.4 | 201.71 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 231 | 0 | 0.97 | 0.00 | 0.09 | 300.27 | 0.93 | 0.47 |
| Hex | E8 | 8 | E7 | 0 | 61 | 0 | 9 | 12C | 5D | 2F |
| Octal | 350 | 10 | 347 | 0 | 141 | 0 | 11 | 454 | 135 | 57 |
| Binary | 11101000 | 1000 | 11100111 | 0 | 1100001 | 0 | 1001 | 100101100 | 1011101 | 101111 |
Color Harmonies of #E808E7
Complementary color
Monochromatic Colors of #E808E7
Black with #E808E7
Text Example
Text Example
White with #E808E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E808E7; }
p { color: rgb(232,8,231); }
H1.HeaderClassName
{
color: #E808E7;
}
.AnyTagClassName
{
color: #E808E7;
}
</style>
background-color css
<style>
a { background-color: #E808E7; }
a { background-color: rgb(232,8,231); }
div.DivClassName
{
background-color: #E808E7;
}
.BgClassName
{
background-color: #E808E7;
}
</style>
border-color css
<style>
span { border-color: #E808E7; }
span { border-color: rgb(232,8,231); }
td.TdClassName
{
border-color: #E808E7;
}
.TagClassName
{
border-color: #E808E7;
}
</style>