#ED1DFE

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

Shades of Psychedelic Purple #ED1DFE

Tints of Psychedelic Purple #ED1DFE

Color information

#ED1DFE (or 0xED1DFE) is unknown color: approx Psychedelic Purple. HEX triplet: ED, 1D and FE. RGB value is (237,29,254). Sum of RGB (Red+Green+Blue) = 237+29+254=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 29 (11.72% from 255 or 5.58% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED1DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1DFE is #12E201. Grayscale: #747474. Windows color (decimal): -1237506 or 16653805. OLE color: 16653805.

HSL color Cylindrical-coordinate representation of color #ED1DFE: hue angle of 295.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1DFE is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB23729254-
CMYK0.070.8900.00
HSL295.47º99.12%55.49%-
HSV(B)295.47º88.58%99.61%-
XYZ53.2526.0495.99-
YUV116.84205.41213.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.58%
GREEN value IS 29 (11.72% from 255) = 5.58%
BLUE value IS 254 (99.61% from 255) = 48.85%
R=45.58%
G=5.58%
B=48.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal237292540.070.8900.00295.4799.1255.49
HexED1DFE759001276337
Octal3553537671310044714367
Binary1110110111101111111101111011001001001001111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1DFE; }

 p { color: rgb(237,29,254); }

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

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

 a { background-color: rgb(237,29,254); }

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

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

 span { border-color: rgb(237,29,254); }

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