Shades of Psychedelic Purple #E401EC
Tints of Psychedelic Purple #E401EC
RGB
CMYK
RGB Variations
Color information
#E401EC (or 0xE401EC) is known color: Psychedelic Purple. HEX triplet: E4, 01 and EC. RGB value is (228,1,236). Sum of RGB (Red+Green+Blue) = 228+1+236=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 1 (0.78% from 255 or 0.22% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #E401EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E401EC is #1BFE13. Grayscale: #5E5E5E. Windows color (decimal): -1834516 or 15466980. OLE color: 15466980.
HSL color Cylindrical-coordinate representation of color #E401EC: hue angle of 297.96º 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 #E401EC is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 1 | 236 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.07 |
| HSL | 297.96º | 0.99% | 0.46% | - |
| HSV(B) | 297.96º | 1% | 0.93% | - |
| XYZ | 47.15 | 22.57 | 81.23 | - |
| YUV | 95.66 | 207.21 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 236 | 0.03 | 1.00 | 0 | 0.07 | 297.96 | 0.99 | 0.46 |
| Hex | E4 | 1 | EC | 3 | 64 | 0 | 7 | 12A | 63 | 2E |
| Octal | 344 | 1 | 354 | 3 | 144 | 0 | 7 | 452 | 143 | 56 |
| Binary | 11100100 | 1 | 11101100 | 11 | 1100100 | 0 | 111 | 100101010 | 1100011 | 101110 |
Color Harmonies of #E401EC
Complementary color
Monochromatic Colors of #E401EC
Black with #E401EC
Text Example
Text Example
White with #E401EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E401EC; }
p { color: rgb(228,1,236); }
H1.HeaderClassName
{
color: #E401EC;
}
.AnyTagClassName
{
color: #E401EC;
}
</style>
background-color css
<style>
a { background-color: #E401EC; }
a { background-color: rgb(228,1,236); }
div.DivClassName
{
background-color: #E401EC;
}
.BgClassName
{
background-color: #E401EC;
}
</style>
border-color css
<style>
span { border-color: #E401EC; }
span { border-color: rgb(228,1,236); }
td.TdClassName
{
border-color: #E401EC;
}
.TagClassName
{
border-color: #E401EC;
}
</style>