#E702FE

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

Shades of Psychedelic Purple #E702FE

Tints of Psychedelic Purple #E702FE

Color information

#E702FE (or 0xE702FE) is unknown color: approx Psychedelic Purple. HEX triplet: E7, 02 and FE. RGB value is (231,2,254). Sum of RGB (Red+Green+Blue) = 231+2+254=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 2 (1.17% from 255 or 0.41% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #E702FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E702FE is #18FD01. Grayscale: #626262. Windows color (decimal): -1637634 or 16646887. OLE color: 16646887.

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

Color convert

RGB2312254-
CMYK0.090.9900.00
HSL294.52º99.21%50.2%-
HSV(B)294.52º99.21%99.61%-
XYZ50.8724.1995.75-
YUV99.2215.37222.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.43%
GREEN value IS 2 (1.17% from 255) = 0.41%
BLUE value IS 254 (99.61% from 255) = 52.16%
R=47.43%
G=0.41%
B=52.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal23122540.090.9900.00294.5299.2150.2
HexE72FE963001276332
Octal3472376111430044714362
Binary11100111101111111010011100011001001001111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E702FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E702FE; }

 p { color: rgb(231,2,254); }

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

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

 a { background-color: rgb(231,2,254); }

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

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

 span { border-color: rgb(231,2,254); }

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