Html Css Color HEX #E132FD Psychedelic Purple

📋 copy color: '#E132FD'

red 225 ◦ green 50 ◦ blue 253

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

Shades of Psychedelic Purple #E132FD

Tints of Psychedelic Purple #E132FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.92%

R = 42.61%
G = 9.47%
B = 47.92%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E132FD (or 0xE132FD) is known color: Psychedelic Purple. HEX triplet: E1, 32 and FD. RGB value is (225,50,253). Sum of RGB (Red+Green+Blue) = 225+50+253=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 50 (19.92% from 255 or 9.47% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #E132FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E132FD is #1ECD02. Grayscale: #7C7C7C. Windows color (decimal): -2018563 or 16593633. OLE color: 16593633.

HSL color Cylindrical-coordinate representation of color #E132FD: hue angle of 291.72º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E132FD is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 50 253 -
CMYK 0.11 0.80 0 0.01
HSL 291.72º 0.98% 0.59% -
HSV(B) 291.72º 0.8% 0.99% -
XYZ 49.92 25.38 95.2 -
YUV 125.47 199.98 198.99 -
System Red Green Blue C M Y K H S L
Decimal 225 50 253 0.11 0.80 0 0.01 291.72 0.98 0.59
Hex E1 32 FD B 50 0 1 124 62 3B
Octal 341 62 375 13 120 0 1 444 142 73
Binary 11100001 110010 11111101 1011 1010000 0 1 100100100 1100010 111011

Color Harmonies of #E132FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E132FD

Black with #E132FD

Text Example


Text Example

White with #E132FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E132FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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