Html Css Color HEX #E032FE Psychedelic Purple

📋 copy color: '#E032FE'

red 224 ◦ green 50 ◦ blue 254

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

Shades of Psychedelic Purple #E032FE

Tints of Psychedelic Purple #E032FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 42.42%
G = 9.47%
B = 48.11%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E032FE (or 0xE032FE) is known color: Psychedelic Purple. HEX triplet: E0, 32 and FE. RGB value is (224,50,254). Sum of RGB (Red+Green+Blue) = 224+50+254=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 50 (19.92% from 255 or 9.47% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #E032FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E032FE is #1FCD01. Grayscale: #7C7C7C. Windows color (decimal): -2084098 or 16659168. OLE color: 16659168.

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

Color convert

RGB 224 50 254 -
CMYK 0.12 0.80 0 0.00
HSL 291.18º 0.99% 0.6% -
HSV(B) 291.18º 0.8% 1% -
XYZ 49.77 25.28 96.02 -
YUV 125.28 200.65 198.41 -
System Red Green Blue C M Y K H S L
Decimal 224 50 254 0.12 0.80 0 0.00 291.18 0.99 0.6
Hex E0 32 FE C 50 0 0 123 63 3C
Octal 340 62 376 14 120 0 0 443 143 74
Binary 11100000 110010 11111110 1100 1010000 0 0 100100011 1100011 111100

Color Harmonies of #E032FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032FE

Black with #E032FE

Text Example


Text Example

White with #E032FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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