Html Css Color HEX #E031FF Psychedelic Purple

📋 copy color: '#E031FF'

red 224 ◦ green 49 ◦ blue 255

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

Shades of Psychedelic Purple #E031FF

Tints of Psychedelic Purple #E031FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.3%

R = 42.42%
G = 9.28%
B = 48.3%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E031FF (or 0xE031FF) is known color: Psychedelic Purple. HEX triplet: E0, 31 and FF. RGB value is (224,49,255). Sum of RGB (Red+Green+Blue) = 224+49+255=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 49 (19.53% from 255 or 9.28% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #E031FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E031FF is #1FCE00. Grayscale: #7C7C7C. Windows color (decimal): -2084353 or 16724448. OLE color: 16724448.

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

Color convert

RGB 224 49 255 -
CMYK 0.12 0.81 0 0
HSL 290.97º 1% 0.6% -
HSV(B) 290.97º 0.81% 1% -
XYZ 49.89 25.26 96.85 -
YUV 124.81 201.48 198.75 -
System Red Green Blue C M Y K H S L
Decimal 224 49 255 0.12 0.81 0 0 290.97 1 0.6
Hex E0 31 FF C 51 0 0 123 64 3C
Octal 340 61 377 14 121 0 0 443 144 74
Binary 11100000 110001 11111111 1100 1010001 0 0 100100011 1100100 111100

Color Harmonies of #E031FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031FF

Black with #E031FF

Text Example


Text Example

White with #E031FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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