Html Css Color HEX #E301FF Psychedelic Purple

📋 copy color: '#E301FF'

red 227 ◦ green 1 ◦ blue 255

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

Shades of Psychedelic Purple #E301FF

Tints of Psychedelic Purple #E301FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.8%

R = 47%
G = 0.21%
B = 52.8%

CMYK

 C value IS 0.11

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E301FF (or 0xE301FF) is known color: Psychedelic Purple. HEX triplet: E3, 01 and FF. RGB value is (227,1,255). Sum of RGB (Red+Green+Blue) = 227+1+255=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 1 (0.78% from 255 or 0.21% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #E301FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E301FF is #1CFE00. Grayscale: #606060. Windows color (decimal): -1900033 or 16712163. OLE color: 16712163.

HSL color Cylindrical-coordinate representation of color #E301FF: hue angle of 293.39º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E301FF is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 227 1 255 -
CMYK 0.11 1.00 0 0
HSL 293.39º 1% 0.5% -
HSV(B) 293.39º 1% 1% -
XYZ 49.74 23.57 96.54 -
YUV 97.53 216.87 220.35 -
System Red Green Blue C M Y K H S L
Decimal 227 1 255 0.11 1.00 0 0 293.39 1 0.5
Hex E3 1 FF B 64 0 0 125 64 32
Octal 343 1 377 13 144 0 0 445 144 62
Binary 11100011 1 11111111 1011 1100100 0 0 100100101 1100100 110010

Color Harmonies of #E301FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E301FF

Black with #E301FF

Text Example


Text Example

White with #E301FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E301FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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