Html Css Color HEX #E327FD Psychedelic Purple

📋 copy color: '#E327FD'

red 227 ◦ green 39 ◦ blue 253

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

Shades of Psychedelic Purple #E327FD

Tints of Psychedelic Purple #E327FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 43.74%
G = 7.51%
B = 48.75%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E327FD (or 0xE327FD) is known color: Psychedelic Purple. HEX triplet: E3, 27 and FD. RGB value is (227,39,253). Sum of RGB (Red+Green+Blue) = 227+39+253=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 39 (15.62% from 255 or 7.51% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #E327FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E327FD is #1CD802. Grayscale: #767676. Windows color (decimal): -1890307 or 16590819. OLE color: 16590819.

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

Color convert

RGB 227 39 253 -
CMYK 0.10 0.85 0 0.01
HSL 292.71º 0.98% 0.57% -
HSV(B) 292.71º 0.85% 0.99% -
XYZ 50.13 24.87 95.09 -
YUV 119.61 203.28 204.6 -
System Red Green Blue C M Y K H S L
Decimal 227 39 253 0.10 0.85 0 0.01 292.71 0.98 0.57
Hex E3 27 FD A 55 0 1 125 62 39
Octal 343 47 375 12 125 0 1 445 142 71
Binary 11100011 100111 11111101 1010 1010101 0 1 100100101 1100010 111001

Color Harmonies of #E327FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E327FD

Black with #E327FD

Text Example


Text Example

White with #E327FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E327FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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