#ED11FF

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

Shades of Psychedelic Purple #ED11FF

Tints of Psychedelic Purple #ED11FF

Color information

#ED11FF (or 0xED11FF) is unknown color: approx Psychedelic Purple. HEX triplet: ED, 11 and FF. RGB value is (237,17,255). Sum of RGB (Red+Green+Blue) = 237+17+255=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 17 (7.03% from 255 or 3.34% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED11FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED11FF is #12EE00. Grayscale: #6D6D6D. Windows color (decimal): -1240577 or 16716269. OLE color: 16716269.

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

Color convert

RGB23717255-
CMYK0.070.9300
HSL295.46º100%53.33%-
HSV(B)295.46º93.33%100%-
XYZ53.1825.6396.75-
YUV109.91209.89218.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 17 (7.03% from 255) = 3.34%
BLUE value IS 255 (100% from 255) = 50.10%
R=46.56%
G=3.34%
B=50.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal237172550.070.9300295.4610053.33
HexED11FF75D001276435
Octal3552137771350044714465
Binary1110110110001111111111111011101001001001111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED11FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED11FF; }

 p { color: rgb(237,17,255); }

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

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

 a { background-color: rgb(237,17,255); }

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

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

 span { border-color: rgb(237,17,255); }

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