Html Css Color HEX #E128EF Psychedelic Purple

📋 copy color: '#E128EF'

red 225 ◦ green 40 ◦ blue 239

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

Shades of Psychedelic Purple #E128EF

Tints of Psychedelic Purple #E128EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 44.64%
G = 7.94%
B = 47.42%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E128EF (or 0xE128EF) is known color: Psychedelic Purple. HEX triplet: E1, 28 and EF. RGB value is (225,40,239). Sum of RGB (Red+Green+Blue) = 225+40+239=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 40 (16.02% from 255 or 7.94% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #E128EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E128EF is #1ED710. Grayscale: #757575. Windows color (decimal): -2021137 or 15673569. OLE color: 15673569.

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

Color convert

RGB 225 40 239 -
CMYK 0.06 0.83 0 0.06
HSL 295.78º 0.86% 0.55% -
HSV(B) 295.78º 0.83% 0.94% -
XYZ 47.39 23.76 83.75 -
YUV 118 196.29 204.32 -
System Red Green Blue C M Y K H S L
Decimal 225 40 239 0.06 0.83 0 0.06 295.78 0.86 0.55
Hex E1 28 EF 6 53 0 6 128 56 37
Octal 341 50 357 6 123 0 6 450 126 67
Binary 11100001 101000 11101111 110 1010011 0 110 100101000 1010110 110111

Color Harmonies of #E128EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128EF

Black with #E128EF

Text Example


Text Example

White with #E128EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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