Html Css Color HEX #E220E4 Psychedelic Purple

📋 copy color: '#E220E4'

red 226 ◦ green 32 ◦ blue 228

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

Shades of Psychedelic Purple #E220E4

Tints of Psychedelic Purple #E220E4

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.58%

 BLUE value IS 228 (89.45% from 255) = 46.91%

R = 46.5%
G = 6.58%
B = 46.91%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E220E4 (or 0xE220E4) is known color: Psychedelic Purple. HEX triplet: E2, 20 and E4. RGB value is (226,32,228). Sum of RGB (Red+Green+Blue) = 226+32+228=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #E220E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E220E4 is #1DDF1B. Grayscale: #6F6F6F. Windows color (decimal): -1957660 or 14950626. OLE color: 14950626.

HSL color Cylindrical-coordinate representation of color #E220E4: hue angle of 299.39º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E220E4 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 32 228 -
CMYK 0.01 0.86 0 0.11
HSL 299.39º 0.78% 0.51% -
HSV(B) 299.39º 0.86% 0.89% -
XYZ 45.88 22.8 75.38 -
YUV 112.35 193.27 209.06 -
System Red Green Blue C M Y K H S L
Decimal 226 32 228 0.01 0.86 0 0.11 299.39 0.78 0.51
Hex E2 20 E4 1 56 0 B 12B 4E 33
Octal 342 40 344 1 126 0 13 453 116 63
Binary 11100010 100000 11100100 1 1010110 0 1011 100101011 1001110 110011

Color Harmonies of #E220E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E220E4

Black with #E220E4

Text Example


Text Example

White with #E220E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E220E4; }

 p { color: rgb(226,32,228); }

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

background-color css

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

 a { background-color: rgb(226,32,228); }

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

border-color css

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

 span { border-color: rgb(226,32,228); }

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