#ED11E6

Color #ED11E6 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #ED11E6

Tints of Magenta #ED11E6

Color information

#ED11E6 (or 0xED11E6) is unknown color: approx Magenta. HEX triplet: ED, 11 and E6. RGB value is (237,17,230). Sum of RGB (Red+Green+Blue) = 237+17+230=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED11E6 is #12EE19. Grayscale: #6A6A6A. Windows color (decimal): -1240602 or 15077869. OLE color: 15077869.

HSL color Cylindrical-coordinate representation of color #ED11E6: hue angle of 301.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED11E6 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB23717230-
CMYK00.930.030.07
HSL301.91º86.61%49.8%-
HSV(B)301.91º92.83%92.94%-
XYZ49.4124.1276.91-
YUV107.06197.39220.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 17 (7.03% from 255) = 3.51%
BLUE value IS 230 (90.23% from 255) = 47.52%
R=48.97%
G=3.51%
B=47.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371723000.930.030.07301.9186.6149.8
HexED11E605D3712e5732
Octal3552134601353745612762
Binary11101101100011110011001011101111111001011101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED11E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED11E6; }

 p { color: rgb(237,17,230); }

 H1.HeaderClassName
 {
   color: #ED11E6;
 }
 .AnyTagClassName
 {
   color: #ED11E6;
 }
</style>
background-color css

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

 a { background-color: rgb(237,17,230); }

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

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

 span { border-color: rgb(237,17,230); }

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