Shades of Psychedelic Purple #E804FF
Tints of Psychedelic Purple #E804FF
RGB
CMYK
RGB Variations
Color information
#E804FF (or 0xE804FF) is known color: Psychedelic Purple. HEX triplet: E8, 04 and FF. RGB value is (232,4,255). Sum of RGB (Red+Green+Blue) = 232+4+255=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 4 (1.95% from 255 or 0.81% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #E804FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E804FF is #17FB00. Grayscale: #646464. Windows color (decimal): -1571585 or 16712936. OLE color: 16712936.
HSL color Cylindrical-coordinate representation of color #E804FF: hue angle of 294.5º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E804FF is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 4 | 255 | - |
| CMYK | 0.09 | 0.98 | 0 | 0 |
| HSL | 294.5º | 1% | 0.51% | - |
| HSV(B) | 294.5º | 0.98% | 1% | - |
| XYZ | 51.37 | 24.46 | 96.62 | - |
| YUV | 100.79 | 215.04 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 255 | 0.09 | 0.98 | 0 | 0 | 294.5 | 1 | 0.51 |
| Hex | E8 | 4 | FF | 9 | 62 | 0 | 0 | 127 | 64 | 33 |
| Octal | 350 | 4 | 377 | 11 | 142 | 0 | 0 | 447 | 144 | 63 |
| Binary | 11101000 | 100 | 11111111 | 1001 | 1100010 | 0 | 0 | 100100111 | 1100100 | 110011 |
Color Harmonies of #E804FF
Complementary color
Monochromatic Colors of #E804FF
Black with #E804FF
Text Example
Text Example
White with #E804FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E804FF; }
p { color: rgb(232,4,255); }
H1.HeaderClassName
{
color: #E804FF;
}
.AnyTagClassName
{
color: #E804FF;
}
</style>
background-color css
<style>
a { background-color: #E804FF; }
a { background-color: rgb(232,4,255); }
div.DivClassName
{
background-color: #E804FF;
}
.BgClassName
{
background-color: #E804FF;
}
</style>
border-color css
<style>
span { border-color: #E804FF; }
span { border-color: rgb(232,4,255); }
td.TdClassName
{
border-color: #E804FF;
}
.TagClassName
{
border-color: #E804FF;
}
</style>