Html Css Color HEX #E221EB Psychedelic Purple

📋 copy color: '#E221EB'

red 226 ◦ green 33 ◦ blue 235

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

Shades of Psychedelic Purple #E221EB

Tints of Psychedelic Purple #E221EB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.68%

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 45.75%
G = 6.68%
B = 47.57%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E221EB (or 0xE221EB) is known color: Psychedelic Purple. HEX triplet: E2, 21 and EB. RGB value is (226,33,235). Sum of RGB (Red+Green+Blue) = 226+33+235=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 33 (13.28% from 255 or 6.68% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #E221EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E221EB is #1DDE14. Grayscale: #717171. Windows color (decimal): -1957397 or 15409634. OLE color: 15409634.

HSL color Cylindrical-coordinate representation of color #E221EB: hue angle of 297.33º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E221EB is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 33 235 -
CMYK 0.04 0.86 0 0.08
HSL 297.33º 0.83% 0.53% -
HSV(B) 297.33º 0.86% 0.92% -
XYZ 46.9 23.25 80.61 -
YUV 113.74 196.44 208.07 -
System Red Green Blue C M Y K H S L
Decimal 226 33 235 0.04 0.86 0 0.08 297.33 0.83 0.53
Hex E2 21 EB 4 56 0 8 129 53 35
Octal 342 41 353 4 126 0 10 451 123 65
Binary 11100010 100001 11101011 100 1010110 0 1000 100101001 1010011 110101

Color Harmonies of #E221EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E221EB

Black with #E221EB

Text Example


Text Example

White with #E221EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E221EB; }

 p { color: rgb(226,33,235); }

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

background-color css

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

 a { background-color: rgb(226,33,235); }

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

border-color css

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

 span { border-color: rgb(226,33,235); }

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