#E324FE

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

Shades of Psychedelic Purple #E324FE

Tints of Psychedelic Purple #E324FE

Color information

#E324FE (or 0xE324FE) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 24 and FE. RGB value is (227,36,254). Sum of RGB (Red+Green+Blue) = 227+36+254=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 36 (14.45% from 255 or 6.96% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #E324FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E324FE is #1CDB01. Grayscale: #757575. Windows color (decimal): -1891074 or 16655587. OLE color: 16655587.

HSL color Cylindrical-coordinate representation of color #E324FE: hue angle of 292.57º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E324FE is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB22736254-
CMYK0.110.8600.00
HSL292.57º99.09%56.86%-
HSV(B)292.57º85.83%99.61%-
XYZ50.224.7595.9-
YUV117.96204.78205.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.91%
GREEN value IS 36 (14.45% from 255) = 6.96%
BLUE value IS 254 (99.61% from 255) = 49.13%
R=43.91%
G=6.96%
B=49.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal227362540.110.8600.00292.5799.0956.86
HexE324FEB56001256339
Octal34344376131260044514371
Binary111000111001001111111010111010110001001001011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E324FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E324FE; }

 p { color: rgb(227,36,254); }

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

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

 a { background-color: rgb(227,36,254); }

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

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

 span { border-color: rgb(227,36,254); }

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