Html Css Color HEX #E308FF Psychedelic Purple

📋 copy color: '#E308FF'

red 227 ◦ green 8 ◦ blue 255

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

Shades of Psychedelic Purple #E308FF

Tints of Psychedelic Purple #E308FF

RGB

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

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

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

R = 46.33%
G = 1.63%
B = 52.04%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E308FF (or 0xE308FF) is known color: Psychedelic Purple. HEX triplet: E3, 08 and FF. RGB value is (227,8,255). Sum of RGB (Red+Green+Blue) = 227+8+255=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 8 (3.52% from 255 or 1.63% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #E308FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E308FF is #1CF700. Grayscale: #646464. Windows color (decimal): -1898241 or 16713955. OLE color: 16713955.

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

Color convert

RGB 227 8 255 -
CMYK 0.11 0.97 0 0
HSL 293.2º 1% 0.52% -
HSV(B) 293.2º 0.97% 1% -
XYZ 49.82 23.72 96.56 -
YUV 101.64 214.55 217.42 -
System Red Green Blue C M Y K H S L
Decimal 227 8 255 0.11 0.97 0 0 293.2 1 0.52
Hex E3 8 FF B 61 0 0 125 64 34
Octal 343 10 377 13 141 0 0 445 144 64
Binary 11100011 1000 11111111 1011 1100001 0 0 100100101 1100100 110100

Color Harmonies of #E308FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E308FF

Black with #E308FF

Text Example


Text Example

White with #E308FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E308FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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