#EF5D89

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

Shades of Dark Pink #EF5D89

Tints of Dark Pink #EF5D89

Color information

#EF5D89 (or 0xEF5D89) is unknown color: approx Dark Pink. HEX triplet: EF, 5D and 89. RGB value is (239,93,137). Sum of RGB (Red+Green+Blue) = 239+93+137=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5D89 is #10A276. Grayscale: #8D8D8D. Windows color (decimal): -1090167 or 9002479. OLE color: 9002479.

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

Color convert

RGB23993137-
CMYK00.610.430.06
HSL341.92º82.02%65.1%-
HSV(B)341.92º61.09%93.73%-
XYZ44.0327.9926.75-
YUV141.67125.37197.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.96%
GREEN value IS 93 (36.72% from 255) = 19.83%
BLUE value IS 137 (53.91% from 255) = 29.21%
R=50.96%
G=19.83%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399313700.610.430.06341.9282.0265.1
HexEF5D8903D2B61565241
Octal357135211075536526122101
Binary11101111101110110001001011110110101111010101011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5D89; }

 p { color: rgb(239,93,137); }

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

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

 a { background-color: rgb(239,93,137); }

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

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

 span { border-color: rgb(239,93,137); }

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