#EF5C87

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

Shades of Dark Pink #EF5C87

Tints of Dark Pink #EF5C87

Color information

#EF5C87 (or 0xEF5C87) is unknown color: approx Dark Pink. HEX triplet: EF, 5C and 87. RGB value is (239,92,135). Sum of RGB (Red+Green+Blue) = 239+92+135=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5C87 is #10A378. Grayscale: #8C8C8C. Windows color (decimal): -1090425 or 8871151. OLE color: 8871151.

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

Color convert

RGB23992135-
CMYK00.620.440.06
HSL342.45º82.12%64.9%-
HSV(B)342.45º61.51%93.73%-
XYZ43.827.7525.97-
YUV140.86124.7198-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.29%
GREEN value IS 92 (36.33% from 255) = 19.74%
BLUE value IS 135 (53.12% from 255) = 28.97%
R=51.29%
G=19.74%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399213500.620.440.06342.4582.1264.9
HexEF5C8703E2C61565241
Octal357134207076546526122101
Binary11101111101110010000111011111010110011010101011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5C87; }

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

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

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

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

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

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

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

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