Html Css Color HEX #E021EB Psychedelic Purple

📋 copy color: '#E021EB'

red 224 ◦ green 33 ◦ blue 235

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

Shades of Psychedelic Purple #E021EB

Tints of Psychedelic Purple #E021EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 45.53%
G = 6.71%
B = 47.76%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E021EB (or 0xE021EB) is known color: Psychedelic Purple. HEX triplet: E0, 21 and EB. RGB value is (224,33,235). Sum of RGB (Red+Green+Blue) = 224+33+235=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 33 (13.28% from 255 or 6.71% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #E021EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E021EB is #1FDE14. Grayscale: #707070. Windows color (decimal): -2088469 or 15409632. OLE color: 15409632.

HSL color Cylindrical-coordinate representation of color #E021EB: hue angle of 296.73º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E021EB is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 33 235 -
CMYK 0.05 0.86 0 0.08
HSL 296.73º 0.83% 0.53% -
HSV(B) 296.73º 0.86% 0.92% -
XYZ 46.28 22.93 80.58 -
YUV 113.14 196.78 207.07 -
System Red Green Blue C M Y K H S L
Decimal 224 33 235 0.05 0.86 0 0.08 296.73 0.83 0.53
Hex E0 21 EB 5 56 0 8 129 53 35
Octal 340 41 353 5 126 0 10 451 123 65
Binary 11100000 100001 11101011 101 1010110 0 1000 100101001 1010011 110101

Color Harmonies of #E021EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E021EB

Black with #E021EB

Text Example


Text Example

White with #E021EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E021EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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