#E221FF

Color #E221FF Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E221FF

Tints of Psychedelic Purple #E221FF

Color information

#E221FF (or 0xE221FF) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 21 and FF. RGB value is (226,33,255). Sum of RGB (Red+Green+Blue) = 226+33+255=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 33 (13.28% from 255 or 6.42% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #E221FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E221FF is #1DDE00. Grayscale: #737373. Windows color (decimal): -1957377 or 16720354. OLE color: 16720354.

HSL color Cylindrical-coordinate representation of color #E221FF: hue angle of 292.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E221FF is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22633255-
CMYK0.110.8700
HSL292.16º100%56.47%-
HSV(B)292.16º87.06%100%-
XYZ49.9624.4896.7-
YUV116.01206.44206.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.97%
GREEN value IS 33 (13.28% from 255) = 6.42%
BLUE value IS 255 (100% from 255) = 49.61%
R=43.97%
G=6.42%
B=49.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal226332550.110.8700292.1610056.47
HexE221FFB57001246438
Octal34241377131270044414470
Binary111000101000011111111110111010111001001001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E221FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E221FF; }

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

 H1.HeaderClassName
 {
   color: #E221FF;
 }
 .AnyTagClassName
 {
   color: #E221FF;
 }
</style>
background-color css

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

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

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

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

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

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