#E425EC

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

Shades of Psychedelic Purple #E425EC

Tints of Psychedelic Purple #E425EC

Color information

#E425EC (or 0xE425EC) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 25 and EC. RGB value is (228,37,236). Sum of RGB (Red+Green+Blue) = 228+37+236=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 37 (14.84% from 255 or 7.39% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #E425EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E425EC is #1BDA13. Grayscale: #747474. Windows color (decimal): -1825300 or 15476196. OLE color: 15476196.

HSL color Cylindrical-coordinate representation of color #E425EC: hue angle of 297.59º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E425EC is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22837236-
CMYK0.030.8400.07
HSL297.59º83.97%53.53%-
HSV(B)297.59º84.32%92.55%-
XYZ47.823.8781.45-
YUV116.79195.28207.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.51%
GREEN value IS 37 (14.84% from 255) = 7.39%
BLUE value IS 236 (92.58% from 255) = 47.11%
R=45.51%
G=7.39%
B=47.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal228372360.030.8400.07297.5983.9753.53
HexE425EC3540712a5436
Octal3444535431240745212466
Binary111001001001011110110011101010001111001010101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E425EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E425EC; }

 p { color: rgb(228,37,236); }

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

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

 a { background-color: rgb(228,37,236); }

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

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

 span { border-color: rgb(228,37,236); }

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