Html Css Color HEX #E523FF Psychedelic Purple

📋 copy color: '#E523FF'

red 229 ◦ green 35 ◦ blue 255

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

Shades of Psychedelic Purple #E523FF

Tints of Psychedelic Purple #E523FF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 6.74%

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

R = 44.12%
G = 6.74%
B = 49.13%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E523FF (or 0xE523FF) is known color: Psychedelic Purple. HEX triplet: E5, 23 and FF. RGB value is (229,35,255). Sum of RGB (Red+Green+Blue) = 229+35+255=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 35 (14.06% from 255 or 6.74% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #E523FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E523FF is #1ADC00. Grayscale: #757575. Windows color (decimal): -1760257 or 16720869. OLE color: 16720869.

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

Color convert

RGB 229 35 255 -
CMYK 0.10 0.86 0 0
HSL 292.91º 1% 0.57% -
HSV(B) 292.91º 0.86% 1% -
XYZ 50.96 25.08 96.76 -
YUV 118.09 205.27 207.11 -
System Red Green Blue C M Y K H S L
Decimal 229 35 255 0.10 0.86 0 0 292.91 1 0.57
Hex E5 23 FF A 56 0 0 125 64 39
Octal 345 43 377 12 126 0 0 445 144 71
Binary 11100101 100011 11111111 1010 1010110 0 0 100100101 1100100 111001

Color Harmonies of #E523FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E523FF

Black with #E523FF

Text Example


Text Example

White with #E523FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E523FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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