#E32CEE

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

Shades of Psychedelic Purple #E32CEE

Tints of Psychedelic Purple #E32CEE

Color information

#E32CEE (or 0xE32CEE) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 2C and EE. RGB value is (227,44,238). Sum of RGB (Red+Green+Blue) = 227+44+238=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 44 (17.58% from 255 or 8.64% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #E32CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32CEE is #1CD311. Grayscale: #787878. Windows color (decimal): -1889042 or 15609059. OLE color: 15609059.

HSL color Cylindrical-coordinate representation of color #E32CEE: hue angle of 296.6º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32CEE is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22744238-
CMYK0.050.8200.07
HSL296.6º85.09%55.29%-
HSV(B)296.6º81.51%93.33%-
XYZ48.0124.3183.05-
YUV120.83194.13203.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.60%
GREEN value IS 44 (17.58% from 255) = 8.64%
BLUE value IS 238 (93.36% from 255) = 46.76%
R=44.60%
G=8.64%
B=46.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal227442380.050.8200.07296.685.0955.29
HexE32CEE552071295537
Octal3435435651220745112567
Binary1110001110110011101110101101001001111001010011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32CEE; }

 p { color: rgb(227,44,238); }

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

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

 a { background-color: rgb(227,44,238); }

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

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

 span { border-color: rgb(227,44,238); }

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