#E716FD

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

Shades of Psychedelic Purple #E716FD

Tints of Psychedelic Purple #E716FD

Color information

#E716FD (or 0xE716FD) is unknown color: approx Psychedelic Purple. HEX triplet: E7, 16 and FD. RGB value is (231,22,253). Sum of RGB (Red+Green+Blue) = 231+22+253=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 22 (8.98% from 255 or 4.35% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #E716FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E716FD is #18E902. Grayscale: #6E6E6E. Windows color (decimal): -1632515 or 16586471. OLE color: 16586471.

HSL color Cylindrical-coordinate representation of color #E716FD: hue angle of 294.29º 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 #E716FD is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23122253-
CMYK0.090.9100.01
HSL294.29º98.3%53.92%-
HSV(B)294.29º91.3%99.22%-
XYZ50.9724.6595-
YUV110.82208.24213.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.65%
GREEN value IS 22 (8.98% from 255) = 4.35%
BLUE value IS 253 (99.22% from 255) = 50%
R=45.65%
G=4.35%
B=50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal231222530.090.9100.01294.2998.353.92
HexE716FD95B011266236
Octal34726375111330144614266
Binary11100111101101111110110011011011011001001101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E716FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E716FD; }

 p { color: rgb(231,22,253); }

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

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

 a { background-color: rgb(231,22,253); }

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

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

 span { border-color: rgb(231,22,253); }

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