Html Css Color HEX #E031FE Psychedelic Purple

📋 copy color: '#E031FE'

red 224 ◦ green 49 ◦ blue 254

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

Shades of Psychedelic Purple #E031FE

Tints of Psychedelic Purple #E031FE

RGB

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

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

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

R = 42.5%
G = 9.3%
B = 48.2%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E031FE (or 0xE031FE) is known color: Psychedelic Purple. HEX triplet: E0, 31 and FE. RGB value is (224,49,254). Sum of RGB (Red+Green+Blue) = 224+49+254=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 49 (19.53% from 255 or 9.30% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #E031FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E031FE is #1FCE01. Grayscale: #7C7C7C. Windows color (decimal): -2084354 or 16658912. OLE color: 16658912.

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

Color convert

RGB 224 49 254 -
CMYK 0.12 0.81 0 0.00
HSL 291.22º 0.99% 0.59% -
HSV(B) 291.22º 0.81% 1% -
XYZ 49.73 25.2 96.01 -
YUV 124.7 200.98 198.83 -
System Red Green Blue C M Y K H S L
Decimal 224 49 254 0.12 0.81 0 0.00 291.22 0.99 0.59
Hex E0 31 FE C 51 0 0 123 63 3B
Octal 340 61 376 14 121 0 0 443 143 73
Binary 11100000 110001 11111110 1100 1010001 0 0 100100011 1100011 111011

Color Harmonies of #E031FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031FE

Black with #E031FE

Text Example


Text Example

White with #E031FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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