Shades of Psychedelic Purple #E004EC
Tints of Psychedelic Purple #E004EC
RGB
CMYK
RGB Variations
Color information
#E004EC (or 0xE004EC) is known color: Psychedelic Purple. HEX triplet: E0, 04 and EC. RGB value is (224,4,236). Sum of RGB (Red+Green+Blue) = 224+4+236=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 4 (1.95% from 255 or 0.86% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #E004EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E004EC is #1FFB13. Grayscale: #5F5F5F. Windows color (decimal): -2095892 or 15467744. OLE color: 15467744.
HSL color Cylindrical-coordinate representation of color #E004EC: hue angle of 296.9º 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 #E004EC is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 4 | 236 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.07 |
| HSL | 296.9º | 0.97% | 0.47% | - |
| HSV(B) | 296.9º | 0.98% | 0.93% | - |
| XYZ | 45.92 | 21.99 | 81.18 | - |
| YUV | 96.23 | 206.89 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 236 | 0.05 | 0.98 | 0 | 0.07 | 296.9 | 0.97 | 0.47 |
| Hex | E0 | 4 | EC | 5 | 62 | 0 | 7 | 129 | 61 | 2F |
| Octal | 340 | 4 | 354 | 5 | 142 | 0 | 7 | 451 | 141 | 57 |
| Binary | 11100000 | 100 | 11101100 | 101 | 1100010 | 0 | 111 | 100101001 | 1100001 | 101111 |
Color Harmonies of #E004EC
Complementary color
Monochromatic Colors of #E004EC
Black with #E004EC
Text Example
Text Example
White with #E004EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E004EC; }
p { color: rgb(224,4,236); }
H1.HeaderClassName
{
color: #E004EC;
}
.AnyTagClassName
{
color: #E004EC;
}
</style>
background-color css
<style>
a { background-color: #E004EC; }
a { background-color: rgb(224,4,236); }
div.DivClassName
{
background-color: #E004EC;
}
.BgClassName
{
background-color: #E004EC;
}
</style>
border-color css
<style>
span { border-color: #E004EC; }
span { border-color: rgb(224,4,236); }
td.TdClassName
{
border-color: #E004EC;
}
.TagClassName
{
border-color: #E004EC;
}
</style>