#EF5986

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

Shades of Dark Pink #EF5986

Tints of Dark Pink #EF5986

Color information

#EF5986 (or 0xEF5986) is unknown color: approx Dark Pink. HEX triplet: EF, 59 and 86. RGB value is (239,89,134). Sum of RGB (Red+Green+Blue) = 239+89+134=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5986 is #10A679. Grayscale: #8A8A8A. Windows color (decimal): -1091194 or 8804847. OLE color: 8804847.

HSL color Cylindrical-coordinate representation of color #EF5986: hue angle of 342º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5986 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB23989134-
CMYK00.630.440.06
HSL342º82.42%64.31%-
HSV(B)342º62.76%93.73%-
XYZ43.4727.2225.52-
YUV138.98125.2199.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.73%
GREEN value IS 89 (35.16% from 255) = 19.26%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=51.73%
G=19.26%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398913400.630.440.0634282.4264.31
HexEF598603F2C61565240
Octal357131206077546526122100
Binary11101111101100110000110011111110110011010101011010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5986; }

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

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

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

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

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

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

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

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