Html Css Color HEX #E921FA Psychedelic Purple

📋 copy color: '#E921FA'

red 233 ◦ green 33 ◦ blue 250

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

Shades of Psychedelic Purple #E921FA

Tints of Psychedelic Purple #E921FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 45.16%
G = 6.4%
B = 48.45%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E921FA (or 0xE921FA) is known color: Psychedelic Purple. HEX triplet: E9, 21 and FA. RGB value is (233,33,250). Sum of RGB (Red+Green+Blue) = 233+33+250=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 33 (13.28% from 255 or 6.40% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #E921FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E921FA is #16DE05. Grayscale: #747474. Windows color (decimal): -1498630 or 16392681. OLE color: 16392681.

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

Color convert

RGB 233 33 250 -
CMYK 0.07 0.87 0 0.02
HSL 295.3º 0.96% 0.55% -
HSV(B) 295.3º 0.87% 0.98% -
XYZ 51.4 25.31 92.62 -
YUV 117.54 202.76 210.36 -
System Red Green Blue C M Y K H S L
Decimal 233 33 250 0.07 0.87 0 0.02 295.3 0.96 0.55
Hex E9 21 FA 7 57 0 2 127 60 37
Octal 351 41 372 7 127 0 2 447 140 67
Binary 11101001 100001 11111010 111 1010111 0 10 100100111 1100000 110111

Color Harmonies of #E921FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E921FA

Black with #E921FA

Text Example


Text Example

White with #E921FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E921FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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