Html Css Color HEX #E123FF Psychedelic Purple

📋 copy color: '#E123FF'

red 225 ◦ green 35 ◦ blue 255

#E123FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E123FF

Tints of Psychedelic Purple #E123FF

RGB

 RED value IS 225 (88.28% from 255) = 43.69%

 GREEN value IS 35 (14.06% from 255) = 6.8%

 BLUE value IS 255 (100% from 255) = 49.51%

R = 43.69%
G = 6.8%
B = 49.51%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E123FF (or 0xE123FF) is known color: 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

RGB 225 35 255 -
CMYK 0.12 0.86 0 0
HSL 291.82º 1% 0.57% -
HSV(B) 291.82º 0.86% 1% -
XYZ 49.7 24.43 96.7 -
YUV 116.89 205.95 205.11 -
System Red Green Blue C M Y K H S L
Decimal 225 35 255 0.12 0.86 0 0 291.82 1 0.57
Hex E1 23 FF C 56 0 0 124 64 39
Octal 341 43 377 14 126 0 0 444 144 71
Binary 11100001 100011 11111111 1100 1010110 0 0 100100100 1100100 111001

Color Harmonies of #E123FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E123FF

Black with #E123FF

Text Example


Text Example

White with #E123FF

Text Example


Text Example

HTML Codes & Css Web 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>