#EF0FE8

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

Shades of Magenta #EF0FE8

Tints of Magenta #EF0FE8

Color information

#EF0FE8 (or 0xEF0FE8) is unknown color: approx Magenta. HEX triplet: EF, 0F and E8. RGB value is (239,15,232). Sum of RGB (Red+Green+Blue) = 239+15+232=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 15 (6.25% from 255 or 3.09% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0FE8 is #10F017. Grayscale: #6A6A6A. Windows color (decimal): -1110040 or 15208431. OLE color: 15208431.

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

Color convert

RGB23915232-
CMYK00.940.030.06
HSL301.88º88.19%49.8%-
HSV(B)301.88º93.72%93.73%-
XYZ50.3324.5278.42-
YUV106.71198.71222.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.18%
GREEN value IS 15 (6.25% from 255) = 3.09%
BLUE value IS 232 (91.02% from 255) = 47.74%
R=49.18%
G=3.09%
B=47.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391523200.940.030.06301.8888.1949.8
HexEFFE805E3612e5832
Octal3571735001363645613062
Binary1110111111111110100001011110111101001011101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0FE8; }

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

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

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

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

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

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

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

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