Html Css Color HEX #ED00F7 Psychedelic Purple

📋 copy color: '#ED00F7'

red 237 ◦ green 0 ◦ blue 247

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

Shades of Psychedelic Purple #ED00F7

Tints of Psychedelic Purple #ED00F7

RGB

 RED value IS 237 (92.97% from 255) = 48.97%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 247 (96.88% from 255) = 51.03%

R = 48.97%
G = 0%
B = 51.03%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ED00F7 (or 0xED00F7) is known color: Psychedelic Purple. HEX triplet: ED, 00 and F7. RGB value is (237,0,247). Sum of RGB (Red+Green+Blue) = 237+0+247=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 0 (0.39% from 255 or 0% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED00F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED00F7 is #12FF08. Grayscale: #626262. Windows color (decimal): -1244937 or 16187629. OLE color: 16187629.

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

Color convert

RGB 237 0 247 -
CMYK 0.04 1 0 0.03
HSL 297.57º 1% 0.48% -
HSV(B) 297.57º 1% 0.97% -
XYZ 51.71 24.72 90.04 -
YUV 99.02 211.52 226.42 -
System Red Green Blue C M Y K H S L
Decimal 237 0 247 0.04 1 0 0.03 297.57 1 0.48
Hex ED 0 F7 4 64 0 3 12A 64 30
Octal 355 0 367 4 144 0 3 452 144 60
Binary 11101101 0 11110111 100 1100100 0 11 100101010 1100100 110000

Color Harmonies of #ED00F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED00F7

Black with #ED00F7

Text Example


Text Example

White with #ED00F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED00F7; }

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

 H1.HeaderClassName
 {
   color: #ED00F7;
 }
 .AnyTagClassName
 {
   color: #ED00F7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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