Html Css Color HEX #E308FE Psychedelic Purple

📋 copy color: '#E308FE'

red 227 ◦ green 8 ◦ blue 254

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

Shades of Psychedelic Purple #E308FE

Tints of Psychedelic Purple #E308FE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.64%

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

R = 46.42%
G = 1.64%
B = 51.94%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E308FE (or 0xE308FE) is known color: Psychedelic Purple. HEX triplet: E3, 08 and FE. RGB value is (227,8,254). Sum of RGB (Red+Green+Blue) = 227+8+254=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 8 (3.52% from 255 or 1.64% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #E308FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E308FE is #1CF701. Grayscale: #646464. Windows color (decimal): -1898242 or 16648419. OLE color: 16648419.

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

Color convert

RGB 227 8 254 -
CMYK 0.11 0.97 0 0.00
HSL 293.41º 0.99% 0.51% -
HSV(B) 293.41º 0.97% 1% -
XYZ 49.65 23.66 95.72 -
YUV 101.53 214.05 217.5 -
System Red Green Blue C M Y K H S L
Decimal 227 8 254 0.11 0.97 0 0.00 293.41 0.99 0.51
Hex E3 8 FE B 61 0 0 125 63 33
Octal 343 10 376 13 141 0 0 445 143 63
Binary 11100011 1000 11111110 1011 1100001 0 0 100100101 1100011 110011

Color Harmonies of #E308FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E308FE

Black with #E308FE

Text Example


Text Example

White with #E308FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E308FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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