Shades of Psychedelic Purple #E11FFE
Tints of Psychedelic Purple #E11FFE
RGB
CMYK
RGB Variations
Color information
#E11FFE (or 0xE11FFE) is known color: Psychedelic Purple. HEX triplet: E1, 1F and FE. RGB value is (225,31,254). Sum of RGB (Red+Green+Blue) = 225+31+254=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 31 (12.5% from 255 or 6.08% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #E11FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11FFE is #1EE001. Grayscale: #717171. Windows color (decimal): -2023426 or 16654305. OLE color: 16654305.
HSL color Cylindrical-coordinate representation of color #E11FFE: hue angle of 292.2º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11FFE is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 31 | 254 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.00 |
| HSL | 292.2º | 0.99% | 0.56% | - |
| HSV(B) | 292.2º | 0.88% | 1% | - |
| XYZ | 49.43 | 24.14 | 95.82 | - |
| YUV | 114.43 | 206.77 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 254 | 0.11 | 0.88 | 0 | 0.00 | 292.2 | 0.99 | 0.56 |
| Hex | E1 | 1F | FE | B | 58 | 0 | 0 | 124 | 63 | 38 |
| Octal | 341 | 37 | 376 | 13 | 130 | 0 | 0 | 444 | 143 | 70 |
| Binary | 11100001 | 11111 | 11111110 | 1011 | 1011000 | 0 | 0 | 100100100 | 1100011 | 111000 |
Color Harmonies of #E11FFE
Complementary color
Monochromatic Colors of #E11FFE
Black with #E11FFE
Text Example
Text Example
White with #E11FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FFE; }
p { color: rgb(225,31,254); }
H1.HeaderClassName
{
color: #E11FFE;
}
.AnyTagClassName
{
color: #E11FFE;
}
</style>
background-color css
<style>
a { background-color: #E11FFE; }
a { background-color: rgb(225,31,254); }
div.DivClassName
{
background-color: #E11FFE;
}
.BgClassName
{
background-color: #E11FFE;
}
</style>
border-color css
<style>
span { border-color: #E11FFE; }
span { border-color: rgb(225,31,254); }
td.TdClassName
{
border-color: #E11FFE;
}
.TagClassName
{
border-color: #E11FFE;
}
</style>