Html Css Color HEX #E301FE Psychedelic Purple

📋 copy color: '#E301FE'

red 227 ◦ green 1 ◦ blue 254

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

Shades of Psychedelic Purple #E301FE

Tints of Psychedelic Purple #E301FE

RGB

 RED value IS 227 (89.06% from 255) = 47.1%

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

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

R = 47.1%
G = 0.21%
B = 52.7%

CMYK

 C value IS 0.11

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E301FE (or 0xE301FE) is known color: Psychedelic Purple. HEX triplet: E3, 01 and FE. RGB value is (227,1,254). Sum of RGB (Red+Green+Blue) = 227+1+254=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 1 (0.78% from 255 or 0.21% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #E301FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E301FE is #1CFE01. Grayscale: #606060. Windows color (decimal): -1900034 or 16646627. OLE color: 16646627.

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

Color convert

RGB 227 1 254 -
CMYK 0.11 1.00 0 0.00
HSL 293.6º 0.99% 0.5% -
HSV(B) 293.6º 1% 1% -
XYZ 49.58 23.51 95.69 -
YUV 97.42 216.37 220.43 -
System Red Green Blue C M Y K H S L
Decimal 227 1 254 0.11 1.00 0 0.00 293.6 0.99 0.5
Hex E3 1 FE B 64 0 0 126 63 32
Octal 343 1 376 13 144 0 0 446 143 62
Binary 11100011 1 11111110 1011 1100100 0 0 100100110 1100011 110010

Color Harmonies of #E301FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E301FE

Black with #E301FE

Text Example


Text Example

White with #E301FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E301FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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