#E619FE

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

Shades of Psychedelic Purple #E619FE

Tints of Psychedelic Purple #E619FE

Color information

#E619FE (or 0xE619FE) is unknown color: approx Psychedelic Purple. HEX triplet: E6, 19 and FE. RGB value is (230,25,254). Sum of RGB (Red+Green+Blue) = 230+25+254=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 25 (10.16% from 255 or 4.91% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #E619FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E619FE is #19E601. Grayscale: #6F6F6F. Windows color (decimal): -1697282 or 16652774. OLE color: 16652774.

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

Color convert

RGB23025254-
CMYK0.090.9000.00
HSL293.71º99.13%54.71%-
HSV(B)293.71º90.16%99.61%-
XYZ50.8724.6795.85-
YUV112.4207.92211.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.19%
GREEN value IS 25 (10.16% from 255) = 4.91%
BLUE value IS 254 (99.61% from 255) = 49.90%
R=45.19%
G=4.91%
B=49.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal230252540.090.9000.00293.7199.1354.71
HexE619FE95A001266337
Octal34631376111320044614367
Binary11100110110011111111010011011010001001001101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E619FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E619FE; }

 p { color: rgb(230,25,254); }

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

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

 a { background-color: rgb(230,25,254); }

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

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

 span { border-color: rgb(230,25,254); }

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