Html Css Color HEX #E529EF Psychedelic Purple

📋 copy color: '#E529EF'

red 229 ◦ green 41 ◦ blue 239

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

Shades of Psychedelic Purple #E529EF

Tints of Psychedelic Purple #E529EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 44.99%
G = 8.06%
B = 46.95%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E529EF (or 0xE529EF) is known color: Psychedelic Purple. HEX triplet: E5, 29 and EF. RGB value is (229,41,239). Sum of RGB (Red+Green+Blue) = 229+41+239=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 41 (16.41% from 255 or 8.06% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #E529EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E529EF is #1AD610. Grayscale: #777777. Windows color (decimal): -1758737 or 15673829. OLE color: 15673829.

HSL color Cylindrical-coordinate representation of color #E529EF: hue angle of 296.97º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E529EF is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 41 239 -
CMYK 0.04 0.83 0 0.06
HSL 296.97º 0.86% 0.55% -
HSV(B) 296.97º 0.83% 0.94% -
XYZ 48.69 24.48 83.82 -
YUV 119.78 195.28 205.9 -
System Red Green Blue C M Y K H S L
Decimal 229 41 239 0.04 0.83 0 0.06 296.97 0.86 0.55
Hex E5 29 EF 4 53 0 6 129 56 37
Octal 345 51 357 4 123 0 6 451 126 67
Binary 11100101 101001 11101111 100 1010011 0 110 100101001 1010110 110111

Color Harmonies of #E529EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529EF

Black with #E529EF

Text Example


Text Example

White with #E529EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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