Html Css Color HEX #E532FC Psychedelic Purple

📋 copy color: '#E532FC'

red 229 ◦ green 50 ◦ blue 252

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

Shades of Psychedelic Purple #E532FC

Tints of Psychedelic Purple #E532FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.46%

R = 43.13%
G = 9.42%
B = 47.46%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E532FC (or 0xE532FC) is known color: Psychedelic Purple. HEX triplet: E5, 32 and FC. RGB value is (229,50,252). Sum of RGB (Red+Green+Blue) = 229+50+252=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 50 (19.92% from 255 or 9.42% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #E532FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E532FC is #1ACD03. Grayscale: #7D7D7D. Windows color (decimal): -1756420 or 16528101. OLE color: 16528101.

HSL color Cylindrical-coordinate representation of color #E532FC: hue angle of 293.17º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E532FC is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 50 252 -
CMYK 0.09 0.80 0 0.01
HSL 293.17º 0.97% 0.59% -
HSV(B) 293.17º 0.8% 0.99% -
XYZ 51.02 25.97 94.42 -
YUV 126.55 198.8 201.07 -
System Red Green Blue C M Y K H S L
Decimal 229 50 252 0.09 0.80 0 0.01 293.17 0.97 0.59
Hex E5 32 FC 9 50 0 1 125 61 3B
Octal 345 62 374 11 120 0 1 445 141 73
Binary 11100101 110010 11111100 1001 1010000 0 1 100100101 1100001 111011

Color Harmonies of #E532FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532FC

Black with #E532FC

Text Example


Text Example

White with #E532FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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