Html Css Color HEX #E032FC Psychedelic Purple

📋 copy color: '#E032FC'

red 224 ◦ green 50 ◦ blue 252

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

Shades of Psychedelic Purple #E032FC

Tints of Psychedelic Purple #E032FC

RGB

 RED value IS 224 (87.89% from 255) = 42.59%

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

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

R = 42.59%
G = 9.51%
B = 47.91%

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

#E032FC (or 0xE032FC) is known color: Psychedelic Purple. HEX triplet: E0, 32 and FC. RGB value is (224,50,252). Sum of RGB (Red+Green+Blue) = 224+50+252=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 50 (19.92% from 255 or 9.51% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #E032FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E032FC is #1FCD03. Grayscale: #7C7C7C. Windows color (decimal): -2084100 or 16528096. OLE color: 16528096.

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

Color convert

RGB 224 50 252 -
CMYK 0.11 0.80 0 0.01
HSL 291.68º 0.97% 0.59% -
HSV(B) 291.68º 0.8% 0.99% -
XYZ 49.45 25.16 94.34 -
YUV 125.05 199.65 198.57 -
System Red Green Blue C M Y K H S L
Decimal 224 50 252 0.11 0.80 0 0.01 291.68 0.97 0.59
Hex E0 32 FC B 50 0 1 124 61 3B
Octal 340 62 374 13 120 0 1 444 141 73
Binary 11100000 110010 11111100 1011 1010000 0 1 100100100 1100001 111011

Color Harmonies of #E032FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032FC

Black with #E032FC

Text Example


Text Example

White with #E032FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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