#ed11e9

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

Shades of Magenta #ED11E9

Tints of Magenta #ED11E9

Color information

#ED11E9 (or 0xED11E9) is unknown color: approx Magenta. HEX triplet: ED, 11 and E9. RGB value is (237,17,233). Sum of RGB (Red+Green+Blue) = 237+17+233=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 17 (7.03% from 255 or 3.49% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED11E9 is #12EE16. Grayscale: #6A6A6A. Windows color (decimal): -1240599 or 15274477. OLE color: 15274477.

HSL color Cylindrical-coordinate representation of color #ED11E9: hue angle of 301.09º 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 #ED11E9 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB23717233-
CMYK00.930.020.07
HSL301.09º86.61%49.8%-
HSV(B)301.09º92.83%92.94%-
XYZ49.8324.2979.15-
YUV107.4198.89220.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.67%
GREEN value IS 17 (7.03% from 255) = 3.49%
BLUE value IS 233 (91.41% from 255) = 47.84%
R=48.67%
G=3.49%
B=47.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371723300.930.020.07301.0986.6149.8
HexED11E905D2712d5732
Octal3552135101352745512762
Binary11101101100011110100101011101101111001011011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed11e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed11e9; }

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

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

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

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

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

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

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

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