Html Css Color HEX #E320FE Psychedelic Purple

📋 copy color: '#E320FE'

red 227 ◦ green 32 ◦ blue 254

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

Shades of Psychedelic Purple #E320FE

Tints of Psychedelic Purple #E320FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.24%

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

R = 44.25%
G = 6.24%
B = 49.51%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E320FE (or 0xE320FE) is known color: Psychedelic Purple. HEX triplet: E3, 20 and FE. RGB value is (227,32,254). Sum of RGB (Red+Green+Blue) = 227+32+254=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 32 (12.89% from 255 or 6.24% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #E320FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E320FE is #1CDF01. Grayscale: #727272. Windows color (decimal): -1892098 or 16654563. OLE color: 16654563.

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

Color convert

RGB 227 32 254 -
CMYK 0.11 0.87 0 0.00
HSL 292.7º 0.99% 0.56% -
HSV(B) 292.7º 0.87% 1% -
XYZ 50.08 24.52 95.86 -
YUV 115.61 206.1 207.45 -
System Red Green Blue C M Y K H S L
Decimal 227 32 254 0.11 0.87 0 0.00 292.7 0.99 0.56
Hex E3 20 FE B 57 0 0 125 63 38
Octal 343 40 376 13 127 0 0 445 143 70
Binary 11100011 100000 11111110 1011 1010111 0 0 100100101 1100011 111000

Color Harmonies of #E320FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E320FE

Black with #E320FE

Text Example


Text Example

White with #E320FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E320FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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