Html Css Color HEX #E328FD Psychedelic Purple

📋 copy color: '#E328FD'

red 227 ◦ green 40 ◦ blue 253

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

Shades of Psychedelic Purple #E328FD

Tints of Psychedelic Purple #E328FD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.69%

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

R = 43.65%
G = 7.69%
B = 48.65%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E328FD (or 0xE328FD) is known color: Psychedelic Purple. HEX triplet: E3, 28 and FD. RGB value is (227,40,253). Sum of RGB (Red+Green+Blue) = 227+40+253=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 40 (16.02% from 255 or 7.69% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #E328FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E328FD is #1CD702. Grayscale: #777777. Windows color (decimal): -1890051 or 16591075. OLE color: 16591075.

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

Color convert

RGB 227 40 253 -
CMYK 0.10 0.84 0 0.01
HSL 292.68º 0.98% 0.57% -
HSV(B) 292.68º 0.84% 0.99% -
XYZ 50.17 24.94 95.1 -
YUV 120.2 202.95 204.18 -
System Red Green Blue C M Y K H S L
Decimal 227 40 253 0.10 0.84 0 0.01 292.68 0.98 0.57
Hex E3 28 FD A 54 0 1 125 62 39
Octal 343 50 375 12 124 0 1 445 142 71
Binary 11100011 101000 11111101 1010 1010100 0 1 100100101 1100010 111001

Color Harmonies of #E328FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E328FD

Black with #E328FD

Text Example


Text Example

White with #E328FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E328FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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