Html Css Color HEX #E721FE Psychedelic Purple

📋 copy color: '#E721FE'

red 231 ◦ green 33 ◦ blue 254

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

Shades of Psychedelic Purple #E721FE

Tints of Psychedelic Purple #E721FE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.37%

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

R = 44.59%
G = 6.37%
B = 49.03%

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

#E721FE (or 0xE721FE) is known color: Psychedelic Purple. HEX triplet: E7, 21 and FE. RGB value is (231,33,254). Sum of RGB (Red+Green+Blue) = 231+33+254=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 33 (13.28% from 255 or 6.37% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #E721FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E721FE is #18DE01. Grayscale: #747474. Windows color (decimal): -1629698 or 16654823. OLE color: 16654823.

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

Color convert

RGB 231 33 254 -
CMYK 0.09 0.87 0 0.00
HSL 293.76º 0.99% 0.56% -
HSV(B) 293.76º 0.87% 1% -
XYZ 51.39 25.23 95.93 -
YUV 117.4 205.1 209.03 -
System Red Green Blue C M Y K H S L
Decimal 231 33 254 0.09 0.87 0 0.00 293.76 0.99 0.56
Hex E7 21 FE 9 57 0 0 126 63 38
Octal 347 41 376 11 127 0 0 446 143 70
Binary 11100111 100001 11111110 1001 1010111 0 0 100100110 1100011 111000

Color Harmonies of #E721FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721FE

Black with #E721FE

Text Example


Text Example

White with #E721FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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