Html Css Color HEX #E326FB Psychedelic Purple

📋 copy color: '#E326FB'

red 227 ◦ green 38 ◦ blue 251

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

Shades of Psychedelic Purple #E326FB

Tints of Psychedelic Purple #E326FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.64%

R = 43.99%
G = 7.36%
B = 48.64%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E326FB (or 0xE326FB) is known color: Psychedelic Purple. HEX triplet: E3, 26 and FB. RGB value is (227,38,251). Sum of RGB (Red+Green+Blue) = 227+38+251=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 38 (15.23% from 255 or 7.36% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #E326FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E326FB is #1CD904. Grayscale: #767676. Windows color (decimal): -1890565 or 16459491. OLE color: 16459491.

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

Color convert

RGB 227 38 251 -
CMYK 0.10 0.85 0 0.02
HSL 293.24º 0.96% 0.57% -
HSV(B) 293.24º 0.85% 0.98% -
XYZ 49.78 24.68 93.41 -
YUV 118.79 202.62 205.18 -
System Red Green Blue C M Y K H S L
Decimal 227 38 251 0.10 0.85 0 0.02 293.24 0.96 0.57
Hex E3 26 FB A 55 0 2 125 60 39
Octal 343 46 373 12 125 0 2 445 140 71
Binary 11100011 100110 11111011 1010 1010101 0 10 100100101 1100000 111001

Color Harmonies of #E326FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E326FB

Black with #E326FB

Text Example


Text Example

White with #E326FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E326FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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