#E414FA

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

Shades of Psychedelic Purple #E414FA

Tints of Psychedelic Purple #E414FA

Color information

#E414FA (or 0xE414FA) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 14 and FA. RGB value is (228,20,250). Sum of RGB (Red+Green+Blue) = 228+20+250=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 20 (8.20% from 255 or 4.02% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #E414FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E414FA is #1BEB05. Grayscale: #6B6B6B. Windows color (decimal): -1829638 or 16389348. OLE color: 16389348.

HSL color Cylindrical-coordinate representation of color #E414FA: hue angle of 294.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E414FA is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22820250-
CMYK0.090.9200.02
HSL294.26º95.83%52.94%-
HSV(B)294.26º92%98.04%-
XYZ49.523.992.45-
YUV108.41207.91213.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.78%
GREEN value IS 20 (8.20% from 255) = 4.02%
BLUE value IS 250 (98.05% from 255) = 50.20%
R=45.78%
G=4.02%
B=50.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal228202500.090.9200.02294.2695.8352.94
HexE414FA95C021266035
Octal34424372111340244614065
Binary111001001010011111010100110111000101001001101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E414FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E414FA; }

 p { color: rgb(228,20,250); }

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

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

 a { background-color: rgb(228,20,250); }

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

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

 span { border-color: rgb(228,20,250); }

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