Shades of Psychedelic Purple #E901EC
Tints of Psychedelic Purple #E901EC
RGB
CMYK
RGB Variations
Color information
#E901EC (or 0xE901EC) is known color: Psychedelic Purple. HEX triplet: E9, 01 and EC. RGB value is (233,1,236). Sum of RGB (Red+Green+Blue) = 233+1+236=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 1 (0.78% from 255 or 0.21% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #E901EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E901EC is #16FE13. Grayscale: #606060. Windows color (decimal): -1506836 or 15466985. OLE color: 15466985.
HSL color Cylindrical-coordinate representation of color #E901EC: hue angle of 299.23º 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 #E901EC is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 1 | 236 | - |
| CMYK | 0.01 | 1.00 | 0 | 0.07 |
| HSL | 299.23º | 0.99% | 0.46% | - |
| HSV(B) | 299.23º | 1% | 0.93% | - |
| XYZ | 48.76 | 23.4 | 81.3 | - |
| YUV | 97.16 | 206.36 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 236 | 0.01 | 1.00 | 0 | 0.07 | 299.23 | 0.99 | 0.46 |
| Hex | E9 | 1 | EC | 1 | 64 | 0 | 7 | 12B | 63 | 2E |
| Octal | 351 | 1 | 354 | 1 | 144 | 0 | 7 | 453 | 143 | 56 |
| Binary | 11101001 | 1 | 11101100 | 1 | 1100100 | 0 | 111 | 100101011 | 1100011 | 101110 |
Color Harmonies of #E901EC
Complementary color
Monochromatic Colors of #E901EC
Black with #E901EC
Text Example
Text Example
White with #E901EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E901EC; }
p { color: rgb(233,1,236); }
H1.HeaderClassName
{
color: #E901EC;
}
.AnyTagClassName
{
color: #E901EC;
}
</style>
background-color css
<style>
a { background-color: #E901EC; }
a { background-color: rgb(233,1,236); }
div.DivClassName
{
background-color: #E901EC;
}
.BgClassName
{
background-color: #E901EC;
}
</style>
border-color css
<style>
span { border-color: #E901EC; }
span { border-color: rgb(233,1,236); }
td.TdClassName
{
border-color: #E901EC;
}
.TagClassName
{
border-color: #E901EC;
}
</style>