Html Css Color HEX #ED20EF Magenta

📋 copy color: '#ED20EF'

red 237 ◦ green 32 ◦ blue 239

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

Shades of Magenta #ED20EF

Tints of Magenta #ED20EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.05%

R = 46.65%
G = 6.3%
B = 47.05%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED20EF (or 0xED20EF) is known color: Magenta. HEX triplet: ED, 20 and EF. RGB value is (237,32,239). Sum of RGB (Red+Green+Blue) = 237+32+239=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 32 (12.89% from 255 or 6.30% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED20EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED20EF is #12DF10. Grayscale: #747474. Windows color (decimal): -1236753 or 15671533. OLE color: 15671533.

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

Color convert

RGB 237 32 239 -
CMYK 0.01 0.87 0 0.06
HSL 299.42º 0.87% 0.53% -
HSV(B) 299.42º 0.87% 0.94% -
XYZ 51.02 25.27 83.85 -
YUV 116.89 196.92 213.67 -
System Red Green Blue C M Y K H S L
Decimal 237 32 239 0.01 0.87 0 0.06 299.42 0.87 0.53
Hex ED 20 EF 1 57 0 6 12B 57 35
Octal 355 40 357 1 127 0 6 453 127 65
Binary 11101101 100000 11101111 1 1010111 0 110 100101011 1010111 110101

Color Harmonies of #ED20EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20EF

Black with #ED20EF

Text Example


Text Example

White with #ED20EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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