Html Css Color HEX #E129EB Psychedelic Purple

📋 copy color: '#E129EB'

red 225 ◦ green 41 ◦ blue 235

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

Shades of Psychedelic Purple #E129EB

Tints of Psychedelic Purple #E129EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 44.91%
G = 8.18%
B = 46.91%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E129EB (or 0xE129EB) is known color: Psychedelic Purple. HEX triplet: E1, 29 and EB. RGB value is (225,41,235). Sum of RGB (Red+Green+Blue) = 225+41+235=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 41 (16.41% from 255 or 8.18% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #E129EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E129EB is #1ED614. Grayscale: #757575. Windows color (decimal): -2020885 or 15411681. OLE color: 15411681.

HSL color Cylindrical-coordinate representation of color #E129EB: hue angle of 296.91º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E129EB is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 41 235 -
CMYK 0.04 0.83 0 0.08
HSL 296.91º 0.83% 0.54% -
HSV(B) 296.91º 0.83% 0.92% -
XYZ 46.84 23.59 80.68 -
YUV 118.13 193.96 204.23 -
System Red Green Blue C M Y K H S L
Decimal 225 41 235 0.04 0.83 0 0.08 296.91 0.83 0.54
Hex E1 29 EB 4 53 0 8 129 53 36
Octal 341 51 353 4 123 0 10 451 123 66
Binary 11100001 101001 11101011 100 1010011 0 1000 100101001 1010011 110110

Color Harmonies of #E129EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129EB

Black with #E129EB

Text Example


Text Example

White with #E129EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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