#E30EF0

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

Shades of Psychedelic Purple #E30EF0

Tints of Psychedelic Purple #E30EF0

Color information

#E30EF0 (or 0xE30EF0) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 0E and F0. RGB value is (227,14,240). Sum of RGB (Red+Green+Blue) = 227+14+240=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #E30EF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30EF0 is #1CF10F. Grayscale: #666666. Windows color (decimal): -1896720 or 15732451. OLE color: 15732451.

HSL color Cylindrical-coordinate representation of color #E30EF0: hue angle of 296.55º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30EF0 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22714240-
CMYK0.050.9400.06
HSL296.55º88.98%49.8%-
HSV(B)296.55º94.17%94.12%-
XYZ47.5622.9484.36-
YUV103.45205.07216.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.19%
GREEN value IS 14 (5.86% from 255) = 2.91%
BLUE value IS 240 (94.14% from 255) = 49.90%
R=47.19%
G=2.91%
B=49.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal227142400.050.9400.06296.5588.9849.8
HexE3EF055E061295932
Octal3431636051360645113162
Binary11100011111011110000101101111001101001010011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30EF0; }

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

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

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

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

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

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

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

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