Html Css Color HEX #E128ED Psychedelic Purple

📋 copy color: '#E128ED'

red 225 ◦ green 40 ◦ blue 237

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

Shades of Psychedelic Purple #E128ED

Tints of Psychedelic Purple #E128ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 44.82%
G = 7.97%
B = 47.21%

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

#E128ED (or 0xE128ED) is known color: Psychedelic Purple. HEX triplet: E1, 28 and ED. RGB value is (225,40,237). Sum of RGB (Red+Green+Blue) = 225+40+237=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 40 (16.02% from 255 or 7.97% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #E128ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E128ED is #1ED712. Grayscale: #757575. Windows color (decimal): -2021139 or 15542497. OLE color: 15542497.

HSL color Cylindrical-coordinate representation of color #E128ED: hue angle of 296.35º degrees, saturation: 0.85, 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 #E128ED is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 40 237 -
CMYK 0.05 0.83 0 0.07
HSL 296.35º 0.85% 0.54% -
HSV(B) 296.35º 0.83% 0.93% -
XYZ 47.1 23.64 82.2 -
YUV 117.77 195.29 204.48 -
System Red Green Blue C M Y K H S L
Decimal 225 40 237 0.05 0.83 0 0.07 296.35 0.85 0.54
Hex E1 28 ED 5 53 0 7 128 55 36
Octal 341 50 355 5 123 0 7 450 125 66
Binary 11100001 101000 11101101 101 1010011 0 111 100101000 1010101 110110

Color Harmonies of #E128ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128ED

Black with #E128ED

Text Example


Text Example

White with #E128ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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