#FF11EC

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

Shades of Magenta #FF11EC

Tints of Magenta #FF11EC

Color information

#FF11EC (or 0xFF11EC) is unknown color: approx Magenta. HEX triplet: FF, 11 and EC. RGB value is (255,17,236). Sum of RGB (Red+Green+Blue) = 255+17+236=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 17 (7.03% from 255 or 3.35% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF11EC is #00EE13. Grayscale: #707070. Windows color (decimal): -60948 or 15471103. OLE color: 15471103.

HSL color Cylindrical-coordinate representation of color #FF11EC: hue angle of 304.79º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF11EC is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB25517236-
CMYK00.930.070
HSL304.79º100%53.33%-
HSV(B)304.79º93.33%100%-
XYZ56.5827.7281.72-
YUV113.13197.35229.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.20%
GREEN value IS 17 (7.03% from 255) = 3.35%
BLUE value IS 236 (92.58% from 255) = 46.46%
R=50.20%
G=3.35%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551723600.930.070304.7910053.33
HexFF11EC05D701316435
Octal3772135401357046114465
Binary1111111110001111011000101110111101001100011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF11EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF11EC; }

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

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

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

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

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

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

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

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