#e60fe9

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

Shades of Psychedelic Purple #E60FE9

Tints of Psychedelic Purple #E60FE9

Color information

#E60FE9 (or 0xE60FE9) is unknown color: approx Psychedelic Purple. HEX triplet: E6, 0F and E9. RGB value is (230,15,233). Sum of RGB (Red+Green+Blue) = 230+15+233=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #E60FE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60FE9 is #19F016. Grayscale: #676767. Windows color (decimal): -1699863 or 15273958. OLE color: 15273958.

HSL color Cylindrical-coordinate representation of color #E60FE9: hue angle of 299.17º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60FE9 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB23015233-
CMYK0.010.9400.09
HSL299.17º87.9%48.63%-
HSV(B)299.17º93.56%91.37%-
XYZ47.5123.0579.04-
YUV104.14200.73217.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.12%
GREEN value IS 15 (6.25% from 255) = 3.14%
BLUE value IS 233 (91.41% from 255) = 48.74%
R=48.12%
G=3.14%
B=48.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal230152330.010.9400.09299.1787.948.63
HexE6FE915E0912b5831
Octal34617351113601145313061
Binary1110011011111110100111011110010011001010111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e60fe9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e60fe9; }

 p { color: rgb(230,15,233); }

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

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

 a { background-color: rgb(230,15,233); }

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

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

 span { border-color: rgb(230,15,233); }

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