Html Css Color HEX #E701FA Psychedelic Purple

📋 copy color: '#E701FA'

red 231 ◦ green 1 ◦ blue 250

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

Shades of Psychedelic Purple #E701FA

Tints of Psychedelic Purple #E701FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 47.93%
G = 0.21%
B = 51.87%

CMYK

 C value IS 0.08

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E701FA (or 0xE701FA) is known color: Psychedelic Purple. HEX triplet: E7, 01 and FA. RGB value is (231,1,250). Sum of RGB (Red+Green+Blue) = 231+1+250=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 1 (0.78% from 255 or 0.21% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #E701FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E701FA is #18FE05. Grayscale: #616161. Windows color (decimal): -1637894 or 16384487. OLE color: 16384487.

HSL color Cylindrical-coordinate representation of color #E701FA: hue angle of 295.42º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701FA is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 1 250 -
CMYK 0.08 1.00 0 0.02
HSL 295.42º 0.99% 0.49% -
HSV(B) 295.42º 1% 0.98% -
XYZ 50.22 23.91 92.41 -
YUV 98.16 213.7 222.75 -
System Red Green Blue C M Y K H S L
Decimal 231 1 250 0.08 1.00 0 0.02 295.42 0.99 0.49
Hex E7 1 FA 8 64 0 2 127 63 31
Octal 347 1 372 10 144 0 2 447 143 61
Binary 11100111 1 11111010 1000 1100100 0 10 100100111 1100011 110001

Color Harmonies of #E701FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701FA

Black with #E701FA

Text Example


Text Example

White with #E701FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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