#e90fff

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

Shades of Psychedelic Purple #E90FFF

Tints of Psychedelic Purple #E90FFF

Color information

#E90FFF (or 0xE90FFF) is unknown color: approx Psychedelic Purple. HEX triplet: E9, 0F and FF. RGB value is (233,15,255). Sum of RGB (Red+Green+Blue) = 233+15+255=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 15 (6.25% from 255 or 2.98% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #E90FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90FFF is #16F000. Grayscale: #6A6A6A. Windows color (decimal): -1503233 or 16715753. OLE color: 16715753.

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

Color convert

RGB23315255-
CMYK0.090.9400
HSL294.5º100%52.94%-
HSV(B)294.5º94.12%100%-
XYZ51.8324.8996.68-
YUV107.54211.22217.49-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.32%
GREEN value IS 15 (6.25% from 255) = 2.98%
BLUE value IS 255 (100% from 255) = 50.70%
R=46.32%
G=2.98%
B=50.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal233152550.090.9400294.510052.94
HexE9FFF95E001266435
Octal35117377111360044614465
Binary1110100111111111111110011011110001001001101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e90fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e90fff; }

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

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

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

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

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

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

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

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