Shades of Psychedelic Purple #E91CEF
Tints of Psychedelic Purple #E91CEF
RGB
CMYK
RGB Variations
Color information
#E91CEF (or 0xE91CEF) is known color: Psychedelic Purple. HEX triplet: E9, 1C and EF. RGB value is (233,28,239). Sum of RGB (Red+Green+Blue) = 233+28+239=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 28 (11.33% from 255 or 5.6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #E91CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91CEF is #16E310. Grayscale: #707070. Windows color (decimal): -1499921 or 15670505. OLE color: 15670505.
HSL color Cylindrical-coordinate representation of color #E91CEF: hue angle of 298.29º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91CEF is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 28 | 239 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.06 |
| HSL | 298.29º | 0.87% | 0.52% | - |
| HSV(B) | 298.29º | 0.88% | 0.94% | - |
| XYZ | 49.6 | 24.39 | 83.75 | - |
| YUV | 113.35 | 198.92 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 239 | 0.03 | 0.88 | 0 | 0.06 | 298.29 | 0.87 | 0.52 |
| Hex | E9 | 1C | EF | 3 | 58 | 0 | 6 | 12A | 57 | 34 |
| Octal | 351 | 34 | 357 | 3 | 130 | 0 | 6 | 452 | 127 | 64 |
| Binary | 11101001 | 11100 | 11101111 | 11 | 1011000 | 0 | 110 | 100101010 | 1010111 | 110100 |
Color Harmonies of #E91CEF
Complementary color
Monochromatic Colors of #E91CEF
Black with #E91CEF
Text Example
Text Example
White with #E91CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91CEF; }
p { color: rgb(233,28,239); }
H1.HeaderClassName
{
color: #E91CEF;
}
.AnyTagClassName
{
color: #E91CEF;
}
</style>
background-color css
<style>
a { background-color: #E91CEF; }
a { background-color: rgb(233,28,239); }
div.DivClassName
{
background-color: #E91CEF;
}
.BgClassName
{
background-color: #E91CEF;
}
</style>
border-color css
<style>
span { border-color: #E91CEF; }
span { border-color: rgb(233,28,239); }
td.TdClassName
{
border-color: #E91CEF;
}
.TagClassName
{
border-color: #E91CEF;
}
</style>