#E220FD

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

Shades of Psychedelic Purple #E220FD

Tints of Psychedelic Purple #E220FD

Color information

#E220FD (or 0xE220FD) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 20 and FD. RGB value is (226,32,253). Sum of RGB (Red+Green+Blue) = 226+32+253=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 32 (12.89% from 255 or 6.26% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #E220FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E220FD is #1DDF02. Grayscale: #727272. Windows color (decimal): -1957635 or 16589026. OLE color: 16589026.

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

Color convert

RGB22632253-
CMYK0.110.8700.01
HSL292.67º98.22%55.88%-
HSV(B)292.67º87.35%99.22%-
XYZ49.6124.2995-
YUV115.2205.77207.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.23%
GREEN value IS 32 (12.89% from 255) = 6.26%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=44.23%
G=6.26%
B=49.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal226322530.110.8700.01292.6798.2255.88
HexE220FDB57011256238
Octal34240375131270144514270
Binary111000101000001111110110111010111011001001011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E220FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E220FD; }

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

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

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

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

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

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

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

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