#E230F6

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

Shades of Psychedelic Purple #E230F6

Tints of Psychedelic Purple #E230F6

Color information

#E230F6 (or 0xE230F6) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 30 and F6. RGB value is (226,48,246). Sum of RGB (Red+Green+Blue) = 226+48+246=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 48 (19.14% from 255 or 9.23% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #E230F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E230F6 is #1DCF09. Grayscale: #7B7B7B. Windows color (decimal): -1953546 or 16134370. OLE color: 16134370.

HSL color Cylindrical-coordinate representation of color #E230F6: hue angle of 293.94º 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 #E230F6 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22648246-
CMYK0.080.8000.04
HSL293.94º91.67%57.65%-
HSV(B)293.94º80.49%96.47%-
XYZ49.0624.9489.42-
YUV123.79196.97200.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.46%
GREEN value IS 48 (19.14% from 255) = 9.23%
BLUE value IS 246 (96.48% from 255) = 47.31%
R=43.46%
G=9.23%
B=47.31%

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
Decimal226482460.080.8000.04293.9491.6757.65
HexE230F6850041265c3a
Octal34260366101200444613472
Binary11100010110000111101101000101000001001001001101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E230F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E230F6; }

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

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

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

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

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

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

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

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