Html Css Color HEX #ED00FF Psychedelic Purple

📋 copy color: '#ED00FF'

red 237 ◦ green 0 ◦ blue 255

#ED00FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #ED00FF

Tints of Psychedelic Purple #ED00FF

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 value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED00FF (or 0xED00FF) is known color: 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

RGB 237 0 255 -
CMYK 0.07 1 0 0
HSL 295.76º 1% 0.5% -
HSV(B) 295.76º 1% 1% -
XYZ 52.98 25.22 96.68 -
YUV 99.93 215.52 225.77 -
System Red Green Blue C M Y K H S L
Decimal 237 0 255 0.07 1 0 0 295.76 1 0.5
Hex ED 0 FF 7 64 0 0 128 64 32
Octal 355 0 377 7 144 0 0 450 144 62
Binary 11101101 0 11111111 111 1100100 0 0 100101000 1100100 110010

Color Harmonies of #ED00FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED00FF

Black with #ED00FF

Text Example


Text Example

White with #ED00FF

Text Example


Text Example

HTML Codes & Css Web 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>