Shades of Psychedelic Purple #E928FE
Tints of Psychedelic Purple #E928FE
RGB
CMYK
RGB Variations
Color information
#E928FE (or 0xE928FE) is known color: Psychedelic Purple. HEX triplet: E9, 28 and FE. RGB value is (233,40,254). Sum of RGB (Red+Green+Blue) = 233+40+254=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 40 (16.02% from 255 or 7.59% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #E928FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E928FE is #16D701. Grayscale: #797979. Windows color (decimal): -1496834 or 16656617. OLE color: 16656617.
HSL color Cylindrical-coordinate representation of color #E928FE: hue angle of 294.11º 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 #E928FE is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 40 | 254 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.00 |
| HSL | 294.11º | 0.99% | 0.58% | - |
| HSV(B) | 294.11º | 0.84% | 1% | - |
| XYZ | 52.25 | 26 | 96.03 | - |
| YUV | 122.1 | 202.44 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 40 | 254 | 0.08 | 0.84 | 0 | 0.00 | 294.11 | 0.99 | 0.58 |
| Hex | E9 | 28 | FE | 8 | 54 | 0 | 0 | 126 | 63 | 3A |
| Octal | 351 | 50 | 376 | 10 | 124 | 0 | 0 | 446 | 143 | 72 |
| Binary | 11101001 | 101000 | 11111110 | 1000 | 1010100 | 0 | 0 | 100100110 | 1100011 | 111010 |
Color Harmonies of #E928FE
Complementary color
Monochromatic Colors of #E928FE
Black with #E928FE
Text Example
Text Example
White with #E928FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E928FE; }
p { color: rgb(233,40,254); }
H1.HeaderClassName
{
color: #E928FE;
}
.AnyTagClassName
{
color: #E928FE;
}
</style>
background-color css
<style>
a { background-color: #E928FE; }
a { background-color: rgb(233,40,254); }
div.DivClassName
{
background-color: #E928FE;
}
.BgClassName
{
background-color: #E928FE;
}
</style>
border-color css
<style>
span { border-color: #E928FE; }
span { border-color: rgb(233,40,254); }
td.TdClassName
{
border-color: #E928FE;
}
.TagClassName
{
border-color: #E928FE;
}
</style>