#E117FD

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

Shades of Psychedelic Purple #E117FD

Tints of Psychedelic Purple #E117FD

Color information

#E117FD (or 0xE117FD) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 17 and FD. RGB value is (225,23,253). Sum of RGB (Red+Green+Blue) = 225+23+253=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 23 (9.38% from 255 or 4.59% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #E117FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E117FD is #1EE802. Grayscale: #6C6C6C. Windows color (decimal): -2025475 or 16586721. OLE color: 16586721.

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

Color convert

RGB22523253-
CMYK0.110.9100.01
HSL292.7º98.29%54.12%-
HSV(B)292.7º90.91%99.22%-
XYZ49.0923.7194.92-
YUV109.62208.92210.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 23 (9.38% from 255) = 4.59%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=44.91%
G=4.59%
B=50.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal225232530.110.9100.01292.798.2954.12
HexE117FDB5B011256236
Octal34127375131330144514266
Binary11100001101111111110110111011011011001001011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E117FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E117FD; }

 p { color: rgb(225,23,253); }

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

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

 a { background-color: rgb(225,23,253); }

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

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

 span { border-color: rgb(225,23,253); }

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