#EC11E2

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

Shades of Hot Magenta #EC11E2

Tints of Hot Magenta #EC11E2

Color information

#EC11E2 (or 0xEC11E2) is unknown color: approx Hot Magenta. HEX triplet: EC, 11 and E2. RGB value is (236,17,226). Sum of RGB (Red+Green+Blue) = 236+17+226=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 17 (7.03% from 255 or 3.55% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11E2 is #13EE1D. Grayscale: #696969. Windows color (decimal): -1306142 or 14815724. OLE color: 14815724.

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

Color convert

RGB23617226-
CMYK00.930.040.07
HSL302.74º86.56%49.61%-
HSV(B)302.74º92.8%92.55%-
XYZ48.5223.7273.97-
YUV106.31195.55220.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 17 (7.03% from 255) = 3.55%
BLUE value IS 226 (88.67% from 255) = 47.18%
R=49.27%
G=3.55%
B=47.18%

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
Decimal2361722600.930.040.07302.7486.5649.61
HexEC11E205D4712f5732
Octal3542134201354745712762
Binary111011001000111100010010111011001111001011111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC11E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC11E2; }

 p { color: rgb(236,17,226); }

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

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

 a { background-color: rgb(236,17,226); }

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

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

 span { border-color: rgb(236,17,226); }

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