#E702E9

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

Shades of Psychedelic Purple #E702E9

Tints of Psychedelic Purple #E702E9

Color information

#E702E9 (or 0xE702E9) is unknown color: approx Psychedelic Purple. HEX triplet: E7, 02 and E9. RGB value is (231,2,233). Sum of RGB (Red+Green+Blue) = 231+2+233=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #E702E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E702E9 is #18FD16. Grayscale: #606060. Windows color (decimal): -1637655 or 15270631. OLE color: 15270631.

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

Color convert

RGB2312233-
CMYK0.010.9900.09
HSL299.48º98.3%46.08%-
HSV(B)299.48º99.14%91.37%-
XYZ47.6822.9279-
YUV96.8204.87223.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.57%
GREEN value IS 2 (1.17% from 255) = 0.43%
BLUE value IS 233 (91.41% from 255) = 50%
R=49.57%
G=0.43%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122330.010.9900.09299.4898.346.08
HexE72E91630912b622e
Octal3472351114301145314256
Binary11100111101110100111100011010011001010111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E702E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E702E9; }

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

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

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

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

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

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

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

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