#EF0F86

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

Shades of Deep Pink #EF0F86

Tints of Deep Pink #EF0F86

Color information

#EF0F86 (or 0xEF0F86) is unknown color: approx Deep Pink. HEX triplet: EF, 0F and 86. RGB value is (239,15,134). Sum of RGB (Red+Green+Blue) = 239+15+134=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0F86 is #10F079. Grayscale: #5F5F5F. Windows color (decimal): -1110138 or 8785903. OLE color: 8785903.

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

Color convert

RGB23915134-
CMYK00.940.440.06
HSL328.12º88.19%49.8%-
HSV(B)328.12º93.72%93.73%-
XYZ40.0720.4124.38-
YUV95.54149.71230.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.60%
GREEN value IS 15 (6.25% from 255) = 3.87%
BLUE value IS 134 (52.73% from 255) = 34.54%
R=61.60%
G=3.87%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391513400.940.440.06328.1288.1949.8
HexEFF8605E2C61485832
Octal35717206013654651013062
Binary11101111111110000110010111101011001101010010001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0F86; }

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

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

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

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

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

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

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

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