#E32DF3

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

Shades of Psychedelic Purple #E32DF3

Tints of Psychedelic Purple #E32DF3

Color information

#E32DF3 (or 0xE32DF3) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 2D and F3. RGB value is (227,45,243). Sum of RGB (Red+Green+Blue) = 227+45+243=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 45 (17.97% from 255 or 8.74% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #E32DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32DF3 is #1CD20C. Grayscale: #797979. Windows color (decimal): -1888781 or 15936995. OLE color: 15936995.

HSL color Cylindrical-coordinate representation of color #E32DF3: hue angle of 295.15º degrees, saturation: 0.89, 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 #E32DF3 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22745243-
CMYK0.070.8100.05
HSL295.15º89.19%56.47%-
HSV(B)295.15º81.48%95.29%-
XYZ48.7924.6886.99-
YUV121.99196.3202.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.08%
GREEN value IS 45 (17.97% from 255) = 8.74%
BLUE value IS 243 (95.31% from 255) = 47.18%
R=44.08%
G=8.74%
B=47.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal227452430.070.8100.05295.1589.1956.47
HexE32DF3751051275938
Octal3435536371210544713170
Binary1110001110110111110011111101000101011001001111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32DF3; }

 p { color: rgb(227,45,243); }

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

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

 a { background-color: rgb(227,45,243); }

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

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

 span { border-color: rgb(227,45,243); }

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