Html Css Color HEX #E029EC Psychedelic Purple

📋 copy color: '#E029EC'

red 224 ◦ green 41 ◦ blue 236

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

Shades of Psychedelic Purple #E029EC

Tints of Psychedelic Purple #E029EC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.18%

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 44.71%
G = 8.18%
B = 47.11%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E029EC (or 0xE029EC) is known color: Psychedelic Purple. HEX triplet: E0, 29 and EC. RGB value is (224,41,236). Sum of RGB (Red+Green+Blue) = 224+41+236=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 41 (16.41% from 255 or 8.18% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #E029EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E029EC is #1FD613. Grayscale: #757575. Windows color (decimal): -2086420 or 15477216. OLE color: 15477216.

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

Color convert

RGB 224 41 236 -
CMYK 0.05 0.83 0 0.07
HSL 296.31º 0.84% 0.54% -
HSV(B) 296.31º 0.83% 0.93% -
XYZ 46.67 23.49 81.43 -
YUV 117.95 194.63 203.64 -
System Red Green Blue C M Y K H S L
Decimal 224 41 236 0.05 0.83 0 0.07 296.31 0.84 0.54
Hex E0 29 EC 5 53 0 7 128 54 36
Octal 340 51 354 5 123 0 7 450 124 66
Binary 11100000 101001 11101100 101 1010011 0 111 100101000 1010100 110110

Color Harmonies of #E029EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E029EC

Black with #E029EC

Text Example


Text Example

White with #E029EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E029EC; }

 p { color: rgb(224,41,236); }

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

background-color css

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

 a { background-color: rgb(224,41,236); }

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

border-color css

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

 span { border-color: rgb(224,41,236); }

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