Html Css Color HEX #E701F9 Psychedelic Purple

📋 copy color: '#E701F9'

red 231 ◦ green 1 ◦ blue 249

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

Shades of Psychedelic Purple #E701F9

Tints of Psychedelic Purple #E701F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.77%

R = 48.02%
G = 0.21%
B = 51.77%

CMYK

 C value IS 0.07

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E701F9 (or 0xE701F9) is known color: Psychedelic Purple. HEX triplet: E7, 01 and F9. RGB value is (231,1,249). Sum of RGB (Red+Green+Blue) = 231+1+249=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 1 (0.78% from 255 or 0.21% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #E701F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E701F9 is #18FE06. Grayscale: #616161. Windows color (decimal): -1637895 or 16318951. OLE color: 16318951.

HSL color Cylindrical-coordinate representation of color #E701F9: hue angle of 295.65º 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 #E701F9 is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 1 249 -
CMYK 0.07 1.00 0 0.02
HSL 295.65º 0.99% 0.49% -
HSV(B) 295.65º 1% 0.98% -
XYZ 50.06 23.85 91.59 -
YUV 98.04 213.2 222.83 -
System Red Green Blue C M Y K H S L
Decimal 231 1 249 0.07 1.00 0 0.02 295.65 0.99 0.49
Hex E7 1 F9 7 64 0 2 128 63 31
Octal 347 1 371 7 144 0 2 450 143 61
Binary 11100111 1 11111001 111 1100100 0 10 100101000 1100011 110001

Color Harmonies of #E701F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701F9

Black with #E701F9

Text Example


Text Example

White with #E701F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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