Html Css Color HEX #E128EC Psychedelic Purple

📋 copy color: '#E128EC'

red 225 ◦ green 40 ◦ blue 236

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

Shades of Psychedelic Purple #E128EC

Tints of Psychedelic Purple #E128EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 44.91%
G = 7.98%
B = 47.11%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E128EC (or 0xE128EC) is known color: Psychedelic Purple. HEX triplet: E1, 28 and EC. RGB value is (225,40,236). Sum of RGB (Red+Green+Blue) = 225+40+236=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 40 (16.02% from 255 or 7.98% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #E128EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E128EC is #1ED713. Grayscale: #757575. Windows color (decimal): -2021140 or 15476961. OLE color: 15476961.

HSL color Cylindrical-coordinate representation of color #E128EC: hue angle of 296.63º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E128EC is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 40 236 -
CMYK 0.05 0.83 0 0.07
HSL 296.63º 0.84% 0.54% -
HSV(B) 296.63º 0.83% 0.93% -
XYZ 46.95 23.58 81.43 -
YUV 117.66 194.79 204.56 -
System Red Green Blue C M Y K H S L
Decimal 225 40 236 0.05 0.83 0 0.07 296.63 0.84 0.54
Hex E1 28 EC 5 53 0 7 129 54 36
Octal 341 50 354 5 123 0 7 451 124 66
Binary 11100001 101000 11101100 101 1010011 0 111 100101001 1010100 110110

Color Harmonies of #E128EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128EC

Black with #E128EC

Text Example


Text Example

White with #E128EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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