#E52EF7

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

Shades of Psychedelic Purple #E52EF7

Tints of Psychedelic Purple #E52EF7

Color information

#E52EF7 (or 0xE52EF7) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 2E and F7. RGB value is (229,46,247). Sum of RGB (Red+Green+Blue) = 229+46+247=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 46 (18.36% from 255 or 8.81% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #E52EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52EF7 is #1AD108. Grayscale: #7B7B7B. Windows color (decimal): -1757449 or 16199397. OLE color: 16199397.

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

Color convert

RGB22946247-
CMYK0.070.8100.03
HSL294.63º92.63%57.45%-
HSV(B)294.63º81.38%96.86%-
XYZ50.0825.3390.24-
YUV123.63197.63203.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.87%
GREEN value IS 46 (18.36% from 255) = 8.81%
BLUE value IS 247 (96.88% from 255) = 47.32%
R=43.87%
G=8.81%
B=47.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal229462470.070.8100.03294.6392.6357.45
HexE52EF7751031275d39
Octal3455636771210344713571
Binary111001011011101111011111110100010111001001111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52EF7; }

 p { color: rgb(229,46,247); }

 H1.HeaderClassName
 {
   color: #E52EF7;
 }
 .AnyTagClassName
 {
   color: #E52EF7;
 }
</style>
background-color css

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

 a { background-color: rgb(229,46,247); }

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

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

 span { border-color: rgb(229,46,247); }

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