Html Css Color HEX #E128FF Psychedelic Purple

📋 copy color: '#E128FF'

red 225 ◦ green 40 ◦ blue 255

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

Shades of Psychedelic Purple #E128FF

Tints of Psychedelic Purple #E128FF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.69%

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

R = 43.27%
G = 7.69%
B = 49.04%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E128FF (or 0xE128FF) is known color: Psychedelic Purple. HEX triplet: E1, 28 and FF. RGB value is (225,40,255). Sum of RGB (Red+Green+Blue) = 225+40+255=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 40 (16.02% from 255 or 7.69% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #E128FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E128FF is #1ED700. Grayscale: #777777. Windows color (decimal): -2021121 or 16722145. OLE color: 16722145.

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

Color convert

RGB 225 40 255 -
CMYK 0.12 0.84 0 0
HSL 291.63º 1% 0.58% -
HSV(B) 291.63º 0.84% 1% -
XYZ 49.86 24.75 96.76 -
YUV 119.83 204.29 203.02 -
System Red Green Blue C M Y K H S L
Decimal 225 40 255 0.12 0.84 0 0 291.63 1 0.58
Hex E1 28 FF C 54 0 0 124 64 3A
Octal 341 50 377 14 124 0 0 444 144 72
Binary 11100001 101000 11111111 1100 1010100 0 0 100100100 1100100 111010

Color Harmonies of #E128FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128FF

Black with #E128FF

Text Example


Text Example

White with #E128FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128FF; }

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

 H1.HeaderClassName
 {
   color: #E128FF;
 }
 .AnyTagClassName
 {
   color: #E128FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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