Html Css Color HEX #E031FA Psychedelic Purple

📋 copy color: '#E031FA'

red 224 ◦ green 49 ◦ blue 250

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

Shades of Psychedelic Purple #E031FA

Tints of Psychedelic Purple #E031FA

RGB

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

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

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

R = 42.83%
G = 9.37%
B = 47.8%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E031FA (or 0xE031FA) is known color: Psychedelic Purple. HEX triplet: E0, 31 and FA. RGB value is (224,49,250). Sum of RGB (Red+Green+Blue) = 224+49+250=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 49 (19.53% from 255 or 9.37% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #E031FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E031FA is #1FCE05. Grayscale: #7B7B7B. Windows color (decimal): -2084358 or 16396768. OLE color: 16396768.

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

Color convert

RGB 224 49 250 -
CMYK 0.10 0.80 0 0.02
HSL 292.24º 0.95% 0.59% -
HSV(B) 292.24º 0.8% 0.98% -
XYZ 49.09 24.95 92.67 -
YUV 124.24 198.98 199.16 -
System Red Green Blue C M Y K H S L
Decimal 224 49 250 0.10 0.80 0 0.02 292.24 0.95 0.59
Hex E0 31 FA A 50 0 2 124 5F 3B
Octal 340 61 372 12 120 0 2 444 137 73
Binary 11100000 110001 11111010 1010 1010000 0 10 100100100 1011111 111011

Color Harmonies of #E031FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031FA

Black with #E031FA

Text Example


Text Example

White with #E031FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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