Shades of Psychedelic Purple #E91FEF
Tints of Psychedelic Purple #E91FEF
RGB
CMYK
RGB Variations
Color information
#E91FEF (or 0xE91FEF) is known color: Psychedelic Purple. HEX triplet: E9, 1F and EF. RGB value is (233,31,239). Sum of RGB (Red+Green+Blue) = 233+31+239=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 31 (12.5% from 255 or 6.16% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #E91FEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91FEF is #16E010. Grayscale: #727272. Windows color (decimal): -1499153 or 15671273. OLE color: 15671273.
HSL color Cylindrical-coordinate representation of color #E91FEF: hue angle of 298.27º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91FEF is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 31 | 239 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.06 |
| HSL | 298.27º | 0.87% | 0.53% | - |
| HSV(B) | 298.27º | 0.87% | 0.94% | - |
| XYZ | 49.67 | 24.54 | 83.78 | - |
| YUV | 115.11 | 197.92 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 239 | 0.03 | 0.87 | 0 | 0.06 | 298.27 | 0.87 | 0.53 |
| Hex | E9 | 1F | EF | 3 | 57 | 0 | 6 | 12A | 57 | 35 |
| Octal | 351 | 37 | 357 | 3 | 127 | 0 | 6 | 452 | 127 | 65 |
| Binary | 11101001 | 11111 | 11101111 | 11 | 1010111 | 0 | 110 | 100101010 | 1010111 | 110101 |
Color Harmonies of #E91FEF
Complementary color
Monochromatic Colors of #E91FEF
Black with #E91FEF
Text Example
Text Example
White with #E91FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91FEF; }
p { color: rgb(233,31,239); }
H1.HeaderClassName
{
color: #E91FEF;
}
.AnyTagClassName
{
color: #E91FEF;
}
</style>
background-color css
<style>
a { background-color: #E91FEF; }
a { background-color: rgb(233,31,239); }
div.DivClassName
{
background-color: #E91FEF;
}
.BgClassName
{
background-color: #E91FEF;
}
</style>
border-color css
<style>
span { border-color: #E91FEF; }
span { border-color: rgb(233,31,239); }
td.TdClassName
{
border-color: #E91FEF;
}
.TagClassName
{
border-color: #E91FEF;
}
</style>