Shades of Psychedelic Purple #E11FFA
Tints of Psychedelic Purple #E11FFA
RGB
CMYK
RGB Variations
Color information
#E11FFA (or 0xE11FFA) is known color: Psychedelic Purple. HEX triplet: E1, 1F and FA. RGB value is (225,31,250). Sum of RGB (Red+Green+Blue) = 225+31+250=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 31 (12.5% from 255 or 6.13% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #E11FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11FFA is #1EE005. Grayscale: #717171. Windows color (decimal): -2023430 or 16392161. OLE color: 16392161.
HSL color Cylindrical-coordinate representation of color #E11FFA: hue angle of 293.15º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11FFA is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 31 | 250 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.02 |
| HSL | 293.15º | 0.96% | 0.55% | - |
| HSV(B) | 293.15º | 0.88% | 0.98% | - |
| XYZ | 48.8 | 23.89 | 92.48 | - |
| YUV | 113.97 | 204.77 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 250 | 0.10 | 0.88 | 0 | 0.02 | 293.15 | 0.96 | 0.55 |
| Hex | E1 | 1F | FA | A | 58 | 0 | 2 | 125 | 60 | 37 |
| Octal | 341 | 37 | 372 | 12 | 130 | 0 | 2 | 445 | 140 | 67 |
| Binary | 11100001 | 11111 | 11111010 | 1010 | 1011000 | 0 | 10 | 100100101 | 1100000 | 110111 |
Color Harmonies of #E11FFA
Complementary color
Monochromatic Colors of #E11FFA
Black with #E11FFA
Text Example
Text Example
White with #E11FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FFA; }
p { color: rgb(225,31,250); }
H1.HeaderClassName
{
color: #E11FFA;
}
.AnyTagClassName
{
color: #E11FFA;
}
</style>
background-color css
<style>
a { background-color: #E11FFA; }
a { background-color: rgb(225,31,250); }
div.DivClassName
{
background-color: #E11FFA;
}
.BgClassName
{
background-color: #E11FFA;
}
</style>
border-color css
<style>
span { border-color: #E11FFA; }
span { border-color: rgb(225,31,250); }
td.TdClassName
{
border-color: #E11FFA;
}
.TagClassName
{
border-color: #E11FFA;
}
</style>