Html Css Color HEX #E527FD Psychedelic Purple

📋 copy color: '#E527FD'

red 229 ◦ green 39 ◦ blue 253

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

Shades of Psychedelic Purple #E527FD

Tints of Psychedelic Purple #E527FD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.49%

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

R = 43.95%
G = 7.49%
B = 48.56%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E527FD (or 0xE527FD) is known color: Psychedelic Purple. HEX triplet: E5, 27 and FD. RGB value is (229,39,253). Sum of RGB (Red+Green+Blue) = 229+39+253=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 39 (15.62% from 255 or 7.49% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #E527FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E527FD is #1AD802. Grayscale: #777777. Windows color (decimal): -1759235 or 16590821. OLE color: 16590821.

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

Color convert

RGB 229 39 253 -
CMYK 0.09 0.85 0 0.01
HSL 293.27º 0.98% 0.57% -
HSV(B) 293.27º 0.85% 0.99% -
XYZ 50.77 25.2 95.12 -
YUV 120.21 202.95 205.6 -
System Red Green Blue C M Y K H S L
Decimal 229 39 253 0.09 0.85 0 0.01 293.27 0.98 0.57
Hex E5 27 FD 9 55 0 1 125 62 39
Octal 345 47 375 11 125 0 1 445 142 71
Binary 11100101 100111 11111101 1001 1010101 0 1 100100101 1100010 111001

Color Harmonies of #E527FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527FD

Black with #E527FD

Text Example


Text Example

White with #E527FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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