#E617EF

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

Shades of Psychedelic Purple #E617EF

Tints of Psychedelic Purple #E617EF

Color information

#E617EF (or 0xE617EF) is unknown color: approx Psychedelic Purple. HEX triplet: E6, 17 and EF. RGB value is (230,23,239). Sum of RGB (Red+Green+Blue) = 230+23+239=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 23 (9.38% from 255 or 4.67% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #E617EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E617EF is #19E810. Grayscale: #6C6C6C. Windows color (decimal): -1697809 or 15669222. OLE color: 15669222.

HSL color Cylindrical-coordinate representation of color #E617EF: hue angle of 297.5º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E617EF is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23023239-
CMYK0.040.9000.06
HSL297.5º87.1%51.37%-
HSV(B)297.5º90.38%93.73%-
XYZ48.5223.6783.67-
YUV109.52201.08213.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.75%
GREEN value IS 23 (9.38% from 255) = 4.67%
BLUE value IS 239 (93.75% from 255) = 48.58%
R=46.75%
G=4.67%
B=48.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal230232390.040.9000.06297.587.151.37
HexE617EF45A0612a5733
Octal3462735741320645212763
Binary111001101011111101111100101101001101001010101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E617EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E617EF; }

 p { color: rgb(230,23,239); }

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

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

 a { background-color: rgb(230,23,239); }

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

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

 span { border-color: rgb(230,23,239); }

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