Html Css Color HEX #E323FC Psychedelic Purple

📋 copy color: '#E323FC'

red 227 ◦ green 35 ◦ blue 252

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

Shades of Psychedelic Purple #E323FC

Tints of Psychedelic Purple #E323FC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 6.81%

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 44.16%
G = 6.81%
B = 49.03%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E323FC (or 0xE323FC) is known color: Psychedelic Purple. HEX triplet: E3, 23 and FC. RGB value is (227,35,252). Sum of RGB (Red+Green+Blue) = 227+35+252=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 35 (14.06% from 255 or 6.81% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #E323FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E323FC is #1CDC03. Grayscale: #747474. Windows color (decimal): -1891332 or 16524259. OLE color: 16524259.

HSL color Cylindrical-coordinate representation of color #E323FC: hue angle of 293.09º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E323FC is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 35 252 -
CMYK 0.10 0.86 0 0.01
HSL 293.09º 0.97% 0.56% -
HSV(B) 293.09º 0.86% 0.99% -
XYZ 49.85 24.56 94.21 -
YUV 117.15 204.11 206.36 -
System Red Green Blue C M Y K H S L
Decimal 227 35 252 0.10 0.86 0 0.01 293.09 0.97 0.56
Hex E3 23 FC A 56 0 1 125 61 38
Octal 343 43 374 12 126 0 1 445 141 70
Binary 11100011 100011 11111100 1010 1010110 0 1 100100101 1100001 111000

Color Harmonies of #E323FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E323FC

Black with #E323FC

Text Example


Text Example

White with #E323FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E323FC; }

 p { color: rgb(227,35,252); }

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

background-color css

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

 a { background-color: rgb(227,35,252); }

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

border-color css

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

 span { border-color: rgb(227,35,252); }

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