#E821F4

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

Shades of Psychedelic Purple #E821F4

Tints of Psychedelic Purple #E821F4

Color information

#E821F4 (or 0xE821F4) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 21 and F4. RGB value is (232,33,244). Sum of RGB (Red+Green+Blue) = 232+33+244=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 33 (13.28% from 255 or 6.48% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #E821F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E821F4 is #17DE0B. Grayscale: #737373. Windows color (decimal): -1564172 or 15999464. OLE color: 15999464.

HSL color Cylindrical-coordinate representation of color #E821F4: hue angle of 296.59º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E821F4 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23233244-
CMYK0.050.8600.04
HSL296.59º90.56%54.31%-
HSV(B)296.59º86.48%95.69%-
XYZ50.1524.7887.73-
YUV116.56199.93210.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.58%
GREEN value IS 33 (13.28% from 255) = 6.48%
BLUE value IS 244 (95.70% from 255) = 47.94%
R=45.58%
G=6.48%
B=47.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal232332440.050.8600.04296.5990.5654.31
HexE821F4556041295b36
Octal3504136451260445113366
Binary1110100010000111110100101101011001001001010011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E821F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E821F4; }

 p { color: rgb(232,33,244); }

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

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

 a { background-color: rgb(232,33,244); }

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

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

 span { border-color: rgb(232,33,244); }

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