#E602FE

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

Shades of Psychedelic Purple #E602FE

Tints of Psychedelic Purple #E602FE

Color information

#E602FE (or 0xE602FE) is unknown color: approx Psychedelic Purple. HEX triplet: E6, 02 and FE. RGB value is (230,2,254). Sum of RGB (Red+Green+Blue) = 230+2+254=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 2 (1.17% from 255 or 0.41% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #E602FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E602FE is #19FD01. Grayscale: #626262. Windows color (decimal): -1703170 or 16646886. OLE color: 16646886.

HSL color Cylindrical-coordinate representation of color #E602FE: hue angle of 294.29º 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 #E602FE is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB2302254-
CMYK0.090.9900.00
HSL294.29º99.21%50.2%-
HSV(B)294.29º99.21%99.61%-
XYZ50.5424.0295.74-
YUV98.9215.54221.51-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.33%
GREEN value IS 2 (1.17% from 255) = 0.41%
BLUE value IS 254 (99.61% from 255) = 52.26%
R=47.33%
G=0.41%
B=52.26%

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
Decimal23022540.090.9900.00294.2999.2150.2
HexE62FE963001266332
Octal3462376111430044614362
Binary11100110101111111010011100011001001001101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E602FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E602FE; }

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

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

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

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

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

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

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

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