Html Css Color HEX #ED00FA Psychedelic Purple

📋 copy color: '#ED00FA'

red 237 ◦ green 0 ◦ blue 250

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

Shades of Psychedelic Purple #ED00FA

Tints of Psychedelic Purple #ED00FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 48.67%
G = 0%
B = 51.33%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED00FA (or 0xED00FA) is known color: Psychedelic Purple. HEX triplet: ED, 00 and FA. RGB value is (237,0,250). Sum of RGB (Red+Green+Blue) = 237+0+250=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 0 (0.39% from 255 or 0% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED00FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED00FA is #12FF05. Grayscale: #626262. Windows color (decimal): -1244934 or 16384237. OLE color: 16384237.

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

Color convert

RGB 237 0 250 -
CMYK 0.05 1 0 0.02
HSL 296.88º 1% 0.49% -
HSV(B) 296.88º 1% 0.98% -
XYZ 52.18 24.91 92.5 -
YUV 99.36 213.02 226.17 -
System Red Green Blue C M Y K H S L
Decimal 237 0 250 0.05 1 0 0.02 296.88 1 0.49
Hex ED 0 FA 5 64 0 2 129 64 31
Octal 355 0 372 5 144 0 2 451 144 61
Binary 11101101 0 11111010 101 1100100 0 10 100101001 1100100 110001

Color Harmonies of #ED00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED00FA

Black with #ED00FA

Text Example


Text Example

White with #ED00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED00FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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