Html Css Color HEX #E524FD Psychedelic Purple

📋 copy color: '#E524FD'

red 229 ◦ green 36 ◦ blue 253

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

Shades of Psychedelic Purple #E524FD

Tints of Psychedelic Purple #E524FD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 6.95%

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

R = 44.21%
G = 6.95%
B = 48.84%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E524FD (or 0xE524FD) is known color: Psychedelic Purple. HEX triplet: E5, 24 and FD. RGB value is (229,36,253). Sum of RGB (Red+Green+Blue) = 229+36+253=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 36 (14.45% from 255 or 6.95% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #E524FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E524FD is #1ADB02. Grayscale: #757575. Windows color (decimal): -1760003 or 16590053. OLE color: 16590053.

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

Color convert

RGB 229 36 253 -
CMYK 0.09 0.86 0 0.01
HSL 293.36º 0.98% 0.57% -
HSV(B) 293.36º 0.86% 0.99% -
XYZ 50.67 25.01 95.09 -
YUV 118.45 203.94 206.86 -
System Red Green Blue C M Y K H S L
Decimal 229 36 253 0.09 0.86 0 0.01 293.36 0.98 0.57
Hex E5 24 FD 9 56 0 1 125 62 39
Octal 345 44 375 11 126 0 1 445 142 71
Binary 11100101 100100 11111101 1001 1010110 0 1 100100101 1100010 111001

Color Harmonies of #E524FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524FD

Black with #E524FD

Text Example


Text Example

White with #E524FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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