Html Css Color HEX #E525FD Psychedelic Purple

📋 copy color: '#E525FD'

red 229 ◦ green 37 ◦ blue 253

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

Shades of Psychedelic Purple #E525FD

Tints of Psychedelic Purple #E525FD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.13%

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

R = 44.12%
G = 7.13%
B = 48.75%

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

#E525FD (or 0xE525FD) is known color: Psychedelic Purple. HEX triplet: E5, 25 and FD. RGB value is (229,37,253). Sum of RGB (Red+Green+Blue) = 229+37+253=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 37 (14.84% from 255 or 7.13% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #E525FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E525FD is #1ADA02. Grayscale: #767676. Windows color (decimal): -1759747 or 16590309. OLE color: 16590309.

HSL color Cylindrical-coordinate representation of color #E525FD: hue angle of 293.33º 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 #E525FD is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 37 253 -
CMYK 0.09 0.85 0 0.01
HSL 293.33º 0.98% 0.57% -
HSV(B) 293.33º 0.85% 0.99% -
XYZ 50.7 25.07 95.1 -
YUV 119.03 203.61 206.44 -
System Red Green Blue C M Y K H S L
Decimal 229 37 253 0.09 0.85 0 0.01 293.33 0.98 0.57
Hex E5 25 FD 9 55 0 1 125 62 39
Octal 345 45 375 11 125 0 1 445 142 71
Binary 11100101 100101 11111101 1001 1010101 0 1 100100101 1100010 111001

Color Harmonies of #E525FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525FD

Black with #E525FD

Text Example


Text Example

White with #E525FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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