Html Css Color HEX #E032FD Psychedelic Purple

📋 copy color: '#E032FD'

red 224 ◦ green 50 ◦ blue 253

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

Shades of Psychedelic Purple #E032FD

Tints of Psychedelic Purple #E032FD

RGB

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

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

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

R = 42.5%
G = 9.49%
B = 48.01%

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

#E032FD (or 0xE032FD) is known color: Psychedelic Purple. HEX triplet: E0, 32 and FD. RGB value is (224,50,253). Sum of RGB (Red+Green+Blue) = 224+50+253=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 50 (19.92% from 255 or 9.49% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #E032FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E032FD is #1FCD02. Grayscale: #7C7C7C. Windows color (decimal): -2084099 or 16593632. OLE color: 16593632.

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

Color convert

RGB 224 50 253 -
CMYK 0.11 0.80 0 0.01
HSL 291.43º 0.98% 0.59% -
HSV(B) 291.43º 0.8% 0.99% -
XYZ 49.61 25.22 95.18 -
YUV 125.17 200.15 198.49 -
System Red Green Blue C M Y K H S L
Decimal 224 50 253 0.11 0.80 0 0.01 291.43 0.98 0.59
Hex E0 32 FD B 50 0 1 123 62 3B
Octal 340 62 375 13 120 0 1 443 142 73
Binary 11100000 110010 11111101 1011 1010000 0 1 100100011 1100010 111011

Color Harmonies of #E032FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032FD

Black with #E032FD

Text Example


Text Example

White with #E032FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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