Html Css Color HEX #E326FD Psychedelic Purple

📋 copy color: '#E326FD'

red 227 ◦ green 38 ◦ blue 253

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

Shades of Psychedelic Purple #E326FD

Tints of Psychedelic Purple #E326FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 43.82%
G = 7.34%
B = 48.84%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E326FD (or 0xE326FD) is known color: Psychedelic Purple. HEX triplet: E3, 26 and FD. RGB value is (227,38,253). Sum of RGB (Red+Green+Blue) = 227+38+253=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 38 (15.23% from 255 or 7.34% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #E326FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E326FD is #1CD902. Grayscale: #767676. Windows color (decimal): -1890563 or 16590563. OLE color: 16590563.

HSL color Cylindrical-coordinate representation of color #E326FD: hue angle of 292.74º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E326FD is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 38 253 -
CMYK 0.10 0.85 0 0.01
HSL 292.74º 0.98% 0.57% -
HSV(B) 292.74º 0.85% 0.99% -
XYZ 50.1 24.81 95.08 -
YUV 119.02 203.62 205.02 -
System Red Green Blue C M Y K H S L
Decimal 227 38 253 0.10 0.85 0 0.01 292.74 0.98 0.57
Hex E3 26 FD A 55 0 1 125 62 39
Octal 343 46 375 12 125 0 1 445 142 71
Binary 11100011 100110 11111101 1010 1010101 0 1 100100101 1100010 111001

Color Harmonies of #E326FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E326FD

Black with #E326FD

Text Example


Text Example

White with #E326FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E326FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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