Shades of Psychedelic Purple #E91FFB
Tints of Psychedelic Purple #E91FFB
RGB
CMYK
RGB Variations
Color information
#E91FFB (or 0xE91FFB) is known color: Psychedelic Purple. HEX triplet: E9, 1F and FB. RGB value is (233,31,251). Sum of RGB (Red+Green+Blue) = 233+31+251=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 31 (12.5% from 255 or 6.02% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #E91FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91FFB is #16E004. Grayscale: #737373. Windows color (decimal): -1499141 or 16457705. OLE color: 16457705.
HSL color Cylindrical-coordinate representation of color #E91FFB: hue angle of 295.09º degrees, saturation: 0.96, 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 #E91FFB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 31 | 251 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.02 |
| HSL | 295.09º | 0.96% | 0.55% | - |
| HSV(B) | 295.09º | 0.88% | 0.98% | - |
| XYZ | 51.51 | 25.27 | 93.43 | - |
| YUV | 116.48 | 203.92 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 251 | 0.07 | 0.88 | 0 | 0.02 | 295.09 | 0.96 | 0.55 |
| Hex | E9 | 1F | FB | 7 | 58 | 0 | 2 | 127 | 60 | 37 |
| Octal | 351 | 37 | 373 | 7 | 130 | 0 | 2 | 447 | 140 | 67 |
| Binary | 11101001 | 11111 | 11111011 | 111 | 1011000 | 0 | 10 | 100100111 | 1100000 | 110111 |
Color Harmonies of #E91FFB
Complementary color
Monochromatic Colors of #E91FFB
Black with #E91FFB
Text Example
Text Example
White with #E91FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91FFB; }
p { color: rgb(233,31,251); }
H1.HeaderClassName
{
color: #E91FFB;
}
.AnyTagClassName
{
color: #E91FFB;
}
</style>
background-color css
<style>
a { background-color: #E91FFB; }
a { background-color: rgb(233,31,251); }
div.DivClassName
{
background-color: #E91FFB;
}
.BgClassName
{
background-color: #E91FFB;
}
</style>
border-color css
<style>
span { border-color: #E91FFB; }
span { border-color: rgb(233,31,251); }
td.TdClassName
{
border-color: #E91FFB;
}
.TagClassName
{
border-color: #E91FFB;
}
</style>