#E705E2

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

Shades of Psychedelic Purple #E705E2

Tints of Psychedelic Purple #E705E2

Color information

#E705E2 (or 0xE705E2) is unknown color: approx Psychedelic Purple. HEX triplet: E7, 05 and E2. RGB value is (231,5,226). Sum of RGB (Red+Green+Blue) = 231+5+226=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 5 (2.34% from 255 or 1.08% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E705E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705E2 is #18FA1D. Grayscale: #616161. Windows color (decimal): -1636894 or 14812647. OLE color: 14812647.

HSL color Cylindrical-coordinate representation of color #E705E2: hue angle of 301.33º degrees, saturation: 0.96, 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 #E705E2 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB2315226-
CMYK00.980.020.09
HSL301.33º95.76%46.27%-
HSV(B)301.33º97.84%90.59%-
XYZ46.7422.5973.85-
YUV97.77200.37223.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 1.08%
BLUE value IS 226 (88.67% from 255) = 48.92%
R=50%
G=1.08%
B=48.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231522600.980.020.09301.3395.7646.27
HexE75E20622912d602e
Octal3475342014221145514056
Binary1110011110111100010011000101010011001011011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E705E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E705E2; }

 p { color: rgb(231,5,226); }

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

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

 a { background-color: rgb(231,5,226); }

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

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

 span { border-color: rgb(231,5,226); }

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