#E90CFA

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

Shades of Psychedelic Purple #E90CFA

Tints of Psychedelic Purple #E90CFA

Color information

#E90CFA (or 0xE90CFA) is unknown color: approx Psychedelic Purple. HEX triplet: E9, 0C and FA. RGB value is (233,12,250). Sum of RGB (Red+Green+Blue) = 233+12+250=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 12 (5.08% from 255 or 2.42% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #E90CFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90CFA is #16F305. Grayscale: #686868. Windows color (decimal): -1504006 or 16387305. OLE color: 16387305.

HSL color Cylindrical-coordinate representation of color #E90CFA: hue angle of 295.71º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90CFA is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23312250-
CMYK0.070.9500.02
HSL295.71º95.97%51.37%-
HSV(B)295.71º95.2%98.04%-
XYZ50.9924.4992.48-
YUV105.21209.72219.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.07%
GREEN value IS 12 (5.08% from 255) = 2.42%
BLUE value IS 250 (98.05% from 255) = 50.51%
R=47.07%
G=2.42%
B=50.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal233122500.070.9500.02295.7195.9751.37
HexE9CFA75F021286033
Octal3511437271370245014063
Binary1110100111001111101011110111110101001010001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90CFA; }

 p { color: rgb(233,12,250); }

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

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

 a { background-color: rgb(233,12,250); }

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

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

 span { border-color: rgb(233,12,250); }

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