#E420EF

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

Shades of Psychedelic Purple #E420EF

Tints of Psychedelic Purple #E420EF

Color information

#E420EF (or 0xE420EF) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 20 and EF. RGB value is (228,32,239). Sum of RGB (Red+Green+Blue) = 228+32+239=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #E420EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E420EF is #1BDF10. Grayscale: #717171. Windows color (decimal): -1826577 or 15671524. OLE color: 15671524.

HSL color Cylindrical-coordinate representation of color #E420EF: hue angle of 296.81º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E420EF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22832239-
CMYK0.050.8700.06
HSL296.81º86.61%53.14%-
HSV(B)296.81º86.61%93.73%-
XYZ48.0923.7683.71-
YUV114.2198.43209.17-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.69%
GREEN value IS 32 (12.89% from 255) = 6.41%
BLUE value IS 239 (93.75% from 255) = 47.90%
R=45.69%
G=6.41%
B=47.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal228322390.050.8700.06296.8186.6153.14
HexE420EF557061295735
Octal3444035751270645112765
Binary1110010010000011101111101101011101101001010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E420EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E420EF; }

 p { color: rgb(228,32,239); }

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

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

 a { background-color: rgb(228,32,239); }

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

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

 span { border-color: rgb(228,32,239); }

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