Html Css Color HEX #E532FE Psychedelic Purple

📋 copy color: '#E532FE'

red 229 ◦ green 50 ◦ blue 254

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

Shades of Psychedelic Purple #E532FE

Tints of Psychedelic Purple #E532FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 42.96%
G = 9.38%
B = 47.65%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E532FE (or 0xE532FE) is known color: Psychedelic Purple. HEX triplet: E5, 32 and FE. RGB value is (229,50,254). Sum of RGB (Red+Green+Blue) = 229+50+254=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 50 (19.92% from 255 or 9.38% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #E532FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E532FE is #1ACD01. Grayscale: #7E7E7E. Windows color (decimal): -1756418 or 16659173. OLE color: 16659173.

HSL color Cylindrical-coordinate representation of color #E532FE: hue angle of 292.65º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E532FE is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 229 50 254 -
CMYK 0.10 0.80 0 0.00
HSL 292.65º 0.99% 0.6% -
HSV(B) 292.65º 0.8% 1% -
XYZ 51.34 26.09 96.1 -
YUV 126.78 199.8 200.91 -
System Red Green Blue C M Y K H S L
Decimal 229 50 254 0.10 0.80 0 0.00 292.65 0.99 0.6
Hex E5 32 FE A 50 0 0 125 63 3C
Octal 345 62 376 12 120 0 0 445 143 74
Binary 11100101 110010 11111110 1010 1010000 0 0 100100101 1100011 111100

Color Harmonies of #E532FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532FE

Black with #E532FE

Text Example


Text Example

White with #E532FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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