#EF10EF

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

Shades of Magenta #EF10EF

Tints of Magenta #EF10EF

Color information

#EF10EF (or 0xEF10EF) is unknown color: approx Magenta. HEX triplet: EF, 10 and EF. RGB value is (239,16,239). Sum of RGB (Red+Green+Blue) = 239+16+239=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 16 (6.64% from 255 or 3.24% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF10EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF10EF is #10EF10. Grayscale: #6B6B6B. Windows color (decimal): -1109777 or 15667439. OLE color: 15667439.

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

Color convert

RGB23916239-
CMYK00.9300.06
HSL300º87.45%50%-
HSV(B)300º93.31%93.73%-
XYZ51.3624.9583.77-
YUV108.1201.88221.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.38%
GREEN value IS 16 (6.64% from 255) = 3.24%
BLUE value IS 239 (93.75% from 255) = 48.38%
R=48.38%
G=3.24%
B=48.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391623900.9300.0630087.4550
HexEF10EF05D0612c5732
Octal3572035701350645412762
Binary1110111110000111011110101110101101001011001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF10EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF10EF; }

 p { color: rgb(239,16,239); }

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

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

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

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

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

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

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