#E018FC

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

Shades of Psychedelic Purple #E018FC

Tints of Psychedelic Purple #E018FC

Color information

#E018FC (or 0xE018FC) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 18 and FC. RGB value is (224,24,252). Sum of RGB (Red+Green+Blue) = 224+24+252=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 24 (9.77% from 255 or 4.8% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #E018FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E018FC is #1FE703. Grayscale: #6D6D6D. Windows color (decimal): -2090756 or 16521440. OLE color: 16521440.

HSL color Cylindrical-coordinate representation of color #E018FC: hue angle of 292.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E018FC is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22424252-
CMYK0.110.9000.01
HSL292.63º97.44%54.12%-
HSV(B)292.63º90.48%98.82%-
XYZ48.6423.5394.07-
YUV109.79208.26209.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.8%
GREEN value IS 24 (9.77% from 255) = 4.8%
BLUE value IS 252 (98.83% from 255) = 50.4%
R=44.8%
G=4.8%
B=50.4%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal224242520.110.9000.01292.6397.4454.12
HexE018FCB5A011256136
Octal34030374131320144514166
Binary11100000110001111110010111011010011001001011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E018FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E018FC; }

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

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

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

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

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

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

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

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