Html Css Color HEX #E332FD Psychedelic Purple

📋 copy color: '#E332FD'

red 227 ◦ green 50 ◦ blue 253

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

Shades of Psychedelic Purple #E332FD

Tints of Psychedelic Purple #E332FD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.43%

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

R = 42.83%
G = 9.43%
B = 47.74%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E332FD (or 0xE332FD) is known color: Psychedelic Purple. HEX triplet: E3, 32 and FD. RGB value is (227,50,253). Sum of RGB (Red+Green+Blue) = 227+50+253=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 50 (19.92% from 255 or 9.43% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #E332FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E332FD is #1CCD02. Grayscale: #7D7D7D. Windows color (decimal): -1887491 or 16593635. OLE color: 16593635.

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

Color convert

RGB 227 50 253 -
CMYK 0.10 0.80 0 0.01
HSL 292.32º 0.98% 0.59% -
HSV(B) 292.32º 0.8% 0.99% -
XYZ 50.55 25.7 95.23 -
YUV 126.07 199.64 199.99 -
System Red Green Blue C M Y K H S L
Decimal 227 50 253 0.10 0.80 0 0.01 292.32 0.98 0.59
Hex E3 32 FD A 50 0 1 124 62 3B
Octal 343 62 375 12 120 0 1 444 142 73
Binary 11100011 110010 11111101 1010 1010000 0 1 100100100 1100010 111011

Color Harmonies of #E332FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E332FD

Black with #E332FD

Text Example


Text Example

White with #E332FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E332FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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