#E616F3

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

Shades of Psychedelic Purple #E616F3

Tints of Psychedelic Purple #E616F3

Color information

#E616F3 (or 0xE616F3) is unknown color: approx Psychedelic Purple. HEX triplet: E6, 16 and F3. RGB value is (230,22,243). Sum of RGB (Red+Green+Blue) = 230+22+243=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 22 (8.98% from 255 or 4.44% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #E616F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E616F3 is #19E90C. Grayscale: #6C6C6C. Windows color (decimal): -1698061 or 15931110. OLE color: 15931110.

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

Color convert

RGB23022243-
CMYK0.050.9100.05
HSL296.47º90.2%51.96%-
HSV(B)296.47º90.95%95.29%-
XYZ49.123.8786.81-
YUV109.39203.41214.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.46%
GREEN value IS 22 (8.98% from 255) = 4.44%
BLUE value IS 243 (95.31% from 255) = 49.09%
R=46.46%
G=4.44%
B=49.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal230222430.050.9100.05296.4790.251.96
HexE616F355B051285a34
Octal3462636351330545013264
Binary111001101011011110011101101101101011001010001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E616F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E616F3; }

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

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

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

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

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

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

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

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