Html Css Color HEX #E129FF Psychedelic Purple

📋 copy color: '#E129FF'

red 225 ◦ green 41 ◦ blue 255

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

Shades of Psychedelic Purple #E129FF

Tints of Psychedelic Purple #E129FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 43.19%
G = 7.87%
B = 48.94%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E129FF (or 0xE129FF) is known color: Psychedelic Purple. HEX triplet: E1, 29 and FF. RGB value is (225,41,255). Sum of RGB (Red+Green+Blue) = 225+41+255=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 41 (16.41% from 255 or 7.87% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #E129FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E129FF is #1ED600. Grayscale: #777777. Windows color (decimal): -2020865 or 16722401. OLE color: 16722401.

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

Color convert

RGB 225 41 255 -
CMYK 0.12 0.84 0 0
HSL 291.59º 1% 0.58% -
HSV(B) 291.59º 0.84% 1% -
XYZ 49.89 24.81 96.77 -
YUV 120.41 203.96 202.6 -
System Red Green Blue C M Y K H S L
Decimal 225 41 255 0.12 0.84 0 0 291.59 1 0.58
Hex E1 29 FF C 54 0 0 124 64 3A
Octal 341 51 377 14 124 0 0 444 144 72
Binary 11100001 101001 11111111 1100 1010100 0 0 100100100 1100100 111010

Color Harmonies of #E129FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129FF

Black with #E129FF

Text Example


Text Example

White with #E129FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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