Html Css Color HEX #EF577C Dark Pink

📋 copy color: '#EF577C'

red 239 ◦ green 87 ◦ blue 124

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

Shades of Dark Pink #EF577C

Tints of Dark Pink #EF577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.33%

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

R = 53.11%
G = 19.33%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF577C (or 0xEF577C) is known color: Dark Pink. HEX triplet: EF, 57 and 7C. RGB value is (239,87,124). Sum of RGB (Red+Green+Blue) = 239+87+124=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF577C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF577C is #10A883. Grayscale: #888888. Windows color (decimal): -1091716 or 8148975. OLE color: 8148975.

HSL color Cylindrical-coordinate representation of color #EF577C: hue angle of 345.39º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF577C is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 87 124 -
CMYK 0 0.64 0.48 0.06
HSL 345.39º 0.83% 0.64% -
HSV(B) 345.39º 0.64% 0.94% -
XYZ 42.64 26.62 21.96 -
YUV 136.67 120.86 200.99 -
System Red Green Blue C M Y K H S L
Decimal 239 87 124 0 0.64 0.48 0.06 345.39 0.83 0.64
Hex EF 57 7C 0 40 30 6 159 53 40
Octal 357 127 174 0 100 60 6 531 123 100
Binary 11101111 1010111 1111100 0 1000000 110000 110 101011001 1010011 1000000

Color Harmonies of #EF577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF577C

Black with #EF577C

Text Example


Text Example

White with #EF577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF577C; }

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

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

background-color css

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

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

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

border-color css

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

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

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