#ED11DA

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

Shades of Hot Magenta #ED11DA

Tints of Hot Magenta #ED11DA

Color information

#ED11DA (or 0xED11DA) is unknown color: approx Hot Magenta. HEX triplet: ED, 11 and DA. RGB value is (237,17,218). Sum of RGB (Red+Green+Blue) = 237+17+218=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 17 (7.03% from 255 or 3.60% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED11DA is #12EE25. Grayscale: #696969. Windows color (decimal): -1240614 or 14291437. OLE color: 14291437.

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

Color convert

RGB23717218-
CMYK00.930.080.07
HSL305.18º86.61%49.8%-
HSV(B)305.18º92.83%92.94%-
XYZ47.7823.4768.34-
YUV105.69191.39221.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.21%
GREEN value IS 17 (7.03% from 255) = 3.60%
BLUE value IS 218 (85.55% from 255) = 46.19%
R=50.21%
G=3.60%
B=46.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371721800.930.080.07305.1886.6149.8
HexED11DA05D871315732
Octal35521332013510746112762
Binary1110110110001110110100101110110001111001100011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED11DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED11DA; }

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

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

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

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

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

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

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

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