Html Css Color HEX #ED20FA Psychedelic Purple

📋 copy color: '#ED20FA'

red 237 ◦ green 32 ◦ blue 250

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

Shades of Psychedelic Purple #ED20FA

Tints of Psychedelic Purple #ED20FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.17%

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

R = 45.66%
G = 6.17%
B = 48.17%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED20FA (or 0xED20FA) is known color: Psychedelic Purple. HEX triplet: ED, 20 and FA. RGB value is (237,32,250). Sum of RGB (Red+Green+Blue) = 237+32+250=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 32 (12.89% from 255 or 6.17% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED20FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED20FA is #12DF05. Grayscale: #757575. Windows color (decimal): -1236742 or 16392429. OLE color: 16392429.

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

Color convert

RGB 237 32 250 -
CMYK 0.05 0.87 0 0.02
HSL 296.42º 0.96% 0.55% -
HSV(B) 296.42º 0.87% 0.98% -
XYZ 52.7 25.94 92.67 -
YUV 118.15 202.42 212.77 -
System Red Green Blue C M Y K H S L
Decimal 237 32 250 0.05 0.87 0 0.02 296.42 0.96 0.55
Hex ED 20 FA 5 57 0 2 128 60 37
Octal 355 40 372 5 127 0 2 450 140 67
Binary 11101101 100000 11111010 101 1010111 0 10 100101000 1100000 110111

Color Harmonies of #ED20FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20FA

Black with #ED20FA

Text Example


Text Example

White with #ED20FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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