Html Css Color HEX #E229EA Psychedelic Purple

📋 copy color: '#E229EA'

red 226 ◦ green 41 ◦ blue 234

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

Shades of Psychedelic Purple #E229EA

Tints of Psychedelic Purple #E229EA

RGB

 RED value IS 226 (88.67% from 255) = 45.11%

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

 BLUE value IS 234 (91.8% from 255) = 46.71%

R = 45.11%
G = 8.18%
B = 46.71%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E229EA (or 0xE229EA) is known color: Psychedelic Purple. HEX triplet: E2, 29 and EA. RGB value is (226,41,234). Sum of RGB (Red+Green+Blue) = 226+41+234=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 41 (16.41% from 255 or 8.18% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #E229EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E229EA is #1DD615. Grayscale: #757575. Windows color (decimal): -1955350 or 15346146. OLE color: 15346146.

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

Color convert

RGB 226 41 234 -
CMYK 0.03 0.82 0 0.08
HSL 297.51º 0.82% 0.54% -
HSV(B) 297.51º 0.82% 0.92% -
XYZ 47.01 23.7 79.94 -
YUV 118.32 193.29 204.81 -
System Red Green Blue C M Y K H S L
Decimal 226 41 234 0.03 0.82 0 0.08 297.51 0.82 0.54
Hex E2 29 EA 3 52 0 8 12A 52 36
Octal 342 51 352 3 122 0 10 452 122 66
Binary 11100010 101001 11101010 11 1010010 0 1000 100101010 1010010 110110

Color Harmonies of #E229EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E229EA

Black with #E229EA

Text Example


Text Example

White with #E229EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E229EA; }

 p { color: rgb(226,41,234); }

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

background-color css

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

 a { background-color: rgb(226,41,234); }

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

border-color css

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

 span { border-color: rgb(226,41,234); }

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