Shades of Psychedelic Purple #E807FD
Tints of Psychedelic Purple #E807FD
RGB
CMYK
RGB Variations
Color information
#E807FD (or 0xE807FD) is known color: Psychedelic Purple. HEX triplet: E8, 07 and FD. RGB value is (232,7,253). Sum of RGB (Red+Green+Blue) = 232+7+253=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 7 (3.12% from 255 or 1.42% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #E807FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E807FD is #17F802. Grayscale: #656565. Windows color (decimal): -1570819 or 16582632. OLE color: 16582632.
HSL color Cylindrical-coordinate representation of color #E807FD: hue angle of 294.88º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E807FD is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 7 | 253 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.01 |
| HSL | 294.88º | 0.98% | 0.51% | - |
| HSV(B) | 294.88º | 0.97% | 0.99% | - |
| XYZ | 51.08 | 24.4 | 94.95 | - |
| YUV | 102.32 | 213.04 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 253 | 0.08 | 0.97 | 0 | 0.01 | 294.88 | 0.98 | 0.51 |
| Hex | E8 | 7 | FD | 8 | 61 | 0 | 1 | 127 | 62 | 33 |
| Octal | 350 | 7 | 375 | 10 | 141 | 0 | 1 | 447 | 142 | 63 |
| Binary | 11101000 | 111 | 11111101 | 1000 | 1100001 | 0 | 1 | 100100111 | 1100010 | 110011 |
Color Harmonies of #E807FD
Complementary color
Monochromatic Colors of #E807FD
Black with #E807FD
Text Example
Text Example
White with #E807FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E807FD; }
p { color: rgb(232,7,253); }
H1.HeaderClassName
{
color: #E807FD;
}
.AnyTagClassName
{
color: #E807FD;
}
</style>
background-color css
<style>
a { background-color: #E807FD; }
a { background-color: rgb(232,7,253); }
div.DivClassName
{
background-color: #E807FD;
}
.BgClassName
{
background-color: #E807FD;
}
</style>
border-color css
<style>
span { border-color: #E807FD; }
span { border-color: rgb(232,7,253); }
td.TdClassName
{
border-color: #E807FD;
}
.TagClassName
{
border-color: #E807FD;
}
</style>