Html Css Color HEX #E308FC Psychedelic Purple

📋 copy color: '#E308FC'

red 227 ◦ green 8 ◦ blue 252

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

Shades of Psychedelic Purple #E308FC

Tints of Psychedelic Purple #E308FC

RGB

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

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

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

R = 46.61%
G = 1.64%
B = 51.75%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E308FC (or 0xE308FC) is known color: Psychedelic Purple. HEX triplet: E3, 08 and FC. RGB value is (227,8,252). Sum of RGB (Red+Green+Blue) = 227+8+252=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 8 (3.52% from 255 or 1.64% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #E308FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E308FC is #1CF703. Grayscale: #646464. Windows color (decimal): -1898244 or 16517347. OLE color: 16517347.

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

Color convert

RGB 227 8 252 -
CMYK 0.10 0.97 0 0.01
HSL 293.85º 0.98% 0.51% -
HSV(B) 293.85º 0.97% 0.99% -
XYZ 49.34 23.53 94.04 -
YUV 101.3 213.05 217.66 -
System Red Green Blue C M Y K H S L
Decimal 227 8 252 0.10 0.97 0 0.01 293.85 0.98 0.51
Hex E3 8 FC A 61 0 1 126 62 33
Octal 343 10 374 12 141 0 1 446 142 63
Binary 11100011 1000 11111100 1010 1100001 0 1 100100110 1100010 110011

Color Harmonies of #E308FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E308FC

Black with #E308FC

Text Example


Text Example

White with #E308FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E308FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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