Html Css Color HEX #EF588C Dark Pink

📋 copy color: '#EF588C'

red 239 ◦ green 88 ◦ blue 140

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

Shades of Dark Pink #EF588C

Tints of Dark Pink #EF588C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.98%

R = 51.18%
G = 18.84%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF588C (or 0xEF588C) is known color: Dark Pink. HEX triplet: EF, 58 and 8C. RGB value is (239,88,140). Sum of RGB (Red+Green+Blue) = 239+88+140=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF588C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF588C is #10A773. Grayscale: #8B8B8B. Windows color (decimal): -1091444 or 9197807. OLE color: 9197807.

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

Color convert

RGB 239 88 140 -
CMYK 0 0.63 0.41 0.06
HSL 339.34º 0.83% 0.64% -
HSV(B) 339.34º 0.63% 0.94% -
XYZ 43.82 27.22 27.76 -
YUV 139.08 128.53 199.27 -
System Red Green Blue C M Y K H S L
Decimal 239 88 140 0 0.63 0.41 0.06 339.34 0.83 0.64
Hex EF 58 8C 0 3F 29 6 153 53 40
Octal 357 130 214 0 77 51 6 523 123 100
Binary 11101111 1011000 10001100 0 111111 101001 110 101010011 1010011 1000000

Color Harmonies of #EF588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF588C

Black with #EF588C

Text Example


Text Example

White with #EF588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF588C; }

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

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

background-color css

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

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

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

border-color css

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

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

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