Html Css Color HEX #E801F9 Psychedelic Purple

📋 copy color: '#E801F9'

red 232 ◦ green 1 ◦ blue 249

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

Shades of Psychedelic Purple #E801F9

Tints of Psychedelic Purple #E801F9

RGB

 RED value IS 232 (91.02% from 255) = 48.13%

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

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

R = 48.13%
G = 0.21%
B = 51.66%

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

#E801F9 (or 0xE801F9) is known color: Psychedelic Purple. HEX triplet: E8, 01 and F9. RGB value is (232,1,249). Sum of RGB (Red+Green+Blue) = 232+1+249=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 1 (0.78% from 255 or 0.21% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #E801F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E801F9 is #17FE06. Grayscale: #616161. Windows color (decimal): -1572359 or 16318952. OLE color: 16318952.

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

Color convert

RGB 232 1 249 -
CMYK 0.07 1.00 0 0.02
HSL 295.89º 0.99% 0.49% -
HSV(B) 295.89º 1% 0.98% -
XYZ 50.39 24.02 91.6 -
YUV 98.34 213.03 223.33 -
System Red Green Blue C M Y K H S L
Decimal 232 1 249 0.07 1.00 0 0.02 295.89 0.99 0.49
Hex E8 1 F9 7 64 0 2 128 63 31
Octal 350 1 371 7 144 0 2 450 143 61
Binary 11101000 1 11111001 111 1100100 0 10 100101000 1100011 110001

Color Harmonies of #E801F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E801F9

Black with #E801F9

Text Example


Text Example

White with #E801F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E801F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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