Html Css Color HEX #E326F8 Psychedelic Purple

📋 copy color: '#E326F8'

red 227 ◦ green 38 ◦ blue 248

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

Shades of Psychedelic Purple #E326F8

Tints of Psychedelic Purple #E326F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.34%

R = 44.25%
G = 7.41%
B = 48.34%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E326F8 (or 0xE326F8) is known color: Psychedelic Purple. HEX triplet: E3, 26 and F8. RGB value is (227,38,248). Sum of RGB (Red+Green+Blue) = 227+38+248=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 38 (15.23% from 255 or 7.41% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #E326F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E326F8 is #1CD907. Grayscale: #757575. Windows color (decimal): -1890568 or 16262883. OLE color: 16262883.

HSL color Cylindrical-coordinate representation of color #E326F8: hue angle of 294º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E326F8 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 227 38 248 -
CMYK 0.08 0.85 0 0.03
HSL 294º 0.94% 0.56% -
HSV(B) 294º 0.85% 0.97% -
XYZ 49.31 24.49 90.94 -
YUV 118.45 201.12 205.42 -
System Red Green Blue C M Y K H S L
Decimal 227 38 248 0.08 0.85 0 0.03 294 0.94 0.56
Hex E3 26 F8 8 55 0 3 126 5E 38
Octal 343 46 370 10 125 0 3 446 136 70
Binary 11100011 100110 11111000 1000 1010101 0 11 100100110 1011110 111000

Color Harmonies of #E326F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E326F8

Black with #E326F8

Text Example


Text Example

White with #E326F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E326F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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