Html Css Color HEX #E132FC Psychedelic Purple

📋 copy color: '#E132FC'

red 225 ◦ green 50 ◦ blue 252

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

Shades of Psychedelic Purple #E132FC

Tints of Psychedelic Purple #E132FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 42.69%
G = 9.49%
B = 47.82%

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

#E132FC (or 0xE132FC) is known color: Psychedelic Purple. HEX triplet: E1, 32 and FC. RGB value is (225,50,252). Sum of RGB (Red+Green+Blue) = 225+50+252=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 50 (19.92% from 255 or 9.49% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #E132FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E132FC is #1ECD03. Grayscale: #7C7C7C. Windows color (decimal): -2018564 or 16528097. OLE color: 16528097.

HSL color Cylindrical-coordinate representation of color #E132FC: hue angle of 291.98º degrees, saturation: 0.97, 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 #E132FC is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 50 252 -
CMYK 0.11 0.80 0 0.01
HSL 291.98º 0.97% 0.59% -
HSV(B) 291.98º 0.8% 0.99% -
XYZ 49.76 25.32 94.36 -
YUV 125.35 199.48 199.07 -
System Red Green Blue C M Y K H S L
Decimal 225 50 252 0.11 0.80 0 0.01 291.98 0.97 0.59
Hex E1 32 FC B 50 0 1 124 61 3B
Octal 341 62 374 13 120 0 1 444 141 73
Binary 11100001 110010 11111100 1011 1010000 0 1 100100100 1100001 111011

Color Harmonies of #E132FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E132FC

Black with #E132FC

Text Example


Text Example

White with #E132FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E132FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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