Html Css Color HEX #E220E6 Psychedelic Purple

📋 copy color: '#E220E6'

red 226 ◦ green 32 ◦ blue 230

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

Shades of Psychedelic Purple #E220E6

Tints of Psychedelic Purple #E220E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.13%

R = 46.31%
G = 6.56%
B = 47.13%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E220E6 (or 0xE220E6) is known color: Psychedelic Purple. HEX triplet: E2, 20 and E6. RGB value is (226,32,230). Sum of RGB (Red+Green+Blue) = 226+32+230=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 32 (12.89% from 255 or 6.56% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #E220E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E220E6 is #1DDF19. Grayscale: #6F6F6F. Windows color (decimal): -1957658 or 15081698. OLE color: 15081698.

HSL color Cylindrical-coordinate representation of color #E220E6: hue angle of 298.79º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E220E6 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 32 230 -
CMYK 0.02 0.86 0 0.10
HSL 298.79º 0.8% 0.51% -
HSV(B) 298.79º 0.86% 0.9% -
XYZ 46.16 22.91 76.85 -
YUV 112.58 194.27 208.9 -
System Red Green Blue C M Y K H S L
Decimal 226 32 230 0.02 0.86 0 0.10 298.79 0.8 0.51
Hex E2 20 E6 2 56 0 A 12B 50 33
Octal 342 40 346 2 126 0 12 453 120 63
Binary 11100010 100000 11100110 10 1010110 0 1010 100101011 1010000 110011

Color Harmonies of #E220E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E220E6

Black with #E220E6

Text Example


Text Example

White with #E220E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E220E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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