Html Css Color HEX #EF5987 Dark Pink

📋 copy color: '#EF5987'

red 239 ◦ green 89 ◦ blue 135

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

Shades of Dark Pink #EF5987

Tints of Dark Pink #EF5987

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.13% from 255) = 29.16%

R = 51.62%
G = 19.22%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF5987 (or 0xEF5987) is known color: 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

RGB 239 89 135 -
CMYK 0 0.63 0.44 0.06
HSL 341.6º 0.82% 0.64% -
HSV(B) 341.6º 0.63% 0.94% -
XYZ 43.54 27.24 25.89 -
YUV 139.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 239 89 135 0 0.63 0.44 0.06 341.6 0.82 0.64
Hex EF 59 87 0 3F 2C 6 156 52 40
Octal 357 131 207 0 77 54 6 526 122 100
Binary 11101111 1011001 10000111 0 111111 101100 110 101010110 1010010 1000000

Color Harmonies of #EF5987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5987

Black with #EF5987

Text Example


Text Example

White with #EF5987

Text Example


Text Example

HTML Codes & Css Web 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>