Html Css Color HEX #E529FF Psychedelic Purple

📋 copy color: '#E529FF'

red 229 ◦ green 41 ◦ blue 255

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

Shades of Psychedelic Purple #E529FF

Tints of Psychedelic Purple #E529FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.57%

R = 43.62%
G = 7.81%
B = 48.57%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E529FF (or 0xE529FF) is known color: Psychedelic Purple. HEX triplet: E5, 29 and FF. RGB value is (229,41,255). Sum of RGB (Red+Green+Blue) = 229+41+255=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 41 (16.41% from 255 or 7.81% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #E529FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E529FF is #1AD600. Grayscale: #787878. Windows color (decimal): -1758721 or 16722405. OLE color: 16722405.

HSL color Cylindrical-coordinate representation of color #E529FF: hue angle of 292.71º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E529FF is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 229 41 255 -
CMYK 0.10 0.84 0 0
HSL 292.71º 1% 0.58% -
HSV(B) 292.71º 0.84% 1% -
XYZ 51.16 25.46 96.83 -
YUV 121.61 203.28 204.6 -
System Red Green Blue C M Y K H S L
Decimal 229 41 255 0.10 0.84 0 0 292.71 1 0.58
Hex E5 29 FF A 54 0 0 125 64 3A
Octal 345 51 377 12 124 0 0 445 144 72
Binary 11100101 101001 11111111 1010 1010100 0 0 100100101 1100100 111010

Color Harmonies of #E529FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529FF

Black with #E529FF

Text Example


Text Example

White with #E529FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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