Html Css Color HEX #E301FB Psychedelic Purple

📋 copy color: '#E301FB'

red 227 ◦ green 1 ◦ blue 251

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

Shades of Psychedelic Purple #E301FB

Tints of Psychedelic Purple #E301FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.4%

R = 47.39%
G = 0.21%
B = 52.4%

CMYK

 C value IS 0.10

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E301FB (or 0xE301FB) is known color: Psychedelic Purple. HEX triplet: E3, 01 and FB. RGB value is (227,1,251). Sum of RGB (Red+Green+Blue) = 227+1+251=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 1 (0.78% from 255 or 0.21% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #E301FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E301FB is #1CFE04. Grayscale: #606060. Windows color (decimal): -1900037 or 16450019. OLE color: 16450019.

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

Color convert

RGB 227 1 251 -
CMYK 0.10 1.00 0 0.02
HSL 294.24º 0.99% 0.49% -
HSV(B) 294.24º 1% 0.98% -
XYZ 49.1 23.32 93.18 -
YUV 97.07 214.87 220.67 -
System Red Green Blue C M Y K H S L
Decimal 227 1 251 0.10 1.00 0 0.02 294.24 0.99 0.49
Hex E3 1 FB A 64 0 2 126 63 31
Octal 343 1 373 12 144 0 2 446 143 61
Binary 11100011 1 11111011 1010 1100100 0 10 100100110 1100011 110001

Color Harmonies of #E301FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E301FB

Black with #E301FB

Text Example


Text Example

White with #E301FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E301FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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