Html Css Color HEX #E328F9 Psychedelic Purple

📋 copy color: '#E328F9'

red 227 ◦ green 40 ◦ blue 249

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

Shades of Psychedelic Purple #E328F9

Tints of Psychedelic Purple #E328F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.26%

R = 43.99%
G = 7.75%
B = 48.26%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E328F9 (or 0xE328F9) is known color: Psychedelic Purple. HEX triplet: E3, 28 and F9. RGB value is (227,40,249). Sum of RGB (Red+Green+Blue) = 227+40+249=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 40 (16.02% from 255 or 7.75% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #E328F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E328F9 is #1CD706. Grayscale: #777777. Windows color (decimal): -1890055 or 16328931. OLE color: 16328931.

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

Color convert

RGB 227 40 249 -
CMYK 0.09 0.84 0 0.02
HSL 293.68º 0.95% 0.57% -
HSV(B) 293.68º 0.84% 0.98% -
XYZ 49.54 24.69 91.78 -
YUV 119.74 200.95 204.51 -
System Red Green Blue C M Y K H S L
Decimal 227 40 249 0.09 0.84 0 0.02 293.68 0.95 0.57
Hex E3 28 F9 9 54 0 2 126 5F 39
Octal 343 50 371 11 124 0 2 446 137 71
Binary 11100011 101000 11111001 1001 1010100 0 10 100100110 1011111 111001

Color Harmonies of #E328F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E328F9

Black with #E328F9

Text Example


Text Example

White with #E328F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E328F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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