#ED11DD

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

Shades of Hot Magenta #ED11DD

Tints of Hot Magenta #ED11DD

Color information

#ED11DD (or 0xED11DD) is unknown color: approx Hot Magenta. HEX triplet: ED, 11 and DD. RGB value is (237,17,221). Sum of RGB (Red+Green+Blue) = 237+17+221=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED11DD is #12EE22. Grayscale: #696969. Windows color (decimal): -1240611 or 14488045. OLE color: 14488045.

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

Color convert

RGB23717221-
CMYK00.930.070.07
HSL304.36º86.61%49.8%-
HSV(B)304.36º92.83%92.94%-
XYZ48.1823.6370.43-
YUV106.04192.89221.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.89%
GREEN value IS 17 (7.03% from 255) = 3.58%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=49.89%
G=3.58%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371722100.930.070.07304.3686.6149.8
HexED11DD05D771305732
Octal3552133501357746012762
Binary111011011000111011101010111011111111001100001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED11DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED11DD; }

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

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

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

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

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

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

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

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