#E304EC

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

Shades of Psychedelic Purple #E304EC

Tints of Psychedelic Purple #E304EC

Color information

#E304EC (or 0xE304EC) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 04 and EC. RGB value is (227,4,236). Sum of RGB (Red+Green+Blue) = 227+4+236=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 4 (1.95% from 255 or 0.86% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #E304EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E304EC is #1CFB13. Grayscale: #606060. Windows color (decimal): -1899284 or 15467747. OLE color: 15467747.

HSL color Cylindrical-coordinate representation of color #E304EC: hue angle of 297.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E304EC is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2274236-
CMYK0.040.9800.07
HSL297.67º96.67%47.06%-
HSV(B)297.67º98.31%92.55%-
XYZ46.8622.4781.22-
YUV97.12206.38220.64-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.61%
GREEN value IS 4 (1.95% from 255) = 0.86%
BLUE value IS 236 (92.58% from 255) = 50.54%
R=48.61%
G=0.86%
B=50.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal22742360.040.9800.07297.6796.6747.06
HexE34EC4620712a612f
Octal343435441420745214157
Binary1110001110011101100100110001001111001010101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E304EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E304EC; }

 p { color: rgb(227,4,236); }

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

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

 a { background-color: rgb(227,4,236); }

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

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

 span { border-color: rgb(227,4,236); }

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