Html Css Color HEX #E529F9 Psychedelic Purple

📋 copy color: '#E529F9'

red 229 ◦ green 41 ◦ blue 249

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

Shades of Psychedelic Purple #E529F9

Tints of Psychedelic Purple #E529F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.98%

R = 44.12%
G = 7.9%
B = 47.98%

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

#E529F9 (or 0xE529F9) is known color: Psychedelic Purple. HEX triplet: E5, 29 and F9. RGB value is (229,41,249). Sum of RGB (Red+Green+Blue) = 229+41+249=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 41 (16.41% from 255 or 7.90% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #E529F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E529F9 is #1AD606. Grayscale: #787878. Windows color (decimal): -1758727 or 16329189. OLE color: 16329189.

HSL color Cylindrical-coordinate representation of color #E529F9: hue angle of 294.23º 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 #E529F9 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 41 249 -
CMYK 0.08 0.84 0 0.02
HSL 294.23º 0.95% 0.57% -
HSV(B) 294.23º 0.84% 0.98% -
XYZ 50.2 25.08 91.82 -
YUV 120.92 200.28 205.09 -
System Red Green Blue C M Y K H S L
Decimal 229 41 249 0.08 0.84 0 0.02 294.23 0.95 0.57
Hex E5 29 F9 8 54 0 2 126 5F 39
Octal 345 51 371 10 124 0 2 446 137 71
Binary 11100101 101001 11111001 1000 1010100 0 10 100100110 1011111 111001

Color Harmonies of #E529F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529F9

Black with #E529F9

Text Example


Text Example

White with #E529F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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