Shades of Psychedelic Purple #E91EF7
Tints of Psychedelic Purple #E91EF7
RGB
CMYK
RGB Variations
Color information
#E91EF7 (or 0xE91EF7) is known color: Psychedelic Purple. HEX triplet: E9, 1E and F7. RGB value is (233,30,247). Sum of RGB (Red+Green+Blue) = 233+30+247=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 30 (12.11% from 255 or 5.88% from 510); Blue value is 247 (96.88% from 255 or 48.43% from 510); Max value from RGB is 247 - color contains mainly: blue. Hex color #E91EF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91EF7 is #16E108. Grayscale: #727272. Windows color (decimal): -1499401 or 16195305. OLE color: 16195305.
HSL color Cylindrical-coordinate representation of color #E91EF7: hue angle of 296.13º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91EF7 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 30 | 247 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.03 |
| HSL | 296.13º | 0.93% | 0.54% | - |
| HSV(B) | 296.13º | 0.88% | 0.97% | - |
| XYZ | 50.86 | 24.97 | 90.13 | - |
| YUV | 115.44 | 202.25 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 30 | 247 | 0.06 | 0.88 | 0 | 0.03 | 296.13 | 0.93 | 0.54 |
| Hex | E9 | 1E | F7 | 6 | 58 | 0 | 3 | 128 | 5D | 36 |
| Octal | 351 | 36 | 367 | 6 | 130 | 0 | 3 | 450 | 135 | 66 |
| Binary | 11101001 | 11110 | 11110111 | 110 | 1011000 | 0 | 11 | 100101000 | 1011101 | 110110 |
Color Harmonies of #E91EF7
Complementary color
Monochromatic Colors of #E91EF7
Black with #E91EF7
Text Example
Text Example
White with #E91EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91EF7; }
p { color: rgb(233,30,247); }
H1.HeaderClassName
{
color: #E91EF7;
}
.AnyTagClassName
{
color: #E91EF7;
}
</style>
background-color css
<style>
a { background-color: #E91EF7; }
a { background-color: rgb(233,30,247); }
div.DivClassName
{
background-color: #E91EF7;
}
.BgClassName
{
background-color: #E91EF7;
}
</style>
border-color css
<style>
span { border-color: #E91EF7; }
span { border-color: rgb(233,30,247); }
td.TdClassName
{
border-color: #E91EF7;
}
.TagClassName
{
border-color: #E91EF7;
}
</style>