Html Css Color HEX #E020FF Psychedelic Purple

📋 copy color: '#E020FF'

red 224 ◦ green 32 ◦ blue 255

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

Shades of Psychedelic Purple #E020FF

Tints of Psychedelic Purple #E020FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.26%

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

R = 43.84%
G = 6.26%
B = 49.9%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E020FF (or 0xE020FF) is known color: Psychedelic Purple. HEX triplet: E0, 20 and FF. RGB value is (224,32,255). Sum of RGB (Red+Green+Blue) = 224+32+255=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 32 (12.89% from 255 or 6.26% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #E020FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E020FF is #1FDF00. Grayscale: #727272. Windows color (decimal): -2088705 or 16720096. OLE color: 16720096.

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

Color convert

RGB 224 32 255 -
CMYK 0.12 0.87 0 0
HSL 291.66º 1% 0.56% -
HSV(B) 291.66º 0.87% 1% -
XYZ 49.31 24.1 96.66 -
YUV 114.83 207.11 205.87 -
System Red Green Blue C M Y K H S L
Decimal 224 32 255 0.12 0.87 0 0 291.66 1 0.56
Hex E0 20 FF C 57 0 0 124 64 38
Octal 340 40 377 14 127 0 0 444 144 70
Binary 11100000 100000 11111111 1100 1010111 0 0 100100100 1100100 111000

Color Harmonies of #E020FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E020FF

Black with #E020FF

Text Example


Text Example

White with #E020FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E020FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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