#E90EFE

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

Shades of Psychedelic Purple #E90EFE

Tints of Psychedelic Purple #E90EFE

Color information

#E90EFE (or 0xE90EFE) is unknown color: approx Psychedelic Purple. HEX triplet: E9, 0E and FE. RGB value is (233,14,254). Sum of RGB (Red+Green+Blue) = 233+14+254=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 14 (5.86% from 255 or 2.79% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #E90EFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90EFE is #16F101. Grayscale: #6A6A6A. Windows color (decimal): -1503490 or 16649961. OLE color: 16649961.

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

Color convert

RGB23314254-
CMYK0.080.9400.00
HSL294.75º99.17%52.55%-
HSV(B)294.75º94.49%99.61%-
XYZ51.6524.7995.83-
YUV106.84211.05217.99-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.51%
GREEN value IS 14 (5.86% from 255) = 2.79%
BLUE value IS 254 (99.61% from 255) = 50.70%
R=46.51%
G=2.79%
B=50.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal233142540.080.9400.00294.7599.1752.55
HexE9EFE85E001276335
Octal35116376101360044714365
Binary1110100111101111111010001011110001001001111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90EFE; }

 p { color: rgb(233,14,254); }

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

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

 a { background-color: rgb(233,14,254); }

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

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

 span { border-color: rgb(233,14,254); }

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