Html Css Color HEX #E313FE Psychedelic Purple

📋 copy color: '#E313FE'

red 227 ◦ green 19 ◦ blue 254

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

Shades of Psychedelic Purple #E313FE

Tints of Psychedelic Purple #E313FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.8%

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

R = 45.4%
G = 3.8%
B = 50.8%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E313FE (or 0xE313FE) is known color: Psychedelic Purple. HEX triplet: E3, 13 and FE. RGB value is (227,19,254). Sum of RGB (Red+Green+Blue) = 227+19+254=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 19 (7.81% from 255 or 3.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #E313FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E313FE is #1CEC01. Grayscale: #6B6B6B. Windows color (decimal): -1895426 or 16651235. OLE color: 16651235.

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

Color convert

RGB 227 19 254 -
CMYK 0.11 0.93 0 0.00
HSL 293.11º 0.99% 0.54% -
HSV(B) 293.11º 0.93% 1% -
XYZ 49.8 23.95 95.76 -
YUV 107.98 210.41 212.89 -
System Red Green Blue C M Y K H S L
Decimal 227 19 254 0.11 0.93 0 0.00 293.11 0.99 0.54
Hex E3 13 FE B 5D 0 0 125 63 36
Octal 343 23 376 13 135 0 0 445 143 66
Binary 11100011 10011 11111110 1011 1011101 0 0 100100101 1100011 110110

Color Harmonies of #E313FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E313FE

Black with #E313FE

Text Example


Text Example

White with #E313FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E313FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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