Html Css Color HEX #E720FE Psychedelic Purple

📋 copy color: '#E720FE'

red 231 ◦ green 32 ◦ blue 254

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

Shades of Psychedelic Purple #E720FE

Tints of Psychedelic Purple #E720FE

RGB

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

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

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

R = 44.68%
G = 6.19%
B = 49.13%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E720FE (or 0xE720FE) is known color: Psychedelic Purple. HEX triplet: E7, 20 and FE. RGB value is (231,32,254). Sum of RGB (Red+Green+Blue) = 231+32+254=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 32 (12.89% from 255 or 6.19% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #E720FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E720FE is #18DF01. Grayscale: #747474. Windows color (decimal): -1629954 or 16654567. OLE color: 16654567.

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

Color convert

RGB 231 32 254 -
CMYK 0.09 0.87 0 0.00
HSL 293.78º 0.99% 0.56% -
HSV(B) 293.78º 0.87% 1% -
XYZ 51.36 25.18 95.92 -
YUV 116.81 205.43 209.45 -
System Red Green Blue C M Y K H S L
Decimal 231 32 254 0.09 0.87 0 0.00 293.78 0.99 0.56
Hex E7 20 FE 9 57 0 0 126 63 38
Octal 347 40 376 11 127 0 0 446 143 70
Binary 11100111 100000 11111110 1001 1010111 0 0 100100110 1100011 111000

Color Harmonies of #E720FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720FE

Black with #E720FE

Text Example


Text Example

White with #E720FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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