Html Css Color HEX #E701FE Psychedelic Purple

📋 copy color: '#E701FE'

red 231 ◦ green 1 ◦ blue 254

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

Shades of Psychedelic Purple #E701FE

Tints of Psychedelic Purple #E701FE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 47.53%
G = 0.21%
B = 52.26%

CMYK

 C value IS 0.09

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E701FE (or 0xE701FE) is known color: Psychedelic Purple. HEX triplet: E7, 01 and FE. RGB value is (231,1,254). Sum of RGB (Red+Green+Blue) = 231+1+254=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 1 (0.78% from 255 or 0.21% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #E701FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E701FE is #18FE01. Grayscale: #616161. Windows color (decimal): -1637890 or 16646631. OLE color: 16646631.

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

Color convert

RGB 231 1 254 -
CMYK 0.09 1.00 0 0.00
HSL 294.55º 0.99% 0.5% -
HSV(B) 294.55º 1% 1% -
XYZ 50.86 24.17 95.75 -
YUV 98.61 215.7 222.43 -
System Red Green Blue C M Y K H S L
Decimal 231 1 254 0.09 1.00 0 0.00 294.55 0.99 0.5
Hex E7 1 FE 9 64 0 0 127 63 32
Octal 347 1 376 11 144 0 0 447 143 62
Binary 11100111 1 11111110 1001 1100100 0 0 100100111 1100011 110010

Color Harmonies of #E701FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701FE

Black with #E701FE

Text Example


Text Example

White with #E701FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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