#E019FF

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

Shades of Psychedelic Purple #E019FF

Tints of Psychedelic Purple #E019FF

Color information

#E019FF (or 0xE019FF) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 19 and FF. RGB value is (224,25,255). Sum of RGB (Red+Green+Blue) = 224+25+255=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 25 (10.16% from 255 or 4.96% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #E019FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E019FF is #1FE600. Grayscale: #6E6E6E. Windows color (decimal): -2090497 or 16718304. OLE color: 16718304.

HSL color Cylindrical-coordinate representation of color #E019FF: hue angle of 291.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E019FF is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22425255-
CMYK0.120.9000
HSL291.91º100%54.9%-
HSV(B)291.91º90.2%100%-
XYZ49.1423.7696.6-
YUV110.72209.43208.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 25 (10.16% from 255) = 4.96%
BLUE value IS 255 (100% from 255) = 50.60%
R=44.44%
G=4.96%
B=50.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal224252550.120.9000291.9110054.9
HexE019FFC5A001246437
Octal34031377141320044414467
Binary11100000110011111111111001011010001001001001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E019FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E019FF; }

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

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

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

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

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

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

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

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