Html Css Color HEX #E129FE Psychedelic Purple

📋 copy color: '#E129FE'

red 225 ◦ green 41 ◦ blue 254

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

Shades of Psychedelic Purple #E129FE

Tints of Psychedelic Purple #E129FE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.88%

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 43.27%
G = 7.88%
B = 48.85%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E129FE (or 0xE129FE) is known color: Psychedelic Purple. HEX triplet: E1, 29 and FE. RGB value is (225,41,254). Sum of RGB (Red+Green+Blue) = 225+41+254=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 41 (16.41% from 255 or 7.88% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #E129FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E129FE is #1ED601. Grayscale: #777777. Windows color (decimal): -2020866 or 16656865. OLE color: 16656865.

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

Color convert

RGB 225 41 254 -
CMYK 0.11 0.84 0 0.00
HSL 291.83º 0.99% 0.58% -
HSV(B) 291.83º 0.84% 1% -
XYZ 49.73 24.75 95.92 -
YUV 120.3 203.46 202.68 -
System Red Green Blue C M Y K H S L
Decimal 225 41 254 0.11 0.84 0 0.00 291.83 0.99 0.58
Hex E1 29 FE B 54 0 0 124 63 3A
Octal 341 51 376 13 124 0 0 444 143 72
Binary 11100001 101001 11111110 1011 1010100 0 0 100100100 1100011 111010

Color Harmonies of #E129FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129FE

Black with #E129FE

Text Example


Text Example

White with #E129FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129FE; }

 p { color: rgb(225,41,254); }

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

background-color css

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

 a { background-color: rgb(225,41,254); }

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

border-color css

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

 span { border-color: rgb(225,41,254); }

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