Shades of Psychedelic Purple #E337FE
Tints of Psychedelic Purple #E337FE
RGB
CMYK
RGB Variations
Color information
#E337FE (or 0xE337FE) is known color: Psychedelic Purple. HEX triplet: E3, 37 and FE. RGB value is (227,55,254). Sum of RGB (Red+Green+Blue) = 227+55+254=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 55 (21.88% from 255 or 10.26% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #E337FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E337FE is #1CC801. Grayscale: #808080. Windows color (decimal): -1886210 or 16660451. OLE color: 16660451.
HSL color Cylindrical-coordinate representation of color #E337FE: hue angle of 291.86º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E337FE is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 55 | 254 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.00 |
| HSL | 291.86º | 0.99% | 0.61% | - |
| HSV(B) | 291.86º | 0.78% | 1% | - |
| XYZ | 50.93 | 26.22 | 96.14 | - |
| YUV | 129.11 | 198.48 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 55 | 254 | 0.11 | 0.78 | 0 | 0.00 | 291.86 | 0.99 | 0.61 |
| Hex | E3 | 37 | FE | B | 4E | 0 | 0 | 124 | 63 | 3D |
| Octal | 343 | 67 | 376 | 13 | 116 | 0 | 0 | 444 | 143 | 75 |
| Binary | 11100011 | 110111 | 11111110 | 1011 | 1001110 | 0 | 0 | 100100100 | 1100011 | 111101 |
Color Harmonies of #E337FE
Complementary color
Monochromatic Colors of #E337FE
Black with #E337FE
Text Example
Text Example
White with #E337FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E337FE; }
p { color: rgb(227,55,254); }
H1.HeaderClassName
{
color: #E337FE;
}
.AnyTagClassName
{
color: #E337FE;
}
</style>
background-color css
<style>
a { background-color: #E337FE; }
a { background-color: rgb(227,55,254); }
div.DivClassName
{
background-color: #E337FE;
}
.BgClassName
{
background-color: #E337FE;
}
</style>
border-color css
<style>
span { border-color: #E337FE; }
span { border-color: rgb(227,55,254); }
td.TdClassName
{
border-color: #E337FE;
}
.TagClassName
{
border-color: #E337FE;
}
</style>