#EF5E86

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

Shades of Dark Pink #EF5E86

Tints of Dark Pink #EF5E86

Color information

#EF5E86 (or 0xEF5E86) is unknown color: approx Dark Pink. HEX triplet: EF, 5E and 86. RGB value is (239,94,134). Sum of RGB (Red+Green+Blue) = 239+94+134=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5E86 is #10A179. Grayscale: #8D8D8D. Windows color (decimal): -1089914 or 8806127. OLE color: 8806127.

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

Color convert

RGB23994134-
CMYK00.610.440.06
HSL343.45º81.92%65.29%-
HSV(B)343.45º60.67%93.73%-
XYZ43.928.0825.66-
YUV141.92123.54197.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.18%
GREEN value IS 94 (37.11% from 255) = 20.13%
BLUE value IS 134 (52.73% from 255) = 28.69%
R=51.18%
G=20.13%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399413400.610.440.06343.4581.9265.29
HexEF5E8603D2C61575241
Octal357136206075546527122101
Binary11101111101111010000110011110110110011010101011110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5E86; }

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

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

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

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

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

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

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

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