Html Css Color HEX #E029E8 Psychedelic Purple

📋 copy color: '#E029E8'

red 224 ◦ green 41 ◦ blue 232

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

Shades of Psychedelic Purple #E029E8

Tints of Psychedelic Purple #E029E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.68%

R = 45.07%
G = 8.25%
B = 46.68%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E029E8 (or 0xE029E8) is known color: Psychedelic Purple. HEX triplet: E0, 29 and E8. RGB value is (224,41,232). Sum of RGB (Red+Green+Blue) = 224+41+232=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 41 (16.41% from 255 or 8.25% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #E029E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E029E8 is #1FD617. Grayscale: #747474. Windows color (decimal): -2086424 or 15215072. OLE color: 15215072.

HSL color Cylindrical-coordinate representation of color #E029E8: hue angle of 297.49º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E029E8 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 41 232 -
CMYK 0.03 0.82 0 0.09
HSL 297.49º 0.81% 0.54% -
HSV(B) 297.49º 0.82% 0.91% -
XYZ 46.1 23.26 78.4 -
YUV 117.49 192.63 203.97 -
System Red Green Blue C M Y K H S L
Decimal 224 41 232 0.03 0.82 0 0.09 297.49 0.81 0.54
Hex E0 29 E8 3 52 0 9 129 51 36
Octal 340 51 350 3 122 0 11 451 121 66
Binary 11100000 101001 11101000 11 1010010 0 1001 100101001 1010001 110110

Color Harmonies of #E029E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E029E8

Black with #E029E8

Text Example


Text Example

White with #E029E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E029E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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