Html Css Color HEX #E128FC Psychedelic Purple

📋 copy color: '#E128FC'

red 225 ◦ green 40 ◦ blue 252

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

Shades of Psychedelic Purple #E128FC

Tints of Psychedelic Purple #E128FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.74%

R = 43.52%
G = 7.74%
B = 48.74%

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

#E128FC (or 0xE128FC) is known color: Psychedelic Purple. HEX triplet: E1, 28 and FC. RGB value is (225,40,252). Sum of RGB (Red+Green+Blue) = 225+40+252=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 40 (16.02% from 255 or 7.74% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #E128FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E128FC is #1ED703. Grayscale: #767676. Windows color (decimal): -2021124 or 16525537. OLE color: 16525537.

HSL color Cylindrical-coordinate representation of color #E128FC: hue angle of 292.36º degrees, saturation: 0.97, 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 #E128FC is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 40 252 -
CMYK 0.11 0.84 0 0.01
HSL 292.36º 0.97% 0.57% -
HSV(B) 292.36º 0.84% 0.99% -
XYZ 49.38 24.55 94.23 -
YUV 119.48 202.79 203.26 -
System Red Green Blue C M Y K H S L
Decimal 225 40 252 0.11 0.84 0 0.01 292.36 0.97 0.57
Hex E1 28 FC B 54 0 1 124 61 39
Octal 341 50 374 13 124 0 1 444 141 71
Binary 11100001 101000 11111100 1011 1010100 0 1 100100100 1100001 111001

Color Harmonies of #E128FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128FC

Black with #E128FC

Text Example


Text Example

White with #E128FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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