#E829F1

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

Shades of Psychedelic Purple #E829F1

Tints of Psychedelic Purple #E829F1

Color information

#E829F1 (or 0xE829F1) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 29 and F1. RGB value is (232,41,241). Sum of RGB (Red+Green+Blue) = 232+41+241=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 41 (16.41% from 255 or 7.98% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #E829F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E829F1 is #17D60E. Grayscale: #787878. Windows color (decimal): -1562127 or 15804904. OLE color: 15804904.

HSL color Cylindrical-coordinate representation of color #E829F1: hue angle of 297.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E829F1 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23241241-
CMYK0.040.8300.05
HSL297.3º87.72%55.29%-
HSV(B)297.3º82.99%94.51%-
XYZ49.9525.0985.43-
YUV120.91195.78207.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.14%
GREEN value IS 41 (16.41% from 255) = 7.98%
BLUE value IS 241 (94.53% from 255) = 46.89%
R=45.14%
G=7.98%
B=46.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal232412410.040.8300.05297.387.7255.29
HexE829F1453051295837
Octal3505136141230545113067
Binary1110100010100111110001100101001101011001010011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E829F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E829F1; }

 p { color: rgb(232,41,241); }

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

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

 a { background-color: rgb(232,41,241); }

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

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

 span { border-color: rgb(232,41,241); }

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