Html Css Color HEX #ED20F3 Magenta

📋 copy color: '#ED20F3'

red 237 ◦ green 32 ◦ blue 243

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

Shades of Magenta #ED20F3

Tints of Magenta #ED20F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.46%

R = 46.29%
G = 6.25%
B = 47.46%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED20F3 (or 0xED20F3) is known color: Magenta. HEX triplet: ED, 20 and F3. RGB value is (237,32,243). Sum of RGB (Red+Green+Blue) = 237+32+243=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 32 (12.89% from 255 or 6.25% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED20F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED20F3 is #12DF0C. Grayscale: #747474. Windows color (decimal): -1236749 or 15933677. OLE color: 15933677.

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

Color convert

RGB 237 32 243 -
CMYK 0.02 0.87 0 0.05
HSL 298.29º 0.9% 0.54% -
HSV(B) 298.29º 0.87% 0.95% -
XYZ 51.62 25.51 87 -
YUV 117.35 198.92 213.34 -
System Red Green Blue C M Y K H S L
Decimal 237 32 243 0.02 0.87 0 0.05 298.29 0.9 0.54
Hex ED 20 F3 2 57 0 5 12A 5A 36
Octal 355 40 363 2 127 0 5 452 132 66
Binary 11101101 100000 11110011 10 1010111 0 101 100101010 1011010 110110

Color Harmonies of #ED20F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20F3

Black with #ED20F3

Text Example


Text Example

White with #ED20F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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