Shades of Psychedelic Purple #E804EC
Tints of Psychedelic Purple #E804EC
RGB
CMYK
RGB Variations
Color information
#E804EC (or 0xE804EC) is known color: Psychedelic Purple. HEX triplet: E8, 04 and EC. RGB value is (232,4,236). Sum of RGB (Red+Green+Blue) = 232+4+236=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 4 (1.95% from 255 or 0.85% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #E804EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E804EC is #17FB13. Grayscale: #616161. Windows color (decimal): -1571604 or 15467752. OLE color: 15467752.
HSL color Cylindrical-coordinate representation of color #E804EC: hue angle of 298.97º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E804EC is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 4 | 236 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.07 |
| HSL | 298.97º | 0.97% | 0.47% | - |
| HSV(B) | 298.97º | 0.98% | 0.93% | - |
| XYZ | 48.46 | 23.3 | 81.3 | - |
| YUV | 98.62 | 205.54 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 236 | 0.02 | 0.98 | 0 | 0.07 | 298.97 | 0.97 | 0.47 |
| Hex | E8 | 4 | EC | 2 | 62 | 0 | 7 | 12B | 61 | 2F |
| Octal | 350 | 4 | 354 | 2 | 142 | 0 | 7 | 453 | 141 | 57 |
| Binary | 11101000 | 100 | 11101100 | 10 | 1100010 | 0 | 111 | 100101011 | 1100001 | 101111 |
Color Harmonies of #E804EC
Complementary color
Monochromatic Colors of #E804EC
Black with #E804EC
Text Example
Text Example
White with #E804EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E804EC; }
p { color: rgb(232,4,236); }
H1.HeaderClassName
{
color: #E804EC;
}
.AnyTagClassName
{
color: #E804EC;
}
</style>
background-color css
<style>
a { background-color: #E804EC; }
a { background-color: rgb(232,4,236); }
div.DivClassName
{
background-color: #E804EC;
}
.BgClassName
{
background-color: #E804EC;
}
</style>
border-color css
<style>
span { border-color: #E804EC; }
span { border-color: rgb(232,4,236); }
td.TdClassName
{
border-color: #E804EC;
}
.TagClassName
{
border-color: #E804EC;
}
</style>