Html Css Color HEX #E129EF Psychedelic Purple

📋 copy color: '#E129EF'

red 225 ◦ green 41 ◦ blue 239

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

Shades of Psychedelic Purple #E129EF

Tints of Psychedelic Purple #E129EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 44.55%
G = 8.12%
B = 47.33%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E129EF (or 0xE129EF) is known color: Psychedelic Purple. HEX triplet: E1, 29 and EF. RGB value is (225,41,239). Sum of RGB (Red+Green+Blue) = 225+41+239=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 41 (16.41% from 255 or 8.12% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #E129EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E129EF is #1ED610. Grayscale: #757575. Windows color (decimal): -2020881 or 15673825. OLE color: 15673825.

HSL color Cylindrical-coordinate representation of color #E129EF: hue angle of 295.76º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E129EF is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 41 239 -
CMYK 0.06 0.83 0 0.06
HSL 295.76º 0.86% 0.55% -
HSV(B) 295.76º 0.83% 0.94% -
XYZ 47.42 23.83 83.76 -
YUV 118.59 195.96 203.9 -
System Red Green Blue C M Y K H S L
Decimal 225 41 239 0.06 0.83 0 0.06 295.76 0.86 0.55
Hex E1 29 EF 6 53 0 6 128 56 37
Octal 341 51 357 6 123 0 6 450 126 67
Binary 11100001 101001 11101111 110 1010011 0 110 100101000 1010110 110111

Color Harmonies of #E129EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129EF

Black with #E129EF

Text Example


Text Example

White with #E129EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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