Shades of Psychedelic Purple #E91EFB
Tints of Psychedelic Purple #E91EFB
RGB
CMYK
RGB Variations
Color information
#E91EFB (or 0xE91EFB) is known color: Psychedelic Purple. HEX triplet: E9, 1E and FB. RGB value is (233,30,251). Sum of RGB (Red+Green+Blue) = 233+30+251=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 30 (12.11% from 255 or 5.84% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #E91EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91EFB is #16E104. Grayscale: #737373. Windows color (decimal): -1499397 or 16457449. OLE color: 16457449.
HSL color Cylindrical-coordinate representation of color #E91EFB: hue angle of 295.11º 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 #E91EFB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 30 | 251 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.02 |
| HSL | 295.11º | 0.97% | 0.55% | - |
| HSV(B) | 295.11º | 0.88% | 0.98% | - |
| XYZ | 51.48 | 25.22 | 93.42 | - |
| YUV | 115.89 | 204.25 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 30 | 251 | 0.07 | 0.88 | 0 | 0.02 | 295.11 | 0.97 | 0.55 |
| Hex | E9 | 1E | FB | 7 | 58 | 0 | 2 | 127 | 61 | 37 |
| Octal | 351 | 36 | 373 | 7 | 130 | 0 | 2 | 447 | 141 | 67 |
| Binary | 11101001 | 11110 | 11111011 | 111 | 1011000 | 0 | 10 | 100100111 | 1100001 | 110111 |
Color Harmonies of #E91EFB
Complementary color
Monochromatic Colors of #E91EFB
Black with #E91EFB
Text Example
Text Example
White with #E91EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91EFB; }
p { color: rgb(233,30,251); }
H1.HeaderClassName
{
color: #E91EFB;
}
.AnyTagClassName
{
color: #E91EFB;
}
</style>
background-color css
<style>
a { background-color: #E91EFB; }
a { background-color: rgb(233,30,251); }
div.DivClassName
{
background-color: #E91EFB;
}
.BgClassName
{
background-color: #E91EFB;
}
</style>
border-color css
<style>
span { border-color: #E91EFB; }
span { border-color: rgb(233,30,251); }
td.TdClassName
{
border-color: #E91EFB;
}
.TagClassName
{
border-color: #E91EFB;
}
</style>