#ED00FF

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

Shades of Psychedelic Purple #ED00FF

Tints of Psychedelic Purple #ED00FF

Color information

#ED00FF (or 0xED00FF) is unknown color: approx Psychedelic Purple. HEX triplet: ED, 00 and FF. RGB value is (237,0,255). Sum of RGB (Red+Green+Blue) = 237+0+255=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 0 (0.39% from 255 or 0% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED00FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED00FF is #12FF00. Grayscale: #636363. Windows color (decimal): -1244929 or 16711917. OLE color: 16711917.

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

Color convert

RGB2370255-
CMYK0.07100
HSL295.76º100%50%-
HSV(B)295.76º100%100%-
XYZ52.9825.2296.68-
YUV99.93215.52225.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 51.83%
R=48.17%
G=0%
B=51.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal23702550.07100295.7610050
HexED0FF764001286432
Octal355037771440045014462
Binary111011010111111111111100100001001010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED00FF; }

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

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

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

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

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

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

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

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