Html Css Color HEX #E315FE Psychedelic Purple

📋 copy color: '#E315FE'

red 227 ◦ green 21 ◦ blue 254

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

Shades of Psychedelic Purple #E315FE

Tints of Psychedelic Purple #E315FE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.18%

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

R = 45.22%
G = 4.18%
B = 50.6%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E315FE (or 0xE315FE) is known color: Psychedelic Purple. HEX triplet: E3, 15 and FE. RGB value is (227,21,254). Sum of RGB (Red+Green+Blue) = 227+21+254=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 21 (8.59% from 255 or 4.18% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #E315FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E315FE is #1CEA01. Grayscale: #6C6C6C. Windows color (decimal): -1894914 or 16651747. OLE color: 16651747.

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

Color convert

RGB 227 21 254 -
CMYK 0.11 0.92 0 0.00
HSL 293.05º 0.99% 0.54% -
HSV(B) 293.05º 0.92% 1% -
XYZ 49.84 24.02 95.78 -
YUV 109.16 209.75 212.05 -
System Red Green Blue C M Y K H S L
Decimal 227 21 254 0.11 0.92 0 0.00 293.05 0.99 0.54
Hex E3 15 FE B 5C 0 0 125 63 36
Octal 343 25 376 13 134 0 0 445 143 66
Binary 11100011 10101 11111110 1011 1011100 0 0 100100101 1100011 110110

Color Harmonies of #E315FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E315FE

Black with #E315FE

Text Example


Text Example

White with #E315FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E315FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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