#EF09FA

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

Shades of Magenta #EF09FA

Tints of Magenta #EF09FA

Color information

#EF09FA (or 0xEF09FA) is unknown color: approx Magenta. HEX triplet: EF, 09 and FA. RGB value is (239,9,250). Sum of RGB (Red+Green+Blue) = 239+9+250=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 9 (3.91% from 255 or 1.81% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF09FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF09FA is #10F605. Grayscale: #686868. Windows color (decimal): -1111558 or 16386543. OLE color: 16386543.

HSL color Cylindrical-coordinate representation of color #EF09FA: hue angle of 297.26º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF09FA is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2399250-
CMYK0.040.9600.02
HSL297.26º96.02%50.78%-
HSV(B)297.26º96.4%98.04%-
XYZ52.9525.4592.56-
YUV105.24209.7223.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.99%
GREEN value IS 9 (3.91% from 255) = 1.81%
BLUE value IS 250 (98.05% from 255) = 50.20%
R=47.99%
G=1.81%
B=50.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal23992500.040.9600.02297.2696.0250.78
HexEF9FA460021296033
Octal3571137241400245114063
Binary1110111110011111101010011000000101001010011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF09FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF09FA; }

 p { color: rgb(239,9,250); }

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

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

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

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

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

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

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