Shades of Psychedelic Purple #E91FEC
Tints of Psychedelic Purple #E91FEC
RGB
CMYK
RGB Variations
Color information
#E91FEC (or 0xE91FEC) is known color: Psychedelic Purple. HEX triplet: E9, 1F and EC. RGB value is (233,31,236). Sum of RGB (Red+Green+Blue) = 233+31+236=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 31 (12.5% from 255 or 6.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #E91FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91FEC is #16E013. Grayscale: #727272. Windows color (decimal): -1499156 or 15474665. OLE color: 15474665.
HSL color Cylindrical-coordinate representation of color #E91FEC: hue angle of 299.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91FEC is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 31 | 236 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.07 |
| HSL | 299.12º | 0.84% | 0.52% | - |
| HSV(B) | 299.12º | 0.87% | 0.93% | - |
| XYZ | 49.23 | 24.36 | 81.46 | - |
| YUV | 114.77 | 196.42 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 236 | 0.01 | 0.87 | 0 | 0.07 | 299.12 | 0.84 | 0.52 |
| Hex | E9 | 1F | EC | 1 | 57 | 0 | 7 | 12B | 54 | 34 |
| Octal | 351 | 37 | 354 | 1 | 127 | 0 | 7 | 453 | 124 | 64 |
| Binary | 11101001 | 11111 | 11101100 | 1 | 1010111 | 0 | 111 | 100101011 | 1010100 | 110100 |
Color Harmonies of #E91FEC
Complementary color
Monochromatic Colors of #E91FEC
Black with #E91FEC
Text Example
Text Example
White with #E91FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91FEC; }
p { color: rgb(233,31,236); }
H1.HeaderClassName
{
color: #E91FEC;
}
.AnyTagClassName
{
color: #E91FEC;
}
</style>
background-color css
<style>
a { background-color: #E91FEC; }
a { background-color: rgb(233,31,236); }
div.DivClassName
{
background-color: #E91FEC;
}
.BgClassName
{
background-color: #E91FEC;
}
</style>
border-color css
<style>
span { border-color: #E91FEC; }
span { border-color: rgb(233,31,236); }
td.TdClassName
{
border-color: #E91FEC;
}
.TagClassName
{
border-color: #E91FEC;
}
</style>