#E019F7

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

Shades of Psychedelic Purple #E019F7

Tints of Psychedelic Purple #E019F7

Color information

#E019F7 (or 0xE019F7) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 19 and F7. RGB value is (224,25,247). Sum of RGB (Red+Green+Blue) = 224+25+247=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 25 (10.16% from 255 or 5.04% from 496); Blue value is 247 (96.88% from 255 or 49.80% from 496); Max value from RGB is 247 - color contains mainly: blue. Hex color #E019F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E019F7 is #1FE608. Grayscale: #6D6D6D. Windows color (decimal): -2090505 or 16194016. OLE color: 16194016.

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

Color convert

RGB22425247-
CMYK0.090.9000.03
HSL293.78º93.28%53.33%-
HSV(B)293.78º89.88%96.86%-
XYZ47.8823.2689.96-
YUV109.81205.43209.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 25 (10.16% from 255) = 5.04%
BLUE value IS 247 (96.88% from 255) = 49.80%
R=45.16%
G=5.04%
B=49.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal224252470.090.9000.03293.7893.2853.33
HexE019F795A031265d35
Octal34031367111320344613565
Binary111000001100111110111100110110100111001001101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E019F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E019F7; }

 p { color: rgb(224,25,247); }

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

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

 a { background-color: rgb(224,25,247); }

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

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

 span { border-color: rgb(224,25,247); }

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