Html Css Color HEX #E129ED Psychedelic Purple

📋 copy color: '#E129ED'

red 225 ◦ green 41 ◦ blue 237

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

Shades of Psychedelic Purple #E129ED

Tints of Psychedelic Purple #E129ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 44.73%
G = 8.15%
B = 47.12%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E129ED (or 0xE129ED) is known color: Psychedelic Purple. HEX triplet: E1, 29 and ED. RGB value is (225,41,237). Sum of RGB (Red+Green+Blue) = 225+41+237=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 41 (16.41% from 255 or 8.15% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #E129ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E129ED is #1ED612. Grayscale: #757575. Windows color (decimal): -2020883 or 15542753. OLE color: 15542753.

HSL color Cylindrical-coordinate representation of color #E129ED: hue angle of 296.33º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E129ED is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 41 237 -
CMYK 0.05 0.83 0 0.07
HSL 296.33º 0.84% 0.55% -
HSV(B) 296.33º 0.83% 0.93% -
XYZ 47.13 23.71 82.21 -
YUV 118.36 194.96 204.06 -
System Red Green Blue C M Y K H S L
Decimal 225 41 237 0.05 0.83 0 0.07 296.33 0.84 0.55
Hex E1 29 ED 5 53 0 7 128 54 37
Octal 341 51 355 5 123 0 7 450 124 67
Binary 11100001 101001 11101101 101 1010011 0 111 100101000 1010100 110111

Color Harmonies of #E129ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129ED

Black with #E129ED

Text Example


Text Example

White with #E129ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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