#ed11e4

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

Shades of Magenta #ED11E4

Tints of Magenta #ED11E4

Color information

#ED11E4 (or 0xED11E4) is unknown color: approx Magenta. HEX triplet: ED, 11 and E4. RGB value is (237,17,228). Sum of RGB (Red+Green+Blue) = 237+17+228=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED11E4 is #12EE1B. Grayscale: #6A6A6A. Windows color (decimal): -1240604 or 14946797. OLE color: 14946797.

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

Color convert

RGB23717228-
CMYK00.930.040.07
HSL302.45º86.61%49.8%-
HSV(B)302.45º92.83%92.94%-
XYZ49.1324.0175.44-
YUV106.83196.39220.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 17 (7.03% from 255) = 3.53%
BLUE value IS 228 (89.45% from 255) = 47.30%
R=49.17%
G=3.53%
B=47.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371722800.930.040.07302.4586.6149.8
HexED11E405D4712e5732
Octal3552134401354745612762
Binary111011011000111100100010111011001111001011101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed11e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed11e4; }

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

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

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

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

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

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

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

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