Html Css Color HEX #E921FD Psychedelic Purple

📋 copy color: '#E921FD'

red 233 ◦ green 33 ◦ blue 253

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

Shades of Psychedelic Purple #E921FD

Tints of Psychedelic Purple #E921FD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.36%

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

R = 44.89%
G = 6.36%
B = 48.75%

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

#E921FD (or 0xE921FD) is known color: Psychedelic Purple. HEX triplet: E9, 21 and FD. RGB value is (233,33,253). Sum of RGB (Red+Green+Blue) = 233+33+253=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 33 (13.28% from 255 or 6.36% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #E921FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E921FD is #16DE02. Grayscale: #757575. Windows color (decimal): -1498627 or 16589289. OLE color: 16589289.

HSL color Cylindrical-coordinate representation of color #E921FD: hue angle of 294.55º 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 #E921FD is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 33 253 -
CMYK 0.08 0.87 0 0.01
HSL 294.55º 0.98% 0.56% -
HSV(B) 294.55º 0.87% 0.99% -
XYZ 51.88 25.5 95.12 -
YUV 117.88 204.26 210.11 -
System Red Green Blue C M Y K H S L
Decimal 233 33 253 0.08 0.87 0 0.01 294.55 0.98 0.56
Hex E9 21 FD 8 57 0 1 127 62 38
Octal 351 41 375 10 127 0 1 447 142 70
Binary 11101001 100001 11111101 1000 1010111 0 1 100100111 1100010 111000

Color Harmonies of #E921FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E921FD

Black with #E921FD

Text Example


Text Example

White with #E921FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E921FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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