Html Css Color HEX #E221ED Psychedelic Purple

📋 copy color: '#E221ED'

red 226 ◦ green 33 ◦ blue 237

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

Shades of Psychedelic Purple #E221ED

Tints of Psychedelic Purple #E221ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 45.56%
G = 6.65%
B = 47.78%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E221ED (or 0xE221ED) is known color: Psychedelic Purple. HEX triplet: E2, 21 and ED. RGB value is (226,33,237). Sum of RGB (Red+Green+Blue) = 226+33+237=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 33 (13.28% from 255 or 6.65% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #E221ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E221ED is #1DDE12. Grayscale: #717171. Windows color (decimal): -1957395 or 15540706. OLE color: 15540706.

HSL color Cylindrical-coordinate representation of color #E221ED: hue angle of 296.76º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E221ED is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 33 237 -
CMYK 0.05 0.86 0 0.07
HSL 296.76º 0.85% 0.53% -
HSV(B) 296.76º 0.86% 0.93% -
XYZ 47.19 23.37 82.14 -
YUV 113.96 197.44 207.91 -
System Red Green Blue C M Y K H S L
Decimal 226 33 237 0.05 0.86 0 0.07 296.76 0.85 0.53
Hex E2 21 ED 5 56 0 7 129 55 35
Octal 342 41 355 5 126 0 7 451 125 65
Binary 11100010 100001 11101101 101 1010110 0 111 100101001 1010101 110101

Color Harmonies of #E221ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E221ED

Black with #E221ED

Text Example


Text Example

White with #E221ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E221ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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