#E232F6

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

Shades of Psychedelic Purple #E232F6

Tints of Psychedelic Purple #E232F6

Color information

#E232F6 (or 0xE232F6) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 32 and F6. RGB value is (226,50,246). Sum of RGB (Red+Green+Blue) = 226+50+246=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 50 (19.92% from 255 or 9.58% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #E232F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E232F6 is #1DCD09. Grayscale: #7C7C7C. Windows color (decimal): -1953034 or 16134882. OLE color: 16134882.

HSL color Cylindrical-coordinate representation of color #E232F6: hue angle of 293.88º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E232F6 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22650246-
CMYK0.080.8000.04
HSL293.88º91.59%58.04%-
HSV(B)293.88º79.67%96.47%-
XYZ49.1425.189.44-
YUV124.97196.31200.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.30%
GREEN value IS 50 (19.92% from 255) = 9.58%
BLUE value IS 246 (96.48% from 255) = 47.13%
R=43.30%
G=9.58%
B=47.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal226502460.080.8000.04293.8891.5958.04
HexE232F6850041265c3a
Octal34262366101200444613472
Binary11100010110010111101101000101000001001001001101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E232F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E232F6; }

 p { color: rgb(226,50,246); }

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

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

 a { background-color: rgb(226,50,246); }

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

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

 span { border-color: rgb(226,50,246); }

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