#EF00FF

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

Shades of Magenta #EF00FF

Tints of Magenta #EF00FF

Color information

#EF00FF (or 0xEF00FF) is unknown color: approx Magenta. HEX triplet: EF, 00 and FF. RGB value is (239,0,255). Sum of RGB (Red+Green+Blue) = 239+0+255=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 0 (0.39% from 255 or 0% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF00FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF00FF is #10FF00. Grayscale: #636363. Windows color (decimal): -1113857 or 16711919. OLE color: 16711919.

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

Color convert

RGB2390255-
CMYK0.06100
HSL296.24º100%50%-
HSV(B)296.24º100%100%-
XYZ53.6525.5796.72-
YUV100.53215.18226.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 51.62%
R=48.38%
G=0%
B=51.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal23902550.06100296.2410050
HexEF0FF664001286432
Octal357037761440045014462
Binary111011110111111111101100100001001010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF00FF; }

 p { color: rgb(239,0,255); }

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

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

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

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

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

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

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