Shades of Psychedelic Purple #E91FFF
Tints of Psychedelic Purple #E91FFF
RGB
CMYK
RGB Variations
Color information
#E91FFF (or 0xE91FFF) is known color: Psychedelic Purple. HEX triplet: E9, 1F and FF. RGB value is (233,31,255). Sum of RGB (Red+Green+Blue) = 233+31+255=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 31 (12.5% from 255 or 5.97% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #E91FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91FFF is #16E000. Grayscale: #747474. Windows color (decimal): -1499137 or 16719849. OLE color: 16719849.
HSL color Cylindrical-coordinate representation of color #E91FFF: hue angle of 294.11º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91FFF is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 31 | 255 | - |
| CMYK | 0.09 | 0.88 | 0 | 0 |
| HSL | 294.11º | 1% | 0.56% | - |
| HSV(B) | 294.11º | 0.88% | 1% | - |
| XYZ | 52.14 | 25.52 | 96.79 | - |
| YUV | 116.93 | 205.92 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 255 | 0.09 | 0.88 | 0 | 0 | 294.11 | 1 | 0.56 |
| Hex | E9 | 1F | FF | 9 | 58 | 0 | 0 | 126 | 64 | 38 |
| Octal | 351 | 37 | 377 | 11 | 130 | 0 | 0 | 446 | 144 | 70 |
| Binary | 11101001 | 11111 | 11111111 | 1001 | 1011000 | 0 | 0 | 100100110 | 1100100 | 111000 |
Color Harmonies of #E91FFF
Complementary color
Monochromatic Colors of #E91FFF
Black with #E91FFF
Text Example
Text Example
White with #E91FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91FFF; }
p { color: rgb(233,31,255); }
H1.HeaderClassName
{
color: #E91FFF;
}
.AnyTagClassName
{
color: #E91FFF;
}
</style>
background-color css
<style>
a { background-color: #E91FFF; }
a { background-color: rgb(233,31,255); }
div.DivClassName
{
background-color: #E91FFF;
}
.BgClassName
{
background-color: #E91FFF;
}
</style>
border-color css
<style>
span { border-color: #E91FFF; }
span { border-color: rgb(233,31,255); }
td.TdClassName
{
border-color: #E91FFF;
}
.TagClassName
{
border-color: #E91FFF;
}
</style>