Html Css Color HEX #E522FD Psychedelic Purple

📋 copy color: '#E522FD'

red 229 ◦ green 34 ◦ blue 253

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

Shades of Psychedelic Purple #E522FD

Tints of Psychedelic Purple #E522FD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.59%

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 44.38%
G = 6.59%
B = 49.03%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E522FD (or 0xE522FD) is known color: Psychedelic Purple. HEX triplet: E5, 22 and FD. RGB value is (229,34,253). Sum of RGB (Red+Green+Blue) = 229+34+253=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 34 (13.67% from 255 or 6.59% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #E522FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E522FD is #1ADD02. Grayscale: #747474. Windows color (decimal): -1760515 or 16589541. OLE color: 16589541.

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

Color convert

RGB 229 34 253 -
CMYK 0.09 0.87 0 0.01
HSL 293.42º 0.98% 0.56% -
HSV(B) 293.42º 0.87% 0.99% -
XYZ 50.61 24.89 95.07 -
YUV 117.27 204.6 207.69 -
System Red Green Blue C M Y K H S L
Decimal 229 34 253 0.09 0.87 0 0.01 293.42 0.98 0.56
Hex E5 22 FD 9 57 0 1 125 62 38
Octal 345 42 375 11 127 0 1 445 142 70
Binary 11100101 100010 11111101 1001 1010111 0 1 100100101 1100010 111000

Color Harmonies of #E522FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E522FD

Black with #E522FD

Text Example


Text Example

White with #E522FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E522FD; }

 p { color: rgb(229,34,253); }

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

background-color css

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

 a { background-color: rgb(229,34,253); }

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

border-color css

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

 span { border-color: rgb(229,34,253); }

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