#E602F6

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

Shades of Psychedelic Purple #E602F6

Tints of Psychedelic Purple #E602F6

Color information

#E602F6 (or 0xE602F6) is unknown color: approx Psychedelic Purple. HEX triplet: E6, 02 and F6. RGB value is (230,2,246). Sum of RGB (Red+Green+Blue) = 230+2+246=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 2 (1.17% from 255 or 0.42% from 478); Blue value is 246 (96.48% from 255 or 51.46% from 478); Max value from RGB is 246 - color contains mainly: blue. Hex color #E602F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E602F6 is #19FD09. Grayscale: #616161. Windows color (decimal): -1703178 or 16122598. OLE color: 16122598.

HSL color Cylindrical-coordinate representation of color #E602F6: hue angle of 296.07º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E602F6 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2302246-
CMYK0.070.9900.04
HSL296.07º98.39%48.63%-
HSV(B)296.07º99.19%96.47%-
XYZ49.2923.5289.13-
YUV97.99211.54222.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.12%
GREEN value IS 2 (1.17% from 255) = 0.42%
BLUE value IS 246 (96.48% from 255) = 51.46%
R=48.12%
G=0.42%
B=51.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal23022460.070.9900.04296.0798.3948.63
HexE62F6763041286231
Octal346236671430445014261
Binary111001101011110110111110001101001001010001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E602F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E602F6; }

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

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

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

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

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

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

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

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