#E021F6

Color #E021F6 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E021F6

Tints of Psychedelic Purple #E021F6

Color information

#E021F6 (or 0xE021F6) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 21 and F6. RGB value is (224,33,246). Sum of RGB (Red+Green+Blue) = 224+33+246=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 33 (13.28% from 255 or 6.56% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #E021F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E021F6 is #1FDE09. Grayscale: #717171. Windows color (decimal): -2088458 or 16130528. OLE color: 16130528.

HSL color Cylindrical-coordinate representation of color #E021F6: hue angle of 293.8º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E021F6 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22433246-
CMYK0.090.8700.04
HSL293.8º92.21%54.71%-
HSV(B)293.8º86.59%96.47%-
XYZ47.9223.5989.22-
YUV114.39202.28206.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 33 (13.28% from 255) = 6.56%
BLUE value IS 246 (96.48% from 255) = 48.91%
R=44.53%
G=6.56%
B=48.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal224332460.090.8700.04293.892.2154.71
HexE021F6957041265c37
Octal34041366111270444613467
Binary11100000100001111101101001101011101001001001101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E021F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E021F6; }

 p { color: rgb(224,33,246); }

 H1.HeaderClassName
 {
   color: #E021F6;
 }
 .AnyTagClassName
 {
   color: #E021F6;
 }
</style>
background-color css

<style>
 a { background-color: #E021F6; }

 a { background-color: rgb(224,33,246); }

 div.DivClassName
 {
   background-color: #E021F6;
 }
 .BgClassName
 {
   background-color: #E021F6;
 }
</style>
border-color css

<style>
 span { border-color: #E021F6; }

 span { border-color: rgb(224,33,246); }

 td.TdClassName
 {
   border-color: #E021F6;
 }
 .TagClassName
 {
   border-color: #E021F6;
 }
</style>