Html Css Color HEX #EF587C Dark Pink

📋 copy color: '#EF587C'

red 239 ◦ green 88 ◦ blue 124

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

Shades of Dark Pink #EF587C

Tints of Dark Pink #EF587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.51%

 BLUE value IS 124 (48.83% from 255) = 27.49%

R = 52.99%
G = 19.51%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF587C (or 0xEF587C) is known color: Dark Pink. HEX triplet: EF, 58 and 7C. RGB value is (239,88,124). Sum of RGB (Red+Green+Blue) = 239+88+124=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF587C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF587C is #10A783. Grayscale: #898989. Windows color (decimal): -1091460 or 8149231. OLE color: 8149231.

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

Color convert

RGB 239 88 124 -
CMYK 0 0.63 0.48 0.06
HSL 345.7º 0.83% 0.64% -
HSV(B) 345.7º 0.63% 0.94% -
XYZ 42.72 26.79 21.99 -
YUV 137.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 239 88 124 0 0.63 0.48 0.06 345.7 0.83 0.64
Hex EF 58 7C 0 3F 30 6 15A 53 40
Octal 357 130 174 0 77 60 6 532 123 100
Binary 11101111 1011000 1111100 0 111111 110000 110 101011010 1010011 1000000

Color Harmonies of #EF587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF587C

Black with #EF587C

Text Example


Text Example

White with #EF587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF587C; }

 p { color: rgb(239,88,124); }

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

background-color css

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

 a { background-color: rgb(239,88,124); }

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

border-color css

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

 span { border-color: rgb(239,88,124); }

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