Html Css Color HEX #E920FD Psychedelic Purple

📋 copy color: '#E920FD'

red 233 ◦ green 32 ◦ blue 253

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

Shades of Psychedelic Purple #E920FD

Tints of Psychedelic Purple #E920FD

RGB

 RED value IS 233 (91.41% from 255) = 44.98%

 GREEN value IS 32 (12.89% from 255) = 6.18%

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

R = 44.98%
G = 6.18%
B = 48.84%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E920FD (or 0xE920FD) is known color: Psychedelic Purple. HEX triplet: E9, 20 and FD. RGB value is (233,32,253). Sum of RGB (Red+Green+Blue) = 233+32+253=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 32 (12.89% from 255 or 6.18% 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 #E920FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E920FD is #16DF02. Grayscale: #747474. Windows color (decimal): -1498883 or 16589033. OLE color: 16589033.

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

Color convert

RGB 233 32 253 -
CMYK 0.08 0.87 0 0.01
HSL 294.57º 0.98% 0.56% -
HSV(B) 294.57º 0.87% 0.99% -
XYZ 51.85 25.45 95.11 -
YUV 117.29 204.59 210.53 -
System Red Green Blue C M Y K H S L
Decimal 233 32 253 0.08 0.87 0 0.01 294.57 0.98 0.56
Hex E9 20 FD 8 57 0 1 127 62 38
Octal 351 40 375 10 127 0 1 447 142 70
Binary 11101001 100000 11111101 1000 1010111 0 1 100100111 1100010 111000

Color Harmonies of #E920FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E920FD

Black with #E920FD

Text Example


Text Example

White with #E920FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E920FD; }

 p { color: rgb(233,32,253); }

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

background-color css

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

 a { background-color: rgb(233,32,253); }

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

border-color css

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

 span { border-color: rgb(233,32,253); }

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