Shades of Psychedelic Purple #E925FE
Tints of Psychedelic Purple #E925FE
RGB
CMYK
RGB Variations
Color information
#E925FE (or 0xE925FE) is known color: Psychedelic Purple. HEX triplet: E9, 25 and FE. RGB value is (233,37,254). Sum of RGB (Red+Green+Blue) = 233+37+254=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 37 (14.84% from 255 or 7.06% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #E925FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E925FE is #16DA01. Grayscale: #777777. Windows color (decimal): -1497602 or 16655849. OLE color: 16655849.
HSL color Cylindrical-coordinate representation of color #E925FE: hue angle of 294.19º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E925FE is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 37 | 254 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.00 |
| HSL | 294.19º | 0.99% | 0.57% | - |
| HSV(B) | 294.19º | 0.85% | 1% | - |
| XYZ | 52.16 | 25.8 | 96 | - |
| YUV | 120.34 | 203.43 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 254 | 0.08 | 0.85 | 0 | 0.00 | 294.19 | 0.99 | 0.57 |
| Hex | E9 | 25 | FE | 8 | 55 | 0 | 0 | 126 | 63 | 39 |
| Octal | 351 | 45 | 376 | 10 | 125 | 0 | 0 | 446 | 143 | 71 |
| Binary | 11101001 | 100101 | 11111110 | 1000 | 1010101 | 0 | 0 | 100100110 | 1100011 | 111001 |
Color Harmonies of #E925FE
Complementary color
Monochromatic Colors of #E925FE
Black with #E925FE
Text Example
Text Example
White with #E925FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E925FE; }
p { color: rgb(233,37,254); }
H1.HeaderClassName
{
color: #E925FE;
}
.AnyTagClassName
{
color: #E925FE;
}
</style>
background-color css
<style>
a { background-color: #E925FE; }
a { background-color: rgb(233,37,254); }
div.DivClassName
{
background-color: #E925FE;
}
.BgClassName
{
background-color: #E925FE;
}
</style>
border-color css
<style>
span { border-color: #E925FE; }
span { border-color: rgb(233,37,254); }
td.TdClassName
{
border-color: #E925FE;
}
.TagClassName
{
border-color: #E925FE;
}
</style>