#EF0FEC

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

Shades of Magenta #EF0FEC

Tints of Magenta #EF0FEC

Color information

#EF0FEC (or 0xEF0FEC) is unknown color: approx Magenta. HEX triplet: EF, 0F and EC. RGB value is (239,15,236). Sum of RGB (Red+Green+Blue) = 239+15+236=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 15 (6.25% from 255 or 3.06% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0FEC is #10F013. Grayscale: #6A6A6A. Windows color (decimal): -1110036 or 15470575. OLE color: 15470575.

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

Color convert

RGB23915236-
CMYK00.940.010.06
HSL300.8º88.19%49.8%-
HSV(B)300.8º93.72%93.73%-
XYZ50.9124.7581.45-
YUV107.17200.71222.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.78%
GREEN value IS 15 (6.25% from 255) = 3.06%
BLUE value IS 236 (92.58% from 255) = 48.16%
R=48.78%
G=3.06%
B=48.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391523600.940.010.06300.888.1949.8
HexEFFEC05E1612d5832
Octal3571735401361645513062
Binary111011111111111011000101111011101001011011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0FEC; }

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

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

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

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

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

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

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

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