#ED1EF5

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

Shades of Psychedelic Purple #ED1EF5

Tints of Psychedelic Purple #ED1EF5

Color information

#ED1EF5 (or 0xED1EF5) is unknown color: approx Psychedelic Purple. HEX triplet: ED, 1E and F5. RGB value is (237,30,245). Sum of RGB (Red+Green+Blue) = 237+30+245=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 30 (12.11% from 255 or 5.86% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED1EF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1EF5 is #12E10A. Grayscale: #737373. Windows color (decimal): -1237259 or 16064237. OLE color: 16064237.

HSL color Cylindrical-coordinate representation of color #ED1EF5: hue angle of 297.77º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1EF5 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23730245-
CMYK0.030.8800.04
HSL297.77º91.49%53.92%-
HSV(B)297.77º87.76%96.08%-
XYZ51.8725.5388.58-
YUV116.4200.58214.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.29%
GREEN value IS 30 (12.11% from 255) = 5.86%
BLUE value IS 245 (96.09% from 255) = 47.85%
R=46.29%
G=5.86%
B=47.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal237302450.030.8800.04297.7791.4953.92
HexED1EF53580412a5b36
Octal3553636531300445213366
Binary11101101111101111010111101100001001001010101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1EF5; }

 p { color: rgb(237,30,245); }

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

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

 a { background-color: rgb(237,30,245); }

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

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

 span { border-color: rgb(237,30,245); }

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