Html Css Color HEX #E301F7 Psychedelic Purple

📋 copy color: '#E301F7'

red 227 ◦ green 1 ◦ blue 247

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

Shades of Psychedelic Purple #E301F7

Tints of Psychedelic Purple #E301F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52%

R = 47.79%
G = 0.21%
B = 52%

CMYK

 C value IS 0.08

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E301F7 (or 0xE301F7) is known color: Psychedelic Purple. HEX triplet: E3, 01 and F7. RGB value is (227,1,247). Sum of RGB (Red+Green+Blue) = 227+1+247=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 1 (0.78% from 255 or 0.21% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #E301F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E301F7 is #1CFE08. Grayscale: #5F5F5F. Windows color (decimal): -1900041 or 16187875. OLE color: 16187875.

HSL color Cylindrical-coordinate representation of color #E301F7: hue angle of 295.12º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E301F7 is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 227 1 247 -
CMYK 0.08 1.00 0 0.03
HSL 295.12º 0.99% 0.49% -
HSV(B) 295.12º 1% 0.97% -
XYZ 48.48 23.07 89.89 -
YUV 96.62 212.87 221 -
System Red Green Blue C M Y K H S L
Decimal 227 1 247 0.08 1.00 0 0.03 295.12 0.99 0.49
Hex E3 1 F7 8 64 0 3 127 63 31
Octal 343 1 367 10 144 0 3 447 143 61
Binary 11100011 1 11110111 1000 1100100 0 11 100100111 1100011 110001

Color Harmonies of #E301F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E301F7

Black with #E301F7

Text Example


Text Example

White with #E301F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E301F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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