Html Css Color HEX #E525EC Psychedelic Purple

📋 copy color: '#E525EC'

red 229 ◦ green 37 ◦ blue 236

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

Shades of Psychedelic Purple #E525EC

Tints of Psychedelic Purple #E525EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 45.62%
G = 7.37%
B = 47.01%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E525EC (or 0xE525EC) is known color: Psychedelic Purple. HEX triplet: E5, 25 and EC. RGB value is (229,37,236). Sum of RGB (Red+Green+Blue) = 229+37+236=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 37 (14.84% from 255 or 7.37% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #E525EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E525EC is #1ADA13. Grayscale: #747474. Windows color (decimal): -1759764 or 15476197. OLE color: 15476197.

HSL color Cylindrical-coordinate representation of color #E525EC: hue angle of 297.89º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E525EC is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 37 236 -
CMYK 0.03 0.84 0 0.07
HSL 297.89º 0.84% 0.54% -
HSV(B) 297.89º 0.84% 0.93% -
XYZ 48.11 24.04 81.46 -
YUV 117.09 195.11 207.82 -
System Red Green Blue C M Y K H S L
Decimal 229 37 236 0.03 0.84 0 0.07 297.89 0.84 0.54
Hex E5 25 EC 3 54 0 7 12A 54 36
Octal 345 45 354 3 124 0 7 452 124 66
Binary 11100101 100101 11101100 11 1010100 0 111 100101010 1010100 110110

Color Harmonies of #E525EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525EC

Black with #E525EC

Text Example


Text Example

White with #E525EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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