#E921F4

Color #E921F4 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E921F4

Tints of Psychedelic Purple #E921F4

Color information

#E921F4 (or 0xE921F4) is unknown color: approx Psychedelic Purple. HEX triplet: E9, 21 and F4. RGB value is (233,33,244). Sum of RGB (Red+Green+Blue) = 233+33+244=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 33 (13.28% from 255 or 6.47% from 510); Blue value is 244 (95.70% from 255 or 47.84% from 510); Max value from RGB is 244 - color contains mainly: blue. Hex color #E921F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E921F4 is #16DE0B. Grayscale: #747474. Windows color (decimal): -1498636 or 15999465. OLE color: 15999465.

HSL color Cylindrical-coordinate representation of color #E921F4: hue angle of 296.87º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E921F4 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23333244-
CMYK0.050.8600.04
HSL296.87º90.56%54.31%-
HSV(B)296.87º86.48%95.69%-
XYZ50.4824.9487.74-
YUV116.85199.76210.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.69%
GREEN value IS 33 (13.28% from 255) = 6.47%
BLUE value IS 244 (95.70% from 255) = 47.84%
R=45.69%
G=6.47%
B=47.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal233332440.050.8600.04296.8790.5654.31
HexE921F4556041295b36
Octal3514136451260445113366
Binary1110100110000111110100101101011001001001010011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E921F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E921F4; }

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

 H1.HeaderClassName
 {
   color: #E921F4;
 }
 .AnyTagClassName
 {
   color: #E921F4;
 }
</style>
background-color css

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

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

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

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

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

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