Html Css Color HEX #E801F1 Psychedelic Purple

📋 copy color: '#E801F1'

red 232 ◦ green 1 ◦ blue 241

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

Shades of Psychedelic Purple #E801F1

Tints of Psychedelic Purple #E801F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.84%

R = 48.95%
G = 0.21%
B = 50.84%

CMYK

 C value IS 0.04

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E801F1 (or 0xE801F1) is known color: Psychedelic Purple. HEX triplet: E8, 01 and F1. RGB value is (232,1,241). Sum of RGB (Red+Green+Blue) = 232+1+241=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 1 (0.78% from 255 or 0.21% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #E801F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E801F1 is #17FE0E. Grayscale: #606060. Windows color (decimal): -1572367 or 15794664. OLE color: 15794664.

HSL color Cylindrical-coordinate representation of color #E801F1: hue angle of 297.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E801F1 is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 232 1 241 -
CMYK 0.04 1.00 0 0.05
HSL 297.75º 0.99% 0.47% -
HSV(B) 297.75º 1% 0.95% -
XYZ 49.17 23.53 85.17 -
YUV 97.43 209.03 223.99 -
System Red Green Blue C M Y K H S L
Decimal 232 1 241 0.04 1.00 0 0.05 297.75 0.99 0.47
Hex E8 1 F1 4 64 0 5 12A 63 2F
Octal 350 1 361 4 144 0 5 452 143 57
Binary 11101000 1 11110001 100 1100100 0 101 100101010 1100011 101111

Color Harmonies of #E801F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E801F1

Black with #E801F1

Text Example


Text Example

White with #E801F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E801F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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