Html Css Color HEX #E132FF Psychedelic Purple

📋 copy color: '#E132FF'

red 225 ◦ green 50 ◦ blue 255

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

Shades of Psychedelic Purple #E132FF

Tints of Psychedelic Purple #E132FF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.43%

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

R = 42.45%
G = 9.43%
B = 48.11%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E132FF (or 0xE132FF) is known color: Psychedelic Purple. HEX triplet: E1, 32 and FF. RGB value is (225,50,255). Sum of RGB (Red+Green+Blue) = 225+50+255=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 50 (19.92% from 255 or 9.43% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #E132FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E132FF is #1ECD00. Grayscale: #7D7D7D. Windows color (decimal): -2018561 or 16724705. OLE color: 16724705.

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

Color convert

RGB 225 50 255 -
CMYK 0.12 0.80 0 0
HSL 291.22º 1% 0.6% -
HSV(B) 291.22º 0.8% 1% -
XYZ 50.24 25.51 96.88 -
YUV 125.7 200.98 198.83 -
System Red Green Blue C M Y K H S L
Decimal 225 50 255 0.12 0.80 0 0 291.22 1 0.6
Hex E1 32 FF C 50 0 0 123 64 3C
Octal 341 62 377 14 120 0 0 443 144 74
Binary 11100001 110010 11111111 1100 1010000 0 0 100100011 1100100 111100

Color Harmonies of #E132FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E132FF

Black with #E132FF

Text Example


Text Example

White with #E132FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E132FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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