Shades of Psychedelic Purple #E807E6
Tints of Psychedelic Purple #E807E6
RGB
CMYK
RGB Variations
Color information
#E807E6 (or 0xE807E6) is known color: Psychedelic Purple. HEX triplet: E8, 07 and E6. RGB value is (232,7,230). Sum of RGB (Red+Green+Blue) = 232+7+230=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E807E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E807E6 is #17F819. Grayscale: #636363. Windows color (decimal): -1570842 or 15075304. OLE color: 15075304.
HSL color Cylindrical-coordinate representation of color #E807E6: hue angle of 300.53º degrees, saturation: 0.94, 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 #E807E6 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 230 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.09 |
| HSL | 300.53º | 0.94% | 0.47% | - |
| HSV(B) | 300.53º | 0.97% | 0.91% | - |
| XYZ | 47.64 | 23.02 | 76.8 | - |
| YUV | 99.7 | 201.54 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 230 | 0 | 0.97 | 0.01 | 0.09 | 300.53 | 0.94 | 0.47 |
| Hex | E8 | 7 | E6 | 0 | 61 | 1 | 9 | 12D | 5E | 2F |
| Octal | 350 | 7 | 346 | 0 | 141 | 1 | 11 | 455 | 136 | 57 |
| Binary | 11101000 | 111 | 11100110 | 0 | 1100001 | 1 | 1001 | 100101101 | 1011110 | 101111 |
Color Harmonies of #E807E6
Complementary color
Monochromatic Colors of #E807E6
Black with #E807E6
Text Example
Text Example
White with #E807E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E807E6; }
p { color: rgb(232,7,230); }
H1.HeaderClassName
{
color: #E807E6;
}
.AnyTagClassName
{
color: #E807E6;
}
</style>
background-color css
<style>
a { background-color: #E807E6; }
a { background-color: rgb(232,7,230); }
div.DivClassName
{
background-color: #E807E6;
}
.BgClassName
{
background-color: #E807E6;
}
</style>
border-color css
<style>
span { border-color: #E807E6; }
span { border-color: rgb(232,7,230); }
td.TdClassName
{
border-color: #E807E6;
}
.TagClassName
{
border-color: #E807E6;
}
</style>