Html Css Color HEX #E001FE Psychedelic Purple

📋 copy color: '#E001FE'

red 224 ◦ green 1 ◦ blue 254

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

Shades of Psychedelic Purple #E001FE

Tints of Psychedelic Purple #E001FE

RGB

 RED value IS 224 (87.89% from 255) = 46.76%

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

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

R = 46.76%
G = 0.21%
B = 53.03%

CMYK

 C value IS 0.12

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E001FE (or 0xE001FE) is known color: Psychedelic Purple. HEX triplet: E0, 01 and FE. RGB value is (224,1,254). Sum of RGB (Red+Green+Blue) = 224+1+254=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 1 (0.78% from 255 or 0.21% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #E001FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E001FE is #1FFE01. Grayscale: #5F5F5F. Windows color (decimal): -2096642 or 16646624. OLE color: 16646624.

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

Color convert

RGB 224 1 254 -
CMYK 0.12 1.00 0 0.00
HSL 292.89º 0.99% 0.5% -
HSV(B) 292.89º 1% 1% -
XYZ 48.64 23.02 95.65 -
YUV 96.52 216.88 218.93 -
System Red Green Blue C M Y K H S L
Decimal 224 1 254 0.12 1.00 0 0.00 292.89 0.99 0.5
Hex E0 1 FE C 64 0 0 125 63 32
Octal 340 1 376 14 144 0 0 445 143 62
Binary 11100000 1 11111110 1100 1100100 0 0 100100101 1100011 110010

Color Harmonies of #E001FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E001FE

Black with #E001FE

Text Example


Text Example

White with #E001FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E001FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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