Html Css Color HEX #ED20FD Psychedelic Purple

📋 copy color: '#ED20FD'

red 237 ◦ green 32 ◦ blue 253

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

Shades of Psychedelic Purple #ED20FD

Tints of Psychedelic Purple #ED20FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 45.4%
G = 6.13%
B = 48.47%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED20FD (or 0xED20FD) is known color: Psychedelic Purple. HEX triplet: ED, 20 and FD. RGB value is (237,32,253). Sum of RGB (Red+Green+Blue) = 237+32+253=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 32 (12.89% from 255 or 6.13% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED20FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED20FD is #12DF02. Grayscale: #757575. Windows color (decimal): -1236739 or 16589037. OLE color: 16589037.

HSL color Cylindrical-coordinate representation of color #ED20FD: hue angle of 295.66º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED20FD is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 32 253 -
CMYK 0.06 0.87 0 0.01
HSL 295.66º 0.98% 0.56% -
HSV(B) 295.66º 0.87% 0.99% -
XYZ 53.17 26.13 95.17 -
YUV 118.49 203.92 212.53 -
System Red Green Blue C M Y K H S L
Decimal 237 32 253 0.06 0.87 0 0.01 295.66 0.98 0.56
Hex ED 20 FD 6 57 0 1 128 62 38
Octal 355 40 375 6 127 0 1 450 142 70
Binary 11101101 100000 11111101 110 1010111 0 1 100101000 1100010 111000

Color Harmonies of #ED20FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20FD

Black with #ED20FD

Text Example


Text Example

White with #ED20FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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