Html Css Color HEX #E525FE Psychedelic Purple

📋 copy color: '#E525FE'

red 229 ◦ green 37 ◦ blue 254

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

Shades of Psychedelic Purple #E525FE

Tints of Psychedelic Purple #E525FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 44.04%
G = 7.12%
B = 48.85%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E525FE (or 0xE525FE) is known color: Psychedelic Purple. HEX triplet: E5, 25 and FE. RGB value is (229,37,254). Sum of RGB (Red+Green+Blue) = 229+37+254=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 37 (14.84% from 255 or 7.12% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #E525FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E525FE is #1ADA01. Grayscale: #767676. Windows color (decimal): -1759746 or 16655845. OLE color: 16655845.

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

Color convert

RGB 229 37 254 -
CMYK 0.10 0.85 0 0.00
HSL 293.09º 0.99% 0.57% -
HSV(B) 293.09º 0.85% 1% -
XYZ 50.86 25.14 95.94 -
YUV 119.15 204.11 206.36 -
System Red Green Blue C M Y K H S L
Decimal 229 37 254 0.10 0.85 0 0.00 293.09 0.99 0.57
Hex E5 25 FE A 55 0 0 125 63 39
Octal 345 45 376 12 125 0 0 445 143 71
Binary 11100101 100101 11111110 1010 1010101 0 0 100100101 1100011 111001

Color Harmonies of #E525FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525FE

Black with #E525FE

Text Example


Text Example

White with #E525FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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