#E716F6

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

Shades of Psychedelic Purple #E716F6

Tints of Psychedelic Purple #E716F6

Color information

#E716F6 (or 0xE716F6) is unknown color: approx Psychedelic Purple. HEX triplet: E7, 16 and F6. RGB value is (231,22,246). Sum of RGB (Red+Green+Blue) = 231+22+246=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 22 (8.98% from 255 or 4.41% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #E716F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E716F6 is #18E909. Grayscale: #6D6D6D. Windows color (decimal): -1632522 or 16127719. OLE color: 16127719.

HSL color Cylindrical-coordinate representation of color #E716F6: hue angle of 295.98º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E716F6 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23122246-
CMYK0.060.9100.04
HSL295.98º92.56%52.55%-
HSV(B)295.98º91.06%96.47%-
XYZ49.8824.2289.23-
YUV110.03204.74214.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.29%
GREEN value IS 22 (8.98% from 255) = 4.41%
BLUE value IS 246 (96.48% from 255) = 49.30%
R=46.29%
G=4.41%
B=49.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal231222460.060.9100.04295.9892.5652.55
HexE716F665B041285d35
Octal3472636661330445013565
Binary111001111011011110110110101101101001001010001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E716F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E716F6; }

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

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

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

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

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

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

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

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