Shades of Psychedelic Purple #E901EE
Tints of Psychedelic Purple #E901EE
RGB
CMYK
RGB Variations
Color information
#E901EE (or 0xE901EE) is known color: Psychedelic Purple. HEX triplet: E9, 01 and EE. RGB value is (233,1,238). Sum of RGB (Red+Green+Blue) = 233+1+238=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 1 (0.78% from 255 or 0.21% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #E901EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E901EE is #16FE11. Grayscale: #606060. Windows color (decimal): -1506834 or 15598057. OLE color: 15598057.
HSL color Cylindrical-coordinate representation of color #E901EE: hue angle of 298.73º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E901EE is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 1 | 238 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.07 |
| HSL | 298.73º | 0.99% | 0.47% | - |
| HSV(B) | 298.73º | 1% | 0.93% | - |
| XYZ | 49.05 | 23.52 | 82.84 | - |
| YUV | 97.39 | 207.36 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 238 | 0.02 | 1.00 | 0 | 0.07 | 298.73 | 0.99 | 0.47 |
| Hex | E9 | 1 | EE | 2 | 64 | 0 | 7 | 12B | 63 | 2F |
| Octal | 351 | 1 | 356 | 2 | 144 | 0 | 7 | 453 | 143 | 57 |
| Binary | 11101001 | 1 | 11101110 | 10 | 1100100 | 0 | 111 | 100101011 | 1100011 | 101111 |
Color Harmonies of #E901EE
Complementary color
Monochromatic Colors of #E901EE
Black with #E901EE
Text Example
Text Example
White with #E901EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E901EE; }
p { color: rgb(233,1,238); }
H1.HeaderClassName
{
color: #E901EE;
}
.AnyTagClassName
{
color: #E901EE;
}
</style>
background-color css
<style>
a { background-color: #E901EE; }
a { background-color: rgb(233,1,238); }
div.DivClassName
{
background-color: #E901EE;
}
.BgClassName
{
background-color: #E901EE;
}
</style>
border-color css
<style>
span { border-color: #E901EE; }
span { border-color: rgb(233,1,238); }
td.TdClassName
{
border-color: #E901EE;
}
.TagClassName
{
border-color: #E901EE;
}
</style>