#E021FF

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

Shades of Psychedelic Purple #E021FF

Tints of Psychedelic Purple #E021FF

Color information

#E021FF (or 0xE021FF) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 21 and FF. RGB value is (224,33,255). Sum of RGB (Red+Green+Blue) = 224+33+255=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 33 (13.28% from 255 or 6.45% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #E021FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E021FF is #1FDE00. Grayscale: #727272. Windows color (decimal): -2088449 or 16720352. OLE color: 16720352.

HSL color Cylindrical-coordinate representation of color #E021FF: hue angle of 291.62º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E021FF is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22433255-
CMYK0.120.8700
HSL291.62º100%56.47%-
HSV(B)291.62º87.06%100%-
XYZ49.3324.1696.67-
YUV115.42206.78205.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 33 (13.28% from 255) = 6.45%
BLUE value IS 255 (100% from 255) = 49.80%
R=43.75%
G=6.45%
B=49.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal224332550.120.8700291.6210056.47
HexE021FFC57001246438
Octal34041377141270044414470
Binary111000001000011111111111001010111001001001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E021FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E021FF; }

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

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

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

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

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

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

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

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