Html Css Color HEX #E128FD Psychedelic Purple

📋 copy color: '#E128FD'

red 225 ◦ green 40 ◦ blue 253

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

Shades of Psychedelic Purple #E128FD

Tints of Psychedelic Purple #E128FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 43.44%
G = 7.72%
B = 48.84%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E128FD (or 0xE128FD) is known color: Psychedelic Purple. HEX triplet: E1, 28 and FD. RGB value is (225,40,253). Sum of RGB (Red+Green+Blue) = 225+40+253=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 40 (16.02% from 255 or 7.72% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #E128FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E128FD is #1ED702. Grayscale: #767676. Windows color (decimal): -2021123 or 16591073. OLE color: 16591073.

HSL color Cylindrical-coordinate representation of color #E128FD: hue angle of 292.11º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E128FD is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 40 253 -
CMYK 0.11 0.84 0 0.01
HSL 292.11º 0.98% 0.57% -
HSV(B) 292.11º 0.84% 0.99% -
XYZ 49.54 24.62 95.07 -
YUV 119.6 203.29 203.18 -
System Red Green Blue C M Y K H S L
Decimal 225 40 253 0.11 0.84 0 0.01 292.11 0.98 0.57
Hex E1 28 FD B 54 0 1 124 62 39
Octal 341 50 375 13 124 0 1 444 142 71
Binary 11100001 101000 11111101 1011 1010100 0 1 100100100 1100010 111001

Color Harmonies of #E128FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128FD

Black with #E128FD

Text Example


Text Example

White with #E128FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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