Html Css Color HEX #E128EB Psychedelic Purple

📋 copy color: '#E128EB'

red 225 ◦ green 40 ◦ blue 235

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

Shades of Psychedelic Purple #E128EB

Tints of Psychedelic Purple #E128EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47%

R = 45%
G = 8%
B = 47%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E128EB (or 0xE128EB) is known color: Psychedelic Purple. HEX triplet: E1, 28 and EB. RGB value is (225,40,235). Sum of RGB (Red+Green+Blue) = 225+40+235=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 40 (16.02% from 255 or 8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #E128EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E128EB is #1ED714. Grayscale: #747474. Windows color (decimal): -2021141 or 15411425. OLE color: 15411425.

HSL color Cylindrical-coordinate representation of color #E128EB: hue angle of 296.92º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E128EB is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 40 235 -
CMYK 0.04 0.83 0 0.08
HSL 296.92º 0.83% 0.54% -
HSV(B) 296.92º 0.83% 0.92% -
XYZ 46.81 23.52 80.67 -
YUV 117.55 194.29 204.64 -
System Red Green Blue C M Y K H S L
Decimal 225 40 235 0.04 0.83 0 0.08 296.92 0.83 0.54
Hex E1 28 EB 4 53 0 8 129 53 36
Octal 341 50 353 4 123 0 10 451 123 66
Binary 11100001 101000 11101011 100 1010011 0 1000 100101001 1010011 110110

Color Harmonies of #E128EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128EB

Black with #E128EB

Text Example


Text Example

White with #E128EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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