#E516F3

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

Shades of Psychedelic Purple #E516F3

Tints of Psychedelic Purple #E516F3

Color information

#E516F3 (or 0xE516F3) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 16 and F3. RGB value is (229,22,243). Sum of RGB (Red+Green+Blue) = 229+22+243=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 22 (8.98% from 255 or 4.45% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #E516F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E516F3 is #1AE90C. Grayscale: #6C6C6C. Windows color (decimal): -1763597 or 15931109. OLE color: 15931109.

HSL color Cylindrical-coordinate representation of color #E516F3: hue angle of 296.2º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E516F3 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22922243-
CMYK0.060.9100.05
HSL296.2º90.2%51.96%-
HSV(B)296.2º90.95%95.29%-
XYZ48.7823.786.8-
YUV109.09203.58213.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.36%
GREEN value IS 22 (8.98% from 255) = 4.45%
BLUE value IS 243 (95.31% from 255) = 49.19%
R=46.36%
G=4.45%
B=49.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal229222430.060.9100.05296.290.251.96
HexE516F365B051285a34
Octal3452636361330545013264
Binary111001011011011110011110101101101011001010001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E516F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E516F3; }

 p { color: rgb(229,22,243); }

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

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

 a { background-color: rgb(229,22,243); }

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

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

 span { border-color: rgb(229,22,243); }

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