Html Css Color HEX #E327FE Psychedelic Purple

📋 copy color: '#E327FE'

red 227 ◦ green 39 ◦ blue 254

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

Shades of Psychedelic Purple #E327FE

Tints of Psychedelic Purple #E327FE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.5%

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

R = 43.65%
G = 7.5%
B = 48.85%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E327FE (or 0xE327FE) is known color: Psychedelic Purple. HEX triplet: E3, 27 and FE. RGB value is (227,39,254). Sum of RGB (Red+Green+Blue) = 227+39+254=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 39 (15.62% from 255 or 7.5% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #E327FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E327FE is #1CD801. Grayscale: #777777. Windows color (decimal): -1890306 or 16656355. OLE color: 16656355.

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

Color convert

RGB 227 39 254 -
CMYK 0.11 0.85 0 0.00
HSL 292.47º 0.99% 0.57% -
HSV(B) 292.47º 0.85% 1% -
XYZ 50.29 24.94 95.93 -
YUV 119.72 203.78 204.52 -
System Red Green Blue C M Y K H S L
Decimal 227 39 254 0.11 0.85 0 0.00 292.47 0.99 0.57
Hex E3 27 FE B 55 0 0 124 63 39
Octal 343 47 376 13 125 0 0 444 143 71
Binary 11100011 100111 11111110 1011 1010101 0 0 100100100 1100011 111001

Color Harmonies of #E327FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E327FE

Black with #E327FE

Text Example


Text Example

White with #E327FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E327FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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