Html Css Color HEX #E529FC Psychedelic Purple

📋 copy color: '#E529FC'

red 229 ◦ green 41 ◦ blue 252

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

Shades of Psychedelic Purple #E529FC

Tints of Psychedelic Purple #E529FC

RGB

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

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

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

R = 43.87%
G = 7.85%
B = 48.28%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E529FC (or 0xE529FC) is known color: Psychedelic Purple. HEX triplet: E5, 29 and FC. RGB value is (229,41,252). Sum of RGB (Red+Green+Blue) = 229+41+252=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 41 (16.41% from 255 or 7.85% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #E529FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E529FC is #1AD603. Grayscale: #787878. Windows color (decimal): -1758724 or 16525797. OLE color: 16525797.

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

Color convert

RGB 229 41 252 -
CMYK 0.09 0.84 0 0.01
HSL 293.46º 0.97% 0.57% -
HSV(B) 293.46º 0.84% 0.99% -
XYZ 50.68 25.27 94.3 -
YUV 121.27 201.78 204.84 -
System Red Green Blue C M Y K H S L
Decimal 229 41 252 0.09 0.84 0 0.01 293.46 0.97 0.57
Hex E5 29 FC 9 54 0 1 125 61 39
Octal 345 51 374 11 124 0 1 445 141 71
Binary 11100101 101001 11111100 1001 1010100 0 1 100100101 1100001 111001

Color Harmonies of #E529FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529FC

Black with #E529FC

Text Example


Text Example

White with #E529FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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