Html Css Color HEX #E307FF Psychedelic Purple

📋 copy color: '#E307FF'

red 227 ◦ green 7 ◦ blue 255

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

Shades of Psychedelic Purple #E307FF

Tints of Psychedelic Purple #E307FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.43%

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

R = 46.42%
G = 1.43%
B = 52.15%

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

#E307FF (or 0xE307FF) is known color: Psychedelic Purple. HEX triplet: E3, 07 and FF. RGB value is (227,7,255). Sum of RGB (Red+Green+Blue) = 227+7+255=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 7 (3.12% from 255 or 1.43% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #E307FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E307FF is #1CF800. Grayscale: #646464. Windows color (decimal): -1898497 or 16713699. OLE color: 16713699.

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

Color convert

RGB 227 7 255 -
CMYK 0.11 0.97 0 0
HSL 293.23º 1% 0.51% -
HSV(B) 293.23º 0.97% 1% -
XYZ 49.8 23.7 96.56 -
YUV 101.05 214.89 217.83 -
System Red Green Blue C M Y K H S L
Decimal 227 7 255 0.11 0.97 0 0 293.23 1 0.51
Hex E3 7 FF B 61 0 0 125 64 33
Octal 343 7 377 13 141 0 0 445 144 63
Binary 11100011 111 11111111 1011 1100001 0 0 100100101 1100100 110011

Color Harmonies of #E307FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E307FF

Black with #E307FF

Text Example


Text Example

White with #E307FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E307FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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