#E704E6

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

Shades of Psychedelic Purple #E704E6

Tints of Psychedelic Purple #E704E6

Color information

#E704E6 (or 0xE704E6) is unknown color: approx Psychedelic Purple. HEX triplet: E7, 04 and E6. RGB value is (231,4,230). Sum of RGB (Red+Green+Blue) = 231+4+230=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 4 (1.95% from 255 or 0.86% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E704E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E704E6 is #18FB19. Grayscale: #606060. Windows color (decimal): -1637146 or 15074535. OLE color: 15074535.

HSL color Cylindrical-coordinate representation of color #E704E6: hue angle of 300.26º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E704E6 is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB2314230-
CMYK00.980.000.09
HSL300.26º96.6%46.08%-
HSV(B)300.26º98.27%90.59%-
XYZ47.2822.7976.77-
YUV97.64202.71223.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.68%
GREEN value IS 4 (1.95% from 255) = 0.86%
BLUE value IS 230 (90.23% from 255) = 49.46%
R=49.68%
G=0.86%
B=49.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231423000.980.000.09300.2696.646.08
HexE74E60620912c612e
Octal3474346014201145414156
Binary111001111001110011001100010010011001011001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E704E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E704E6; }

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

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

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

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

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

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

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

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