#EF5987

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

Shades of Dark Pink #EF5987

Tints of Dark Pink #EF5987

Color information

#EF5987 (or 0xEF5987) is unknown color: approx Dark Pink. HEX triplet: EF, 59 and 87. RGB value is (239,89,135). Sum of RGB (Red+Green+Blue) = 239+89+135=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5987 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5987 is #10A678. Grayscale: #8B8B8B. Windows color (decimal): -1091193 or 8870383. OLE color: 8870383.

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

Color convert

RGB23989135-
CMYK00.630.440.06
HSL341.6º82.42%64.31%-
HSV(B)341.6º62.76%93.73%-
XYZ43.5427.2425.89-
YUV139.09125.7199.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.62%
GREEN value IS 89 (35.16% from 255) = 19.22%
BLUE value IS 135 (53.12% from 255) = 29.16%
R=51.62%
G=19.22%
B=29.16%

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
Decimal2398913500.630.440.06341.682.4264.31
HexEF598703F2C61565240
Octal357131207077546526122100
Binary11101111101100110000111011111110110011010101011010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5987; }

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

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

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

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

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

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

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

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