Html Css Color HEX #E326EA Psychedelic Purple

📋 copy color: '#E326EA'

red 227 ◦ green 38 ◦ blue 234

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

Shades of Psychedelic Purple #E326EA

Tints of Psychedelic Purple #E326EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 45.49%
G = 7.62%
B = 46.89%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E326EA (or 0xE326EA) is known color: Psychedelic Purple. HEX triplet: E3, 26 and EA. RGB value is (227,38,234). Sum of RGB (Red+Green+Blue) = 227+38+234=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 38 (15.23% from 255 or 7.62% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #E326EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E326EA is #1CD915. Grayscale: #747474. Windows color (decimal): -1890582 or 15345379. OLE color: 15345379.

HSL color Cylindrical-coordinate representation of color #E326EA: hue angle of 297.86º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E326EA is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 38 234 -
CMYK 0.03 0.84 0 0.08
HSL 297.86º 0.82% 0.53% -
HSV(B) 297.86º 0.84% 0.92% -
XYZ 47.22 23.66 79.92 -
YUV 116.86 194.12 206.56 -
System Red Green Blue C M Y K H S L
Decimal 227 38 234 0.03 0.84 0 0.08 297.86 0.82 0.53
Hex E3 26 EA 3 54 0 8 12A 52 35
Octal 343 46 352 3 124 0 10 452 122 65
Binary 11100011 100110 11101010 11 1010100 0 1000 100101010 1010010 110101

Color Harmonies of #E326EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E326EA

Black with #E326EA

Text Example


Text Example

White with #E326EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E326EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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