Shades of Psychedelic Purple #E801EF
Tints of Psychedelic Purple #E801EF
RGB
CMYK
RGB Variations
Color information
#E801EF (or 0xE801EF) is known color: Psychedelic Purple. HEX triplet: E8, 01 and EF. RGB value is (232,1,239). Sum of RGB (Red+Green+Blue) = 232+1+239=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 1 (0.78% from 255 or 0.21% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #E801EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E801EF is #17FE10. Grayscale: #606060. Windows color (decimal): -1572369 or 15663592. OLE color: 15663592.
HSL color Cylindrical-coordinate representation of color #E801EF: hue angle of 298.24º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E801EF is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 1 | 239 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.06 |
| HSL | 298.24º | 0.99% | 0.47% | - |
| HSV(B) | 298.24º | 1% | 0.94% | - |
| XYZ | 48.87 | 23.41 | 83.6 | - |
| YUV | 97.2 | 208.03 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 239 | 0.03 | 1.00 | 0 | 0.06 | 298.24 | 0.99 | 0.47 |
| Hex | E8 | 1 | EF | 3 | 64 | 0 | 6 | 12A | 63 | 2F |
| Octal | 350 | 1 | 357 | 3 | 144 | 0 | 6 | 452 | 143 | 57 |
| Binary | 11101000 | 1 | 11101111 | 11 | 1100100 | 0 | 110 | 100101010 | 1100011 | 101111 |
Color Harmonies of #E801EF
Complementary color
Monochromatic Colors of #E801EF
Black with #E801EF
Text Example
Text Example
White with #E801EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E801EF; }
p { color: rgb(232,1,239); }
H1.HeaderClassName
{
color: #E801EF;
}
.AnyTagClassName
{
color: #E801EF;
}
</style>
background-color css
<style>
a { background-color: #E801EF; }
a { background-color: rgb(232,1,239); }
div.DivClassName
{
background-color: #E801EF;
}
.BgClassName
{
background-color: #E801EF;
}
</style>
border-color css
<style>
span { border-color: #E801EF; }
span { border-color: rgb(232,1,239); }
td.TdClassName
{
border-color: #E801EF;
}
.TagClassName
{
border-color: #E801EF;
}
</style>