#E704FA

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

Shades of Psychedelic Purple #E704FA

Tints of Psychedelic Purple #E704FA

Color information

#E704FA (or 0xE704FA) is unknown color: approx Psychedelic Purple. HEX triplet: E7, 04 and FA. RGB value is (231,4,250). Sum of RGB (Red+Green+Blue) = 231+4+250=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 4 (1.95% from 255 or 0.82% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #E704FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E704FA is #18FB05. Grayscale: #636363. Windows color (decimal): -1637126 or 16385255. OLE color: 16385255.

HSL color Cylindrical-coordinate representation of color #E704FA: hue angle of 295.37º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E704FA is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2314250-
CMYK0.080.9800.02
HSL295.37º96.85%49.8%-
HSV(B)295.37º98.4%98.04%-
XYZ50.2523.9892.42-
YUV99.92212.71221.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.63%
GREEN value IS 4 (1.95% from 255) = 0.82%
BLUE value IS 250 (98.05% from 255) = 51.55%
R=47.63%
G=0.82%
B=51.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal23142500.080.9800.02295.3796.8549.8
HexE74FA862021276132
Octal3474372101420244714162
Binary1110011110011111010100011000100101001001111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E704FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E704FA; }

 p { color: rgb(231,4,250); }

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

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

 a { background-color: rgb(231,4,250); }

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

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

 span { border-color: rgb(231,4,250); }

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