#E52DF1

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

Shades of Psychedelic Purple #E52DF1

Tints of Psychedelic Purple #E52DF1

Color information

#E52DF1 (or 0xE52DF1) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 2D and F1. RGB value is (229,45,241). Sum of RGB (Red+Green+Blue) = 229+45+241=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 45 (17.97% from 255 or 8.74% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #E52DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52DF1 is #1AD20E. Grayscale: #797979. Windows color (decimal): -1757711 or 15805925. OLE color: 15805925.

HSL color Cylindrical-coordinate representation of color #E52DF1: hue angle of 296.33º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52DF1 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22945241-
CMYK0.050.8100.05
HSL296.33º87.5%56.08%-
HSV(B)296.33º81.33%94.51%-
XYZ49.1324.8985.43-
YUV122.36194.96204.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.47%
GREEN value IS 45 (17.97% from 255) = 8.74%
BLUE value IS 241 (94.53% from 255) = 46.80%
R=44.47%
G=8.74%
B=46.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal229452410.050.8100.05296.3387.556.08
HexE52DF1551051285838
Octal3455536151210545013070
Binary1110010110110111110001101101000101011001010001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52DF1; }

 p { color: rgb(229,45,241); }

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

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

 a { background-color: rgb(229,45,241); }

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

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

 span { border-color: rgb(229,45,241); }

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