Shades of Psychedelic Purple #E91FF4
Tints of Psychedelic Purple #E91FF4
RGB
CMYK
RGB Variations
Color information
#E91FF4 (or 0xE91FF4) is known color: Psychedelic Purple. HEX triplet: E9, 1F and F4. RGB value is (233,31,244). Sum of RGB (Red+Green+Blue) = 233+31+244=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 31 (12.5% from 255 or 6.10% from 508); Blue value is 244 (95.70% from 255 or 48.03% from 508); Max value from RGB is 244 - color contains mainly: blue. Hex color #E91FF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91FF4 is #16E00B. Grayscale: #737373. Windows color (decimal): -1499148 or 15998953. OLE color: 15998953.
HSL color Cylindrical-coordinate representation of color #E91FF4: hue angle of 296.9º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91FF4 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 31 | 244 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.04 |
| HSL | 296.9º | 0.91% | 0.54% | - |
| HSV(B) | 296.9º | 0.87% | 0.96% | - |
| XYZ | 50.42 | 24.84 | 87.72 | - |
| YUV | 115.68 | 200.42 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 244 | 0.05 | 0.87 | 0 | 0.04 | 296.9 | 0.91 | 0.54 |
| Hex | E9 | 1F | F4 | 5 | 57 | 0 | 4 | 129 | 5B | 36 |
| Octal | 351 | 37 | 364 | 5 | 127 | 0 | 4 | 451 | 133 | 66 |
| Binary | 11101001 | 11111 | 11110100 | 101 | 1010111 | 0 | 100 | 100101001 | 1011011 | 110110 |
Color Harmonies of #E91FF4
Complementary color
Monochromatic Colors of #E91FF4
Black with #E91FF4
Text Example
Text Example
White with #E91FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91FF4; }
p { color: rgb(233,31,244); }
H1.HeaderClassName
{
color: #E91FF4;
}
.AnyTagClassName
{
color: #E91FF4;
}
</style>
background-color css
<style>
a { background-color: #E91FF4; }
a { background-color: rgb(233,31,244); }
div.DivClassName
{
background-color: #E91FF4;
}
.BgClassName
{
background-color: #E91FF4;
}
</style>
border-color css
<style>
span { border-color: #E91FF4; }
span { border-color: rgb(233,31,244); }
td.TdClassName
{
border-color: #E91FF4;
}
.TagClassName
{
border-color: #E91FF4;
}
</style>