Html Css Color HEX #E525EE Psychedelic Purple

📋 copy color: '#E525EE'

red 229 ◦ green 37 ◦ blue 238

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

Shades of Psychedelic Purple #E525EE

Tints of Psychedelic Purple #E525EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.22%

R = 45.44%
G = 7.34%
B = 47.22%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E525EE (or 0xE525EE) is known color: Psychedelic Purple. HEX triplet: E5, 25 and EE. RGB value is (229,37,238). Sum of RGB (Red+Green+Blue) = 229+37+238=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 37 (14.84% from 255 or 7.34% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #E525EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E525EE is #1ADA11. Grayscale: #747474. Windows color (decimal): -1759762 or 15607269. OLE color: 15607269.

HSL color Cylindrical-coordinate representation of color #E525EE: hue angle of 297.31º degrees, saturation: 0.86, 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 #E525EE is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 37 238 -
CMYK 0.04 0.84 0 0.07
HSL 297.31º 0.86% 0.54% -
HSV(B) 297.31º 0.84% 0.93% -
XYZ 48.41 24.15 83 -
YUV 117.32 196.11 207.66 -
System Red Green Blue C M Y K H S L
Decimal 229 37 238 0.04 0.84 0 0.07 297.31 0.86 0.54
Hex E5 25 EE 4 54 0 7 129 56 36
Octal 345 45 356 4 124 0 7 451 126 66
Binary 11100101 100101 11101110 100 1010100 0 111 100101001 1010110 110110

Color Harmonies of #E525EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525EE

Black with #E525EE

Text Example


Text Example

White with #E525EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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