Html Css Color HEX #E326F9 Psychedelic Purple

📋 copy color: '#E326F9'

red 227 ◦ green 38 ◦ blue 249

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

Shades of Psychedelic Purple #E326F9

Tints of Psychedelic Purple #E326F9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.39%

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

R = 44.16%
G = 7.39%
B = 48.44%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E326F9 (or 0xE326F9) is known color: Psychedelic Purple. HEX triplet: E3, 26 and F9. RGB value is (227,38,249). Sum of RGB (Red+Green+Blue) = 227+38+249=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 38 (15.23% from 255 or 7.39% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #E326F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E326F9 is #1CD906. Grayscale: #757575. Windows color (decimal): -1890567 or 16328419. OLE color: 16328419.

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

Color convert

RGB 227 38 249 -
CMYK 0.09 0.85 0 0.02
HSL 293.74º 0.95% 0.56% -
HSV(B) 293.74º 0.85% 0.98% -
XYZ 49.47 24.56 91.76 -
YUV 118.57 201.62 205.34 -
System Red Green Blue C M Y K H S L
Decimal 227 38 249 0.09 0.85 0 0.02 293.74 0.95 0.56
Hex E3 26 F9 9 55 0 2 126 5F 38
Octal 343 46 371 11 125 0 2 446 137 70
Binary 11100011 100110 11111001 1001 1010101 0 10 100100110 1011111 111000

Color Harmonies of #E326F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E326F9

Black with #E326F9

Text Example


Text Example

White with #E326F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E326F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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