Shades of Psychedelic Purple #E804FE
Tints of Psychedelic Purple #E804FE
RGB
CMYK
RGB Variations
Color information
#E804FE (or 0xE804FE) is known color: Psychedelic Purple. HEX triplet: E8, 04 and FE. RGB value is (232,4,254). Sum of RGB (Red+Green+Blue) = 232+4+254=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 4 (1.95% from 255 or 0.82% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #E804FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E804FE is #17FB01. Grayscale: #636363. Windows color (decimal): -1571586 or 16647400. OLE color: 16647400.
HSL color Cylindrical-coordinate representation of color #E804FE: hue angle of 294.72º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E804FE is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 4 | 254 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.00 |
| HSL | 294.72º | 0.99% | 0.51% | - |
| HSV(B) | 294.72º | 0.98% | 1% | - |
| XYZ | 51.21 | 24.4 | 95.78 | - |
| YUV | 100.67 | 214.54 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 254 | 0.09 | 0.98 | 0 | 0.00 | 294.72 | 0.99 | 0.51 |
| Hex | E8 | 4 | FE | 9 | 62 | 0 | 0 | 127 | 63 | 33 |
| Octal | 350 | 4 | 376 | 11 | 142 | 0 | 0 | 447 | 143 | 63 |
| Binary | 11101000 | 100 | 11111110 | 1001 | 1100010 | 0 | 0 | 100100111 | 1100011 | 110011 |
Color Harmonies of #E804FE
Complementary color
Monochromatic Colors of #E804FE
Black with #E804FE
Text Example
Text Example
White with #E804FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E804FE; }
p { color: rgb(232,4,254); }
H1.HeaderClassName
{
color: #E804FE;
}
.AnyTagClassName
{
color: #E804FE;
}
</style>
background-color css
<style>
a { background-color: #E804FE; }
a { background-color: rgb(232,4,254); }
div.DivClassName
{
background-color: #E804FE;
}
.BgClassName
{
background-color: #E804FE;
}
</style>
border-color css
<style>
span { border-color: #E804FE; }
span { border-color: rgb(232,4,254); }
td.TdClassName
{
border-color: #E804FE;
}
.TagClassName
{
border-color: #E804FE;
}
</style>