Html Css Color HEX #E720FC Psychedelic Purple

📋 copy color: '#E720FC'

red 231 ◦ green 32 ◦ blue 252

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

Shades of Psychedelic Purple #E720FC

Tints of Psychedelic Purple #E720FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 44.85%
G = 6.21%
B = 48.93%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E720FC (or 0xE720FC) is known color: Psychedelic Purple. HEX triplet: E7, 20 and FC. RGB value is (231,32,252). Sum of RGB (Red+Green+Blue) = 231+32+252=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 32 (12.89% from 255 or 6.21% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #E720FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E720FC is #18DF03. Grayscale: #737373. Windows color (decimal): -1629956 or 16523495. OLE color: 16523495.

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

Color convert

RGB 231 32 252 -
CMYK 0.08 0.87 0 0.01
HSL 294.27º 0.97% 0.56% -
HSV(B) 294.27º 0.87% 0.99% -
XYZ 51.04 25.05 94.24 -
YUV 116.58 204.43 209.61 -
System Red Green Blue C M Y K H S L
Decimal 231 32 252 0.08 0.87 0 0.01 294.27 0.97 0.56
Hex E7 20 FC 8 57 0 1 126 61 38
Octal 347 40 374 10 127 0 1 446 141 70
Binary 11100111 100000 11111100 1000 1010111 0 1 100100110 1100001 111000

Color Harmonies of #E720FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720FC

Black with #E720FC

Text Example


Text Example

White with #E720FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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