#E30EFA

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

Shades of Psychedelic Purple #E30EFA

Tints of Psychedelic Purple #E30EFA

Color information

#E30EFA (or 0xE30EFA) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 0E and FA. RGB value is (227,14,250). Sum of RGB (Red+Green+Blue) = 227+14+250=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 14 (5.86% from 255 or 2.85% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #E30EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30EFA is #1CF105. Grayscale: #676767. Windows color (decimal): -1896710 or 16387811. OLE color: 16387811.

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

Color convert

RGB22714250-
CMYK0.090.9400.02
HSL294.15º95.93%51.76%-
HSV(B)294.15º94.4%98.04%-
XYZ49.0923.5592.4-
YUV104.59210.07215.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.23%
GREEN value IS 14 (5.86% from 255) = 2.85%
BLUE value IS 250 (98.05% from 255) = 50.92%
R=46.23%
G=2.85%
B=50.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal227142500.090.9400.02294.1595.9351.76
HexE3EFA95E021266034
Octal34316372111360244614064
Binary11100011111011111010100110111100101001001101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30EFA; }

 p { color: rgb(227,14,250); }

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

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

 a { background-color: rgb(227,14,250); }

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

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

 span { border-color: rgb(227,14,250); }

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