Html Css Color HEX #E032FA Psychedelic Purple

📋 copy color: '#E032FA'

red 224 ◦ green 50 ◦ blue 250

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

Shades of Psychedelic Purple #E032FA

Tints of Psychedelic Purple #E032FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.71%

R = 42.75%
G = 9.54%
B = 47.71%

CMYK

 C value IS 0.10

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E032FA (or 0xE032FA) is known color: Psychedelic Purple. HEX triplet: E0, 32 and FA. RGB value is (224,50,250). Sum of RGB (Red+Green+Blue) = 224+50+250=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 50 (19.92% from 255 or 9.54% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #E032FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E032FA is #1FCD05. Grayscale: #7C7C7C. Windows color (decimal): -2084102 or 16397024. OLE color: 16397024.

HSL color Cylindrical-coordinate representation of color #E032FA: hue angle of 292.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E032FA is Cyan = 0.10, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 50 250 -
CMYK 0.10 0.8 0 0.02
HSL 292.2º 0.95% 0.59% -
HSV(B) 292.2º 0.8% 0.98% -
XYZ 49.14 25.03 92.68 -
YUV 124.83 198.65 198.74 -
System Red Green Blue C M Y K H S L
Decimal 224 50 250 0.10 0.8 0 0.02 292.2 0.95 0.59
Hex E0 32 FA A 50 0 2 124 5F 3B
Octal 340 62 372 12 120 0 2 444 137 73
Binary 11100000 110010 11111010 1010 1010000 0 10 100100100 1011111 111011

Color Harmonies of #E032FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032FA

Black with #E032FA

Text Example


Text Example

White with #E032FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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