Html Css Color HEX #E031FD Psychedelic Purple

📋 copy color: '#E031FD'

red 224 ◦ green 49 ◦ blue 253

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

Shades of Psychedelic Purple #E031FD

Tints of Psychedelic Purple #E031FD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.32%

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

R = 42.59%
G = 9.32%
B = 48.1%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E031FD (or 0xE031FD) is known color: Psychedelic Purple. HEX triplet: E0, 31 and FD. RGB value is (224,49,253). Sum of RGB (Red+Green+Blue) = 224+49+253=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 49 (19.53% from 255 or 9.32% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #E031FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E031FD is #1FCE02. Grayscale: #7B7B7B. Windows color (decimal): -2084355 or 16593376. OLE color: 16593376.

HSL color Cylindrical-coordinate representation of color #E031FD: hue angle of 291.47º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E031FD is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 49 253 -
CMYK 0.11 0.81 0 0.01
HSL 291.47º 0.98% 0.59% -
HSV(B) 291.47º 0.81% 0.99% -
XYZ 49.57 25.14 95.17 -
YUV 124.58 200.48 198.91 -
System Red Green Blue C M Y K H S L
Decimal 224 49 253 0.11 0.81 0 0.01 291.47 0.98 0.59
Hex E0 31 FD B 51 0 1 123 62 3B
Octal 340 61 375 13 121 0 1 443 142 73
Binary 11100000 110001 11111101 1011 1010001 0 1 100100011 1100010 111011

Color Harmonies of #E031FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031FD

Black with #E031FD

Text Example


Text Example

White with #E031FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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