#E525EE

Color #E525EE Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E525EE

Tints of Psychedelic Purple #E525EE

Color information

#E525EE (or 0xE525EE) is unknown color: approx 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

RGB22937238-
CMYK0.040.8400.07
HSL297.31º85.53%53.92%-
HSV(B)297.31º84.45%93.33%-
XYZ48.4124.1583-
YUV117.32196.11207.66-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal229372380.040.8400.07297.3185.5353.92
HexE525EE454071295636
Octal3454535641240745112666
Binary1110010110010111101110100101010001111001010011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E525EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>