Html Css Color HEX #E301FC Psychedelic Purple

📋 copy color: '#E301FC'

red 227 ◦ green 1 ◦ blue 252

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

Shades of Psychedelic Purple #E301FC

Tints of Psychedelic Purple #E301FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.5%

R = 47.29%
G = 0.21%
B = 52.5%

CMYK

 C value IS 0.10

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E301FC (or 0xE301FC) is known color: Psychedelic Purple. HEX triplet: E3, 01 and FC. RGB value is (227,1,252). Sum of RGB (Red+Green+Blue) = 227+1+252=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 1 (0.78% from 255 or 0.21% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #E301FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E301FC is #1CFE03. Grayscale: #606060. Windows color (decimal): -1900036 or 16515555. OLE color: 16515555.

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

Color convert

RGB 227 1 252 -
CMYK 0.10 1.00 0 0.01
HSL 294.02º 0.99% 0.5% -
HSV(B) 294.02º 1% 0.99% -
XYZ 49.26 23.38 94.01 -
YUV 97.19 215.37 220.59 -
System Red Green Blue C M Y K H S L
Decimal 227 1 252 0.10 1.00 0 0.01 294.02 0.99 0.5
Hex E3 1 FC A 64 0 1 126 63 32
Octal 343 1 374 12 144 0 1 446 143 62
Binary 11100011 1 11111100 1010 1100100 0 1 100100110 1100011 110010

Color Harmonies of #E301FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E301FC

Black with #E301FC

Text Example


Text Example

White with #E301FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E301FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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