#EF0D8C

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

Shades of Deep Pink #EF0D8C

Tints of Deep Pink #EF0D8C

Color information

#EF0D8C (or 0xEF0D8C) is unknown color: approx Deep Pink. HEX triplet: EF, 0D and 8C. RGB value is (239,13,140). Sum of RGB (Red+Green+Blue) = 239+13+140=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0D8C is #10F273. Grayscale: #5E5E5E. Windows color (decimal): -1110644 or 9178607. OLE color: 9178607.

HSL color Cylindrical-coordinate representation of color #EF0D8C: hue angle of 326.28º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0D8C is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB23913140-
CMYK00.950.410.06
HSL326.28º89.68%49.41%-
HSV(B)326.28º94.56%93.73%-
XYZ40.4720.5326.64-
YUV95.05153.37230.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.97%
GREEN value IS 13 (5.47% from 255) = 3.32%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=60.97%
G=3.32%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391314000.950.410.06326.2889.6849.41
HexEFD8C05F2961465a31
Octal35715214013751650613261
Binary11101111110110001100010111111010011101010001101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0D8C; }

 p { color: rgb(239,13,140); }

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

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

 a { background-color: rgb(239,13,140); }

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

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

 span { border-color: rgb(239,13,140); }

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