Shades of Psychedelic Purple #E001EC
Tints of Psychedelic Purple #E001EC
RGB
CMYK
RGB Variations
Color information
#E001EC (or 0xE001EC) is known color: Psychedelic Purple. HEX triplet: E0, 01 and EC. RGB value is (224,1,236). Sum of RGB (Red+Green+Blue) = 224+1+236=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 1 (0.78% from 255 or 0.22% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #E001EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E001EC is #1FFE13. Grayscale: #5D5D5D. Windows color (decimal): -2096660 or 15466976. OLE color: 15466976.
HSL color Cylindrical-coordinate representation of color #E001EC: hue angle of 296.94º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001EC is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 1 | 236 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.07 |
| HSL | 296.94º | 0.99% | 0.46% | - |
| HSV(B) | 296.94º | 1% | 0.93% | - |
| XYZ | 45.89 | 21.93 | 81.17 | - |
| YUV | 94.47 | 207.88 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 236 | 0.05 | 1.00 | 0 | 0.07 | 296.94 | 0.99 | 0.46 |
| Hex | E0 | 1 | EC | 5 | 64 | 0 | 7 | 129 | 63 | 2E |
| Octal | 340 | 1 | 354 | 5 | 144 | 0 | 7 | 451 | 143 | 56 |
| Binary | 11100000 | 1 | 11101100 | 101 | 1100100 | 0 | 111 | 100101001 | 1100011 | 101110 |
Color Harmonies of #E001EC
Complementary color
Monochromatic Colors of #E001EC
Black with #E001EC
Text Example
Text Example
White with #E001EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001EC; }
p { color: rgb(224,1,236); }
H1.HeaderClassName
{
color: #E001EC;
}
.AnyTagClassName
{
color: #E001EC;
}
</style>
background-color css
<style>
a { background-color: #E001EC; }
a { background-color: rgb(224,1,236); }
div.DivClassName
{
background-color: #E001EC;
}
.BgClassName
{
background-color: #E001EC;
}
</style>
border-color css
<style>
span { border-color: #E001EC; }
span { border-color: rgb(224,1,236); }
td.TdClassName
{
border-color: #E001EC;
}
.TagClassName
{
border-color: #E001EC;
}
</style>