Html Css Color HEX #ED20EB Magenta

📋 copy color: '#ED20EB'

red 237 ◦ green 32 ◦ blue 235

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

Shades of Magenta #ED20EB

Tints of Magenta #ED20EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 47.02%
G = 6.35%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED20EB (or 0xED20EB) is known color: Magenta. HEX triplet: ED, 20 and EB. RGB value is (237,32,235). Sum of RGB (Red+Green+Blue) = 237+32+235=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 32 (12.89% from 255 or 6.35% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED20EB is #12DF14. Grayscale: #737373. Windows color (decimal): -1236757 or 15409389. OLE color: 15409389.

HSL color Cylindrical-coordinate representation of color #ED20EB: hue angle of 300.59º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED20EB is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 32 235 -
CMYK 0 0.86 0.01 0.07
HSL 300.59º 0.85% 0.53% -
HSV(B) 300.59º 0.86% 0.93% -
XYZ 50.44 25.04 80.77 -
YUV 116.44 194.92 213.99 -
System Red Green Blue C M Y K H S L
Decimal 237 32 235 0 0.86 0.01 0.07 300.59 0.85 0.53
Hex ED 20 EB 0 56 1 7 12D 55 35
Octal 355 40 353 0 126 1 7 455 125 65
Binary 11101101 100000 11101011 0 1010110 1 111 100101101 1010101 110101

Color Harmonies of #ED20EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20EB

Black with #ED20EB

Text Example


Text Example

White with #ED20EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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