Html Css Color HEX #E525FF Psychedelic Purple

📋 copy color: '#E525FF'

red 229 ◦ green 37 ◦ blue 255

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

Shades of Psychedelic Purple #E525FF

Tints of Psychedelic Purple #E525FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 43.95%
G = 7.1%
B = 48.94%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E525FF (or 0xE525FF) is known color: Psychedelic Purple. HEX triplet: E5, 25 and FF. RGB value is (229,37,255). Sum of RGB (Red+Green+Blue) = 229+37+255=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 37 (14.84% from 255 or 7.10% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #E525FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E525FF is #1ADA00. Grayscale: #767676. Windows color (decimal): -1759745 or 16721381. OLE color: 16721381.

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

Color convert

RGB 229 37 255 -
CMYK 0.10 0.85 0 0
HSL 292.84º 1% 0.57% -
HSV(B) 292.84º 0.85% 1% -
XYZ 51.02 25.2 96.78 -
YUV 119.26 204.61 206.27 -
System Red Green Blue C M Y K H S L
Decimal 229 37 255 0.10 0.85 0 0 292.84 1 0.57
Hex E5 25 FF A 55 0 0 125 64 39
Octal 345 45 377 12 125 0 0 445 144 71
Binary 11100101 100101 11111111 1010 1010101 0 0 100100101 1100100 111001

Color Harmonies of #E525FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525FF

Black with #E525FF

Text Example


Text Example

White with #E525FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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