Html Css Color HEX #E021FC Psychedelic Purple

📋 copy color: '#E021FC'

red 224 ◦ green 33 ◦ blue 252

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

Shades of Psychedelic Purple #E021FC

Tints of Psychedelic Purple #E021FC

RGB

 RED value IS 224 (87.89% from 255) = 44.01%

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 44.01%
G = 6.48%
B = 49.51%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E021FC (or 0xE021FC) is known color: Psychedelic Purple. HEX triplet: E0, 21 and FC. RGB value is (224,33,252). Sum of RGB (Red+Green+Blue) = 224+33+252=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 33 (13.28% from 255 or 6.48% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #E021FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E021FC is #1FDE03. Grayscale: #727272. Windows color (decimal): -2088452 or 16523744. OLE color: 16523744.

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

Color convert

RGB 224 33 252 -
CMYK 0.11 0.87 0 0.01
HSL 292.33º 0.97% 0.56% -
HSV(B) 292.33º 0.87% 0.99% -
XYZ 48.86 23.96 94.15 -
YUV 115.08 205.28 205.69 -
System Red Green Blue C M Y K H S L
Decimal 224 33 252 0.11 0.87 0 0.01 292.33 0.97 0.56
Hex E0 21 FC B 57 0 1 124 61 38
Octal 340 41 374 13 127 0 1 444 141 70
Binary 11100000 100001 11111100 1011 1010111 0 1 100100100 1100001 111000

Color Harmonies of #E021FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E021FC

Black with #E021FC

Text Example


Text Example

White with #E021FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E021FC; }

 p { color: rgb(224,33,252); }

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

background-color css

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

 a { background-color: rgb(224,33,252); }

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

border-color css

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

 span { border-color: rgb(224,33,252); }

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