#EF0F82

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

Shades of Deep Pink #EF0F82

Tints of Deep Pink #EF0F82

Color information

#EF0F82 (or 0xEF0F82) is unknown color: approx Deep Pink. HEX triplet: EF, 0F and 82. RGB value is (239,15,130). Sum of RGB (Red+Green+Blue) = 239+15+130=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F82 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0F82 is #10F07D. Grayscale: #5E5E5E. Windows color (decimal): -1110142 or 8523759. OLE color: 8523759.

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

Color convert

RGB23915130-
CMYK00.940.460.06
HSL329.2º88.19%49.8%-
HSV(B)329.2º93.72%93.73%-
XYZ39.820.322.94-
YUV95.09147.71230.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.24%
GREEN value IS 15 (6.25% from 255) = 3.91%
BLUE value IS 130 (51.17% from 255) = 33.85%
R=62.24%
G=3.91%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391513000.940.460.06329.288.1949.8
HexEFF8205E2E61495832
Octal35717202013656651113062
Binary11101111111110000010010111101011101101010010011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0F82; }

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

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

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

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

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

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

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

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