Shades of Psychedelic Purple #E027FE
Tints of Psychedelic Purple #E027FE
RGB
CMYK
RGB Variations
Color information
#E027FE (or 0xE027FE) is known color: Psychedelic Purple. HEX triplet: E0, 27 and FE. RGB value is (224,39,254). Sum of RGB (Red+Green+Blue) = 224+39+254=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 39 (15.62% from 255 or 7.54% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #E027FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E027FE is #1FD801. Grayscale: #767676. Windows color (decimal): -2086914 or 16656352. OLE color: 16656352.
HSL color Cylindrical-coordinate representation of color #E027FE: hue angle of 291.63º 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 #E027FE is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 39 | 254 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.00 |
| HSL | 291.63º | 0.99% | 0.57% | - |
| HSV(B) | 291.63º | 0.85% | 1% | - |
| XYZ | 49.36 | 24.45 | 95.88 | - |
| YUV | 118.83 | 204.29 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 254 | 0.12 | 0.85 | 0 | 0.00 | 291.63 | 0.99 | 0.57 |
| Hex | E0 | 27 | FE | C | 55 | 0 | 0 | 124 | 63 | 39 |
| Octal | 340 | 47 | 376 | 14 | 125 | 0 | 0 | 444 | 143 | 71 |
| Binary | 11100000 | 100111 | 11111110 | 1100 | 1010101 | 0 | 0 | 100100100 | 1100011 | 111001 |
Color Harmonies of #E027FE
Complementary color
Monochromatic Colors of #E027FE
Black with #E027FE
Text Example
Text Example
White with #E027FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E027FE; }
p { color: rgb(224,39,254); }
H1.HeaderClassName
{
color: #E027FE;
}
.AnyTagClassName
{
color: #E027FE;
}
</style>
background-color css
<style>
a { background-color: #E027FE; }
a { background-color: rgb(224,39,254); }
div.DivClassName
{
background-color: #E027FE;
}
.BgClassName
{
background-color: #E027FE;
}
</style>
border-color css
<style>
span { border-color: #E027FE; }
span { border-color: rgb(224,39,254); }
td.TdClassName
{
border-color: #E027FE;
}
.TagClassName
{
border-color: #E027FE;
}
</style>