Shades of Psychedelic Purple #E91BEF
Tints of Psychedelic Purple #E91BEF
RGB
CMYK
RGB Variations
Color information
#E91BEF (or 0xE91BEF) is known color: Psychedelic Purple. HEX triplet: E9, 1B and EF. RGB value is (233,27,239). Sum of RGB (Red+Green+Blue) = 233+27+239=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 27 (10.94% from 255 or 5.41% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #E91BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91BEF is #16E410. Grayscale: #707070. Windows color (decimal): -1500177 or 15670249. OLE color: 15670249.
HSL color Cylindrical-coordinate representation of color #E91BEF: hue angle of 298.3º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91BEF is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 27 | 239 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.06 |
| HSL | 298.3º | 0.87% | 0.52% | - |
| HSV(B) | 298.3º | 0.89% | 0.94% | - |
| XYZ | 49.58 | 24.34 | 83.75 | - |
| YUV | 112.76 | 199.25 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 239 | 0.03 | 0.89 | 0 | 0.06 | 298.3 | 0.87 | 0.52 |
| Hex | E9 | 1B | EF | 3 | 59 | 0 | 6 | 12A | 57 | 34 |
| Octal | 351 | 33 | 357 | 3 | 131 | 0 | 6 | 452 | 127 | 64 |
| Binary | 11101001 | 11011 | 11101111 | 11 | 1011001 | 0 | 110 | 100101010 | 1010111 | 110100 |
Color Harmonies of #E91BEF
Complementary color
Monochromatic Colors of #E91BEF
Black with #E91BEF
Text Example
Text Example
White with #E91BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91BEF; }
p { color: rgb(233,27,239); }
H1.HeaderClassName
{
color: #E91BEF;
}
.AnyTagClassName
{
color: #E91BEF;
}
</style>
background-color css
<style>
a { background-color: #E91BEF; }
a { background-color: rgb(233,27,239); }
div.DivClassName
{
background-color: #E91BEF;
}
.BgClassName
{
background-color: #E91BEF;
}
</style>
border-color css
<style>
span { border-color: #E91BEF; }
span { border-color: rgb(233,27,239); }
td.TdClassName
{
border-color: #E91BEF;
}
.TagClassName
{
border-color: #E91BEF;
}
</style>