#E018F5

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

Shades of Psychedelic Purple #E018F5

Tints of Psychedelic Purple #E018F5

Color information

#E018F5 (or 0xE018F5) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 18 and F5. RGB value is (224,24,245). Sum of RGB (Red+Green+Blue) = 224+24+245=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 24 (9.77% from 255 or 4.87% from 493); Blue value is 245 (96.09% from 255 or 49.70% from 493); Max value from RGB is 245 - color contains mainly: blue. Hex color #E018F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E018F5 is #1FE70A. Grayscale: #6C6C6C. Windows color (decimal): -2090763 or 16062688. OLE color: 16062688.

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

Color convert

RGB22424245-
CMYK0.090.9000.04
HSL294.3º91.7%52.75%-
HSV(B)294.3º90.2%96.08%-
XYZ47.5523.0988.34-
YUV108.99204.76210.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 24 (9.77% from 255) = 4.87%
BLUE value IS 245 (96.09% from 255) = 49.70%
R=45.44%
G=4.87%
B=49.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal224242450.090.9000.04294.391.752.75
HexE018F595A041265c35
Octal34030365111320444613465
Binary1110000011000111101011001101101001001001001101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E018F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E018F5; }

 p { color: rgb(224,24,245); }

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

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

 a { background-color: rgb(224,24,245); }

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

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

 span { border-color: rgb(224,24,245); }

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