Shades of Psychedelic Purple #E91DFB
Tints of Psychedelic Purple #E91DFB
RGB
CMYK
RGB Variations
Color information
#E91DFB (or 0xE91DFB) is known color: Psychedelic Purple. HEX triplet: E9, 1D and FB. RGB value is (233,29,251). Sum of RGB (Red+Green+Blue) = 233+29+251=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 29 (11.72% from 255 or 5.65% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #E91DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91DFB is #16E204. Grayscale: #727272. Windows color (decimal): -1499653 or 16457193. OLE color: 16457193.
HSL color Cylindrical-coordinate representation of color #E91DFB: hue angle of 295.14º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91DFB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 29 | 251 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.02 |
| HSL | 295.14º | 0.97% | 0.55% | - |
| HSV(B) | 295.14º | 0.88% | 0.98% | - |
| XYZ | 51.46 | 25.17 | 93.41 | - |
| YUV | 115.3 | 204.59 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 251 | 0.07 | 0.88 | 0 | 0.02 | 295.14 | 0.97 | 0.55 |
| Hex | E9 | 1D | FB | 7 | 58 | 0 | 2 | 127 | 61 | 37 |
| Octal | 351 | 35 | 373 | 7 | 130 | 0 | 2 | 447 | 141 | 67 |
| Binary | 11101001 | 11101 | 11111011 | 111 | 1011000 | 0 | 10 | 100100111 | 1100001 | 110111 |
Color Harmonies of #E91DFB
Complementary color
Monochromatic Colors of #E91DFB
Black with #E91DFB
Text Example
Text Example
White with #E91DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91DFB; }
p { color: rgb(233,29,251); }
H1.HeaderClassName
{
color: #E91DFB;
}
.AnyTagClassName
{
color: #E91DFB;
}
</style>
background-color css
<style>
a { background-color: #E91DFB; }
a { background-color: rgb(233,29,251); }
div.DivClassName
{
background-color: #E91DFB;
}
.BgClassName
{
background-color: #E91DFB;
}
</style>
border-color css
<style>
span { border-color: #E91DFB; }
span { border-color: rgb(233,29,251); }
td.TdClassName
{
border-color: #E91DFB;
}
.TagClassName
{
border-color: #E91DFB;
}
</style>