Html Css Color HEX #E021FB Psychedelic Purple

📋 copy color: '#E021FB'

red 224 ◦ green 33 ◦ blue 251

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

Shades of Psychedelic Purple #E021FB

Tints of Psychedelic Purple #E021FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.41%

R = 44.09%
G = 6.5%
B = 49.41%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E021FB (or 0xE021FB) is known color: Psychedelic Purple. HEX triplet: E0, 21 and FB. RGB value is (224,33,251). Sum of RGB (Red+Green+Blue) = 224+33+251=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 33 (13.28% from 255 or 6.50% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #E021FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E021FB is #1FDE04. Grayscale: #727272. Windows color (decimal): -2088453 or 16458208. OLE color: 16458208.

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

Color convert

RGB 224 33 251 -
CMYK 0.11 0.87 0 0.02
HSL 292.57º 0.96% 0.56% -
HSV(B) 292.57º 0.87% 0.98% -
XYZ 48.7 23.9 93.31 -
YUV 114.96 204.78 205.77 -
System Red Green Blue C M Y K H S L
Decimal 224 33 251 0.11 0.87 0 0.02 292.57 0.96 0.56
Hex E0 21 FB B 57 0 2 125 60 38
Octal 340 41 373 13 127 0 2 445 140 70
Binary 11100000 100001 11111011 1011 1010111 0 10 100100101 1100000 111000

Color Harmonies of #E021FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E021FB

Black with #E021FB

Text Example


Text Example

White with #E021FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E021FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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