Html Css Color HEX #E326FA Psychedelic Purple

📋 copy color: '#E326FA'

red 227 ◦ green 38 ◦ blue 250

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

Shades of Psychedelic Purple #E326FA

Tints of Psychedelic Purple #E326FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 44.08%
G = 7.38%
B = 48.54%

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

#E326FA (or 0xE326FA) is known color: Psychedelic Purple. HEX triplet: E3, 26 and FA. RGB value is (227,38,250). Sum of RGB (Red+Green+Blue) = 227+38+250=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 38 (15.23% from 255 or 7.38% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #E326FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E326FA is #1CD905. Grayscale: #767676. Windows color (decimal): -1890566 or 16393955. OLE color: 16393955.

HSL color Cylindrical-coordinate representation of color #E326FA: hue angle of 293.49º 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 #E326FA is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 227 38 250 -
CMYK 0.09 0.85 0 0.02
HSL 293.49º 0.95% 0.56% -
HSV(B) 293.49º 0.85% 0.98% -
XYZ 49.63 24.62 92.58 -
YUV 118.68 202.12 205.26 -
System Red Green Blue C M Y K H S L
Decimal 227 38 250 0.09 0.85 0 0.02 293.49 0.95 0.56
Hex E3 26 FA 9 55 0 2 125 5F 38
Octal 343 46 372 11 125 0 2 445 137 70
Binary 11100011 100110 11111010 1001 1010101 0 10 100100101 1011111 111000

Color Harmonies of #E326FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E326FA

Black with #E326FA

Text Example


Text Example

White with #E326FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E326FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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