Shades of Psychedelic Purple #E128FE
Tints of Psychedelic Purple #E128FE
RGB
CMYK
RGB Variations
Color information
#E128FE (or 0xE128FE) is known color: Psychedelic Purple. HEX triplet: E1, 28 and FE. RGB value is (225,40,254). Sum of RGB (Red+Green+Blue) = 225+40+254=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 40 (16.02% from 255 or 7.71% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #E128FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E128FE is #1ED701. Grayscale: #777777. Windows color (decimal): -2021122 or 16656609. OLE color: 16656609.
HSL color Cylindrical-coordinate representation of color #E128FE: hue angle of 291.87º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E128FE is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 40 | 254 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.00 |
| HSL | 291.87º | 0.99% | 0.58% | - |
| HSV(B) | 291.87º | 0.84% | 1% | - |
| XYZ | 49.7 | 24.68 | 95.91 | - |
| YUV | 119.71 | 203.79 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 254 | 0.11 | 0.84 | 0 | 0.00 | 291.87 | 0.99 | 0.58 |
| Hex | E1 | 28 | FE | B | 54 | 0 | 0 | 124 | 63 | 3A |
| Octal | 341 | 50 | 376 | 13 | 124 | 0 | 0 | 444 | 143 | 72 |
| Binary | 11100001 | 101000 | 11111110 | 1011 | 1010100 | 0 | 0 | 100100100 | 1100011 | 111010 |
Color Harmonies of #E128FE
Complementary color
Monochromatic Colors of #E128FE
Black with #E128FE
Text Example
Text Example
White with #E128FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E128FE; }
p { color: rgb(225,40,254); }
H1.HeaderClassName
{
color: #E128FE;
}
.AnyTagClassName
{
color: #E128FE;
}
</style>
background-color css
<style>
a { background-color: #E128FE; }
a { background-color: rgb(225,40,254); }
div.DivClassName
{
background-color: #E128FE;
}
.BgClassName
{
background-color: #E128FE;
}
</style>
border-color css
<style>
span { border-color: #E128FE; }
span { border-color: rgb(225,40,254); }
td.TdClassName
{
border-color: #E128FE;
}
.TagClassName
{
border-color: #E128FE;
}
</style>