Shades of Psychedelic Purple #E91DFF
Tints of Psychedelic Purple #E91DFF
RGB
CMYK
RGB Variations
Color information
#E91DFF (or 0xE91DFF) is known color: Psychedelic Purple. HEX triplet: E9, 1D and FF. RGB value is (233,29,255). Sum of RGB (Red+Green+Blue) = 233+29+255=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 29 (11.72% from 255 or 5.61% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #E91DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91DFF is #16E200. Grayscale: #737373. Windows color (decimal): -1499649 or 16719337. OLE color: 16719337.
HSL color Cylindrical-coordinate representation of color #E91DFF: hue angle of 294.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91DFF is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 29 | 255 | - |
| CMYK | 0.09 | 0.89 | 0 | 0 |
| HSL | 294.16º | 1% | 0.56% | - |
| HSV(B) | 294.16º | 0.89% | 1% | - |
| XYZ | 52.09 | 25.42 | 96.77 | - |
| YUV | 115.76 | 206.59 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 255 | 0.09 | 0.89 | 0 | 0 | 294.16 | 1 | 0.56 |
| Hex | E9 | 1D | FF | 9 | 59 | 0 | 0 | 126 | 64 | 38 |
| Octal | 351 | 35 | 377 | 11 | 131 | 0 | 0 | 446 | 144 | 70 |
| Binary | 11101001 | 11101 | 11111111 | 1001 | 1011001 | 0 | 0 | 100100110 | 1100100 | 111000 |
Color Harmonies of #E91DFF
Complementary color
Monochromatic Colors of #E91DFF
Black with #E91DFF
Text Example
Text Example
White with #E91DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91DFF; }
p { color: rgb(233,29,255); }
H1.HeaderClassName
{
color: #E91DFF;
}
.AnyTagClassName
{
color: #E91DFF;
}
</style>
background-color css
<style>
a { background-color: #E91DFF; }
a { background-color: rgb(233,29,255); }
div.DivClassName
{
background-color: #E91DFF;
}
.BgClassName
{
background-color: #E91DFF;
}
</style>
border-color css
<style>
span { border-color: #E91DFF; }
span { border-color: rgb(233,29,255); }
td.TdClassName
{
border-color: #E91DFF;
}
.TagClassName
{
border-color: #E91DFF;
}
</style>