Shades of Psychedelic Purple #E131FE
Tints of Psychedelic Purple #E131FE
RGB
CMYK
RGB Variations
Color information
#E131FE (or 0xE131FE) is known color: Psychedelic Purple. HEX triplet: E1, 31 and FE. RGB value is (225,49,254). Sum of RGB (Red+Green+Blue) = 225+49+254=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 49 (19.53% from 255 or 9.28% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #E131FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E131FE is #1ECE01. Grayscale: #7C7C7C. Windows color (decimal): -2018818 or 16658913. OLE color: 16658913.
HSL color Cylindrical-coordinate representation of color #E131FE: hue angle of 291.51º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E131FE is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 49 | 254 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.00 |
| HSL | 291.51º | 0.99% | 0.59% | - |
| HSV(B) | 291.51º | 0.81% | 1% | - |
| XYZ | 50.04 | 25.36 | 96.02 | - |
| YUV | 124.99 | 200.81 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 254 | 0.11 | 0.81 | 0 | 0.00 | 291.51 | 0.99 | 0.59 |
| Hex | E1 | 31 | FE | B | 51 | 0 | 0 | 124 | 63 | 3B |
| Octal | 341 | 61 | 376 | 13 | 121 | 0 | 0 | 444 | 143 | 73 |
| Binary | 11100001 | 110001 | 11111110 | 1011 | 1010001 | 0 | 0 | 100100100 | 1100011 | 111011 |
Color Harmonies of #E131FE
Complementary color
Monochromatic Colors of #E131FE
Black with #E131FE
Text Example
Text Example
White with #E131FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E131FE; }
p { color: rgb(225,49,254); }
H1.HeaderClassName
{
color: #E131FE;
}
.AnyTagClassName
{
color: #E131FE;
}
</style>
background-color css
<style>
a { background-color: #E131FE; }
a { background-color: rgb(225,49,254); }
div.DivClassName
{
background-color: #E131FE;
}
.BgClassName
{
background-color: #E131FE;
}
</style>
border-color css
<style>
span { border-color: #E131FE; }
span { border-color: rgb(225,49,254); }
td.TdClassName
{
border-color: #E131FE;
}
.TagClassName
{
border-color: #E131FE;
}
</style>