#E914F0

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

Shades of Psychedelic Purple #E914F0

Tints of Psychedelic Purple #E914F0

Color information

#E914F0 (or 0xE914F0) is unknown color: approx Psychedelic Purple. HEX triplet: E9, 14 and F0. RGB value is (233,20,240). Sum of RGB (Red+Green+Blue) = 233+20+240=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 20 (8.20% from 255 or 4.06% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #E914F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E914F0 is #16EB0F. Grayscale: #6C6C6C. Windows color (decimal): -1501968 or 15733993. OLE color: 15733993.

HSL color Cylindrical-coordinate representation of color #E914F0: hue angle of 298.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E914F0 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23320240-
CMYK0.030.9200.06
HSL298.09º88%50.98%-
HSV(B)298.09º91.67%94.12%-
XYZ49.5824.1284.48-
YUV108.77202.07216.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.26%
GREEN value IS 20 (8.20% from 255) = 4.06%
BLUE value IS 240 (94.14% from 255) = 48.68%
R=47.26%
G=4.06%
B=48.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal233202400.030.9200.06298.098850.98
HexE914F035C0612a5833
Octal3512436031340645213063
Binary11101001101001111000011101110001101001010101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E914F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E914F0; }

 p { color: rgb(233,20,240); }

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

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

 a { background-color: rgb(233,20,240); }

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

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

 span { border-color: rgb(233,20,240); }

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