Html Css Color HEX #E529FA Psychedelic Purple

📋 copy color: '#E529FA'

red 229 ◦ green 41 ◦ blue 250

#E529FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E529FA

Tints of Psychedelic Purple #E529FA

RGB

 RED value IS 229 (89.84% from 255) = 44.04%

 GREEN value IS 41 (16.41% from 255) = 7.88%

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 44.04%
G = 7.88%
B = 48.08%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E529FA (or 0xE529FA) is known color: Psychedelic Purple. HEX triplet: E5, 29 and FA. RGB value is (229,41,250). Sum of RGB (Red+Green+Blue) = 229+41+250=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 41 (16.41% from 255 or 7.88% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #E529FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E529FA is #1AD605. Grayscale: #787878. Windows color (decimal): -1758726 or 16394725. OLE color: 16394725.

HSL color Cylindrical-coordinate representation of color #E529FA: hue angle of 293.97º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E529FA is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 41 250 -
CMYK 0.08 0.84 0 0.02
HSL 293.97º 0.95% 0.57% -
HSV(B) 293.97º 0.84% 0.98% -
XYZ 50.36 25.15 92.64 -
YUV 121.04 200.78 205.01 -
System Red Green Blue C M Y K H S L
Decimal 229 41 250 0.08 0.84 0 0.02 293.97 0.95 0.57
Hex E5 29 FA 8 54 0 2 126 5F 39
Octal 345 51 372 10 124 0 2 446 137 71
Binary 11100101 101001 11111010 1000 1010100 0 10 100100110 1011111 111001

Color Harmonies of #E529FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529FA

Black with #E529FA

Text Example


Text Example

White with #E529FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529FA; }

 p { color: rgb(229,41,250); }

 H1.HeaderClassName
 {
   color: #E529FA;
 }
 .AnyTagClassName
 {
   color: #E529FA;
 }
</style>

background-color css

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

 a { background-color: rgb(229,41,250); }

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

border-color css

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

 span { border-color: rgb(229,41,250); }

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