#E123FF

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

Shades of Psychedelic Purple #E123FF

Tints of Psychedelic Purple #E123FF

Color information

#E123FF (or 0xE123FF) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 23 and FF. RGB value is (225,35,255). Sum of RGB (Red+Green+Blue) = 225+35+255=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 35 (14.06% from 255 or 6.80% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #E123FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E123FF is #1EDC00. Grayscale: #747474. Windows color (decimal): -2022401 or 16720865. OLE color: 16720865.

HSL color Cylindrical-coordinate representation of color #E123FF: hue angle of 291.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E123FF is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22535255-
CMYK0.120.8600
HSL291.82º100%56.86%-
HSV(B)291.82º86.27%100%-
XYZ49.724.4396.7-
YUV116.89205.95205.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.69%
GREEN value IS 35 (14.06% from 255) = 6.80%
BLUE value IS 255 (100% from 255) = 49.51%
R=43.69%
G=6.80%
B=49.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal225352550.120.8600291.8210056.86
HexE123FFC56001246439
Octal34143377141260044414471
Binary111000011000111111111111001010110001001001001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E123FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E123FF; }

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

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

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

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

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

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

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

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