Html Css Color HEX #EF5989 Dark Pink

📋 copy color: '#EF5989'

red 239 ◦ green 89 ◦ blue 137

#EF5989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #EF5989

Tints of Dark Pink #EF5989

RGB

 RED value IS 239 (93.75% from 255) = 51.4%

 GREEN value IS 89 (35.16% from 255) = 19.14%

 BLUE value IS 137 (53.91% from 255) = 29.46%

R = 51.4%
G = 19.14%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF5989 (or 0xEF5989) is known color: Dark Pink. HEX triplet: EF, 59 and 89. RGB value is (239,89,137). Sum of RGB (Red+Green+Blue) = 239+89+137=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5989 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5989 is #10A676. Grayscale: #8B8B8B. Windows color (decimal): -1091191 or 9001455. OLE color: 9001455.

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

Color convert

RGB 239 89 137 -
CMYK 0 0.63 0.43 0.06
HSL 340.8º 0.82% 0.64% -
HSV(B) 340.8º 0.63% 0.94% -
XYZ 43.68 27.3 26.63 -
YUV 139.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 239 89 137 0 0.63 0.43 0.06 340.8 0.82 0.64
Hex EF 59 89 0 3F 2B 6 155 52 40
Octal 357 131 211 0 77 53 6 525 122 100
Binary 11101111 1011001 10001001 0 111111 101011 110 101010101 1010010 1000000

Color Harmonies of #EF5989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5989

Black with #EF5989

Text Example


Text Example

White with #EF5989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5989; }

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

 H1.HeaderClassName
 {
   color: #EF5989;
 }
 .AnyTagClassName
 {
   color: #EF5989;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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