Html Css Color HEX #E720FF Psychedelic Purple

📋 copy color: '#E720FF'

red 231 ◦ green 32 ◦ blue 255

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

Shades of Psychedelic Purple #E720FF

Tints of Psychedelic Purple #E720FF

RGB

 RED value IS 231 (90.63% from 255) = 44.59%

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

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

R = 44.59%
G = 6.18%
B = 49.23%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E720FF (or 0xE720FF) is known color: Psychedelic Purple. HEX triplet: E7, 20 and FF. RGB value is (231,32,255). Sum of RGB (Red+Green+Blue) = 231+32+255=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 32 (12.89% from 255 or 6.18% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #E720FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E720FF is #18DF00. Grayscale: #747474. Windows color (decimal): -1629953 or 16720103. OLE color: 16720103.

HSL color Cylindrical-coordinate representation of color #E720FF: hue angle of 293.54º 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 #E720FF is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 231 32 255 -
CMYK 0.09 0.87 0 0
HSL 293.54º 1% 0.56% -
HSV(B) 293.54º 0.87% 1% -
XYZ 51.52 25.24 96.76 -
YUV 116.92 205.93 209.37 -
System Red Green Blue C M Y K H S L
Decimal 231 32 255 0.09 0.87 0 0 293.54 1 0.56
Hex E7 20 FF 9 57 0 0 126 64 38
Octal 347 40 377 11 127 0 0 446 144 70
Binary 11100111 100000 11111111 1001 1010111 0 0 100100110 1100100 111000

Color Harmonies of #E720FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720FF

Black with #E720FF

Text Example


Text Example

White with #E720FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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