#EF11EC

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

Shades of Magenta #EF11EC

Tints of Magenta #EF11EC

Color information

#EF11EC (or 0xEF11EC) is unknown color: approx Magenta. HEX triplet: EF, 11 and EC. RGB value is (239,17,236). Sum of RGB (Red+Green+Blue) = 239+17+236=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 17 (7.03% from 255 or 3.46% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF11EC is #10EE13. Grayscale: #6B6B6B. Windows color (decimal): -1109524 or 15471087. OLE color: 15471087.

HSL color Cylindrical-coordinate representation of color #EF11EC: hue angle of 300.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF11EC is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB23917236-
CMYK00.930.010.06
HSL300.81º87.4%50.2%-
HSV(B)300.81º92.89%93.73%-
XYZ50.9424.8181.46-
YUV108.34200.05221.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.58%
GREEN value IS 17 (7.03% from 255) = 3.46%
BLUE value IS 236 (92.58% from 255) = 47.97%
R=48.58%
G=3.46%
B=47.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391723600.930.010.06300.8187.450.2
HexEF11EC05D1612d5732
Octal3572135401351645512762
Binary1110111110001111011000101110111101001011011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF11EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF11EC; }

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

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

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

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

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

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

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

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