Html Css Color HEX #E021ED Psychedelic Purple

📋 copy color: '#E021ED'

red 224 ◦ green 33 ◦ blue 237

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

Shades of Psychedelic Purple #E021ED

Tints of Psychedelic Purple #E021ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 45.34%
G = 6.68%
B = 47.98%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E021ED (or 0xE021ED) is known color: Psychedelic Purple. HEX triplet: E0, 21 and ED. RGB value is (224,33,237). Sum of RGB (Red+Green+Blue) = 224+33+237=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 33 (13.28% from 255 or 6.68% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #E021ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E021ED is #1FDE12. Grayscale: #707070. Windows color (decimal): -2088467 or 15540704. OLE color: 15540704.

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

Color convert

RGB 224 33 237 -
CMYK 0.05 0.86 0 0.07
HSL 296.18º 0.85% 0.53% -
HSV(B) 296.18º 0.86% 0.93% -
XYZ 46.57 23.05 82.12 -
YUV 113.37 197.78 206.91 -
System Red Green Blue C M Y K H S L
Decimal 224 33 237 0.05 0.86 0 0.07 296.18 0.85 0.53
Hex E0 21 ED 5 56 0 7 128 55 35
Octal 340 41 355 5 126 0 7 450 125 65
Binary 11100000 100001 11101101 101 1010110 0 111 100101000 1010101 110101

Color Harmonies of #E021ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E021ED

Black with #E021ED

Text Example


Text Example

White with #E021ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E021ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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