#E217EC

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

Shades of Psychedelic Purple #E217EC

Tints of Psychedelic Purple #E217EC

Color information

#E217EC (or 0xE217EC) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 17 and EC. RGB value is (226,23,236). Sum of RGB (Red+Green+Blue) = 226+23+236=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #E217EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E217EC is #1DE813. Grayscale: #6B6B6B. Windows color (decimal): -1959956 or 15472610. OLE color: 15472610.

HSL color Cylindrical-coordinate representation of color #E217EC: hue angle of 297.18º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E217EC is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22623236-
CMYK0.040.9000.07
HSL297.18º84.86%50.78%-
HSV(B)297.18º90.25%92.55%-
XYZ46.8122.8481.3-
YUV107.98200.25212.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.60%
GREEN value IS 23 (9.38% from 255) = 4.74%
BLUE value IS 236 (92.58% from 255) = 48.66%
R=46.60%
G=4.74%
B=48.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal226232360.040.9000.07297.1884.8650.78
HexE217EC45A071295533
Octal3422735441320745112563
Binary111000101011111101100100101101001111001010011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E217EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E217EC; }

 p { color: rgb(226,23,236); }

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

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

 a { background-color: rgb(226,23,236); }

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

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

 span { border-color: rgb(226,23,236); }

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