Shades of Psychedelic Purple #E021FE
Tints of Psychedelic Purple #E021FE
RGB
CMYK
RGB Variations
Color information
#E021FE (or 0xE021FE) is known color: Psychedelic Purple. HEX triplet: E0, 21 and FE. RGB value is (224,33,254). Sum of RGB (Red+Green+Blue) = 224+33+254=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 33 (13.28% from 255 or 6.46% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #E021FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E021FE is #1FDE01. Grayscale: #727272. Windows color (decimal): -2088450 or 16654816. OLE color: 16654816.
HSL color Cylindrical-coordinate representation of color #E021FE: hue angle of 291.86º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E021FE is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 33 | 254 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.00 |
| HSL | 291.86º | 0.99% | 0.56% | - |
| HSV(B) | 291.86º | 0.87% | 1% | - |
| XYZ | 49.17 | 24.09 | 95.82 | - |
| YUV | 115.3 | 206.28 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 254 | 0.12 | 0.87 | 0 | 0.00 | 291.86 | 0.99 | 0.56 |
| Hex | E0 | 21 | FE | C | 57 | 0 | 0 | 124 | 63 | 38 |
| Octal | 340 | 41 | 376 | 14 | 127 | 0 | 0 | 444 | 143 | 70 |
| Binary | 11100000 | 100001 | 11111110 | 1100 | 1010111 | 0 | 0 | 100100100 | 1100011 | 111000 |
Color Harmonies of #E021FE
Complementary color
Monochromatic Colors of #E021FE
Black with #E021FE
Text Example
Text Example
White with #E021FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E021FE; }
p { color: rgb(224,33,254); }
H1.HeaderClassName
{
color: #E021FE;
}
.AnyTagClassName
{
color: #E021FE;
}
</style>
background-color css
<style>
a { background-color: #E021FE; }
a { background-color: rgb(224,33,254); }
div.DivClassName
{
background-color: #E021FE;
}
.BgClassName
{
background-color: #E021FE;
}
</style>
border-color css
<style>
span { border-color: #E021FE; }
span { border-color: rgb(224,33,254); }
td.TdClassName
{
border-color: #E021FE;
}
.TagClassName
{
border-color: #E021FE;
}
</style>