Html Css Color HEX #E532F9 Psychedelic Purple

📋 copy color: '#E532F9'

red 229 ◦ green 50 ◦ blue 249

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

Shades of Psychedelic Purple #E532F9

Tints of Psychedelic Purple #E532F9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.47%

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

R = 43.37%
G = 9.47%
B = 47.16%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E532F9 (or 0xE532F9) is known color: Psychedelic Purple. HEX triplet: E5, 32 and F9. RGB value is (229,50,249). Sum of RGB (Red+Green+Blue) = 229+50+249=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 50 (19.92% from 255 or 9.47% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #E532F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E532F9 is #1ACD06. Grayscale: #7D7D7D. Windows color (decimal): -1756423 or 16331493. OLE color: 16331493.

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

Color convert

RGB 229 50 249 -
CMYK 0.08 0.80 0 0.02
HSL 293.97º 0.94% 0.59% -
HSV(B) 293.97º 0.8% 0.98% -
XYZ 50.55 25.78 91.93 -
YUV 126.21 197.3 201.32 -
System Red Green Blue C M Y K H S L
Decimal 229 50 249 0.08 0.80 0 0.02 293.97 0.94 0.59
Hex E5 32 F9 8 50 0 2 126 5E 3B
Octal 345 62 371 10 120 0 2 446 136 73
Binary 11100101 110010 11111001 1000 1010000 0 10 100100110 1011110 111011

Color Harmonies of #E532F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532F9

Black with #E532F9

Text Example


Text Example

White with #E532F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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