#E123EF

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

Shades of Psychedelic Purple #E123EF

Tints of Psychedelic Purple #E123EF

Color information

#E123EF (or 0xE123EF) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 23 and EF. RGB value is (225,35,239). Sum of RGB (Red+Green+Blue) = 225+35+239=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 35 (14.06% from 255 or 7.01% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #E123EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E123EF is #1EDC10. Grayscale: #727272. Windows color (decimal): -2022417 or 15672289. OLE color: 15672289.

HSL color Cylindrical-coordinate representation of color #E123EF: hue angle of 295.88º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E123EF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22535239-
CMYK0.060.8500.06
HSL295.88º86.44%53.73%-
HSV(B)295.88º85.36%93.73%-
XYZ47.2323.4483.7-
YUV115.07197.95206.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 35 (14.06% from 255) = 7.01%
BLUE value IS 239 (93.75% from 255) = 47.90%
R=45.09%
G=7.01%
B=47.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal225352390.060.8500.06295.8886.4453.73
HexE123EF655061285636
Octal3414335761250645012666
Binary1110000110001111101111110101010101101001010001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E123EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E123EF; }

 p { color: rgb(225,35,239); }

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

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

 a { background-color: rgb(225,35,239); }

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

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

 span { border-color: rgb(225,35,239); }

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